Saturday, September 8, 2018

How can a new Category be created or viewed in iProc?

Use the Create button on the Schema Editor page to create a new category. A new category, once created, inherits all the base descriptors (supplier, supplier item number, etc.) for the catalog. Additional based descriptors can be defined and existing ones can be modified, and local descriptors for the category can be added as well.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...