DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 2025: FROM mtl_default_category_sets

2021: -- get the default category_set_id for PO
2022: -- refer to INIT_RCV_CONTROL_BLOCK in POXCOSEU.pld, which eventually calls PO_CORE_S.get_item_category_structure
2023: SELECT category_set_id
2024: INTO l_category_set_id
2025: FROM mtl_default_category_sets
2026: WHERE functional_area_id = 2;
2027:
2028: -- get the category_id for this item, org, and category_set
2029: -- based on RCV_RECEIPTS_EH.event('POST-QUERY')