Saturday, September 8, 2018

How can the Current Category maps be viewed in Map Categories in iProc?

To view the current mapping for a Catalog Category, select it from the Catalog Category list in Map Categories. The Oracle Applications category to which it is mapped is indicated in the Current Mapping field.

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