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 the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...