DBA Data[Home] [Help]

APPS.INVPOPIF dependencies on INV_ITEM_CATEGORY_OI

Line 1428: INVPUTLI.info('INVPOPIF.inopinp_open_interface_process: calling INV_ITEM_CATEGORY_OI.process_Item_Category_records '||pro_item_flag);

1424: -- Process Item Category Open Interface records
1425: --
1426:
1427: IF l_inv_debug_level IN(101, 102) THEN
1428: INVPUTLI.info('INVPOPIF.inopinp_open_interface_process: calling INV_ITEM_CATEGORY_OI.process_Item_Category_records '||pro_item_flag);
1429: END IF;
1430:
1431: SELECT COUNT(1) INTO mtl_count
1432: FROM mtl_item_categories_interface mici

Line 1437: INV_ITEM_CATEGORY_OI.process_Item_Category_records (

1433: WHERE mici.SET_PROCESS_ID = xset_id
1434: AND mici.process_flag IN (1,2,4);
1435:
1436: IF mtl_count > 0 THEN
1437: INV_ITEM_CATEGORY_OI.process_Item_Category_records (
1438: ERRBUF => err_text
1439: , RETCODE => ret_code
1440: , p_rec_set_id => xset_id
1441: , p_validate_rec_flag => val_item_flag

Line 1454: INVPUTLI.info('INVPOPIF.inopinp_open_interface_process: done INV_ITEM_CATEGORY_OI.process_Item_Category_records: ret_code=' || ret_code);

1450: , p_gather_stats => gather_stats /* Added for Bug 8532728 */ );
1451: END IF;
1452:
1453: IF l_inv_debug_level IN(101, 102) THEN
1454: INVPUTLI.info('INVPOPIF.inopinp_open_interface_process: done INV_ITEM_CATEGORY_OI.process_Item_Category_records: ret_code=' || ret_code);
1455: END IF;
1456:
1457: /* SET return code to that of last error, IF any */
1458: