Sunday, October 22, 2017

Is the Sales Order Number stored in any of the Workflow tables?

The Sales Order Number is not stored as a separate attribute, the Workflow tables includes the internal ID's to identify the Headers and Lines, the value is stored on the field ITEM_KEY and is dependent on the Item Type field as follow:


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