Saturday, September 8, 2018

What is a Catalog Schema in iProc?

The schema of a catalog refers to the structure and organization of the catalog. A schema consists of categories and descriptors. A category classifies items, a descriptor describes items or categories.

There are two types of descriptors:

  • Base 
  • Local. 

Base descriptors apply to all items or services in the catalog. 'Supplier' is an example of a base descriptor.

Local descriptors apply only to items within a specific category. 'Ink color' is an example of a local descriptor for the category of 'Pens'.

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...