Saturday, September 8, 2018

How are Oracle Categories mapped to Catalog Categories in iProc?

From the Map Categories page, select the Oracle Applications category on the left-hand side of the window, choose the catalog category or categories that need to be mapped on the right-hand side of the window, and click the Map button.

Note that you cannot map to a category that contains subcategories (denoted with a '+' besides it); however, you can select a '+' marked category and click the Open Entry button to map to categories within it.

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