DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on MTL_ITEM_BULKLOAD_RECS

Line 277: Populate mtl_item_bulkload_recs*/

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

Line 1317: INSERT INTO MTL_ITEM_BULKLOAD_RECS(

1313: --Populate Bulkload Recs
1314: IF g_request_id IS NOT NULL AND g_request_id <> -1 THEN
1315: FOR cr IN populate_catg_bulkloadrecs(g_request_id ,g_xset_id)
1316: LOOP
1317: INSERT INTO MTL_ITEM_BULKLOAD_RECS(
1318: REQUEST_ID
1319: ,ENTITY_TYPE
1320: ,INVENTORY_ITEM_ID
1321: ,ORGANIZATION_ID