DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on MTL_ITEM_BULKLOAD_RECS

Line 280: Populate mtl_item_bulkload_recs*/

276: )
277: );
278: */
279: /* R12 Business Events Enh
280: Populate mtl_item_bulkload_recs*/
281: Cursor populate_catg_bulkloadrecs(
282: cp_request_id NUMBER
283: ,cp_set_id NUMBER) IS
284: SELECT mic.REQUEST_ID

Line 1378: INSERT INTO MTL_ITEM_BULKLOAD_RECS(

1374: --Populate Bulkload Recs
1375: IF g_request_id IS NOT NULL AND g_request_id <> -1 THEN
1376: FOR cr IN populate_catg_bulkloadrecs(g_request_id ,g_xset_id)
1377: LOOP
1378: INSERT INTO MTL_ITEM_BULKLOAD_RECS(
1379: REQUEST_ID
1380: ,ENTITY_TYPE
1381: ,INVENTORY_ITEM_ID
1382: ,ORGANIZATION_ID