DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_PVT dependencies on INV_ITEM_EVENTS_PVT

Line 1321: INV_ITEM_EVENTS_PVT.Invoke_ICX_wrapper(

1317: FROM mtl_parameters p
1318: WHERE p.master_organization_id = p_master_org_id )
1319: LOOP
1320:
1321: INV_ITEM_EVENTS_PVT.Invoke_ICX_wrapper(
1322: p_entity_type => 'ITEM_CATEGORY',
1323: p_dml_type => 'UPDATE',
1324: p_inventory_item_id => p_inventory_item_id ,
1325: p_organization_id => c_Get_Revised_Orgs.organization_id ,

Line 1365: INV_ITEM_EVENTS_PVT.Invoke_ICX_wrapper(

1361: AND inventory_item_id = p_inventory_item_id
1362: AND category_set_id = p_category_set_id
1363: AND category_id = p_old_category_id;
1364:
1365: INV_ITEM_EVENTS_PVT.Invoke_ICX_wrapper(
1366: p_entity_type => 'ITEM_CATEGORY',
1367: p_dml_type => 'UPDATE',
1368: p_inventory_item_id => p_inventory_item_id ,
1369: p_organization_id => p_organization_id ,