DBA Data[Home] [Help]

APPS.MTL_MFG_PART_NUMBERS_PKG dependencies on INV_ITEM_EVENTS_PVT

Line 111: INV_ITEM_EVENTS_PVT.Raise_Events(

107:
108: /* R12: Business Event Enhancement:
109: Raise Event if AML got Created successfully */
110: BEGIN
111: INV_ITEM_EVENTS_PVT.Raise_Events(
112: p_event_name => 'EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT'
113: ,p_dml_type => 'CREATE'
114: ,p_inventory_item_id => X_Inventory_Item_Id
115: ,p_organization_id => X_Organization_Id

Line 124: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(

120: NULL;
121: END;
122: /* Code Added for bug-6525662 starts here */
123: BEGIN
124: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(
125: p_entity_type => 'ITEM'
126: ,p_dml_type => 'UPDATE'
127: ,p_inventory_item_id => X_Inventory_Item_Id
128: ,p_item_description => NULL

Line 316: INV_ITEM_EVENTS_PVT.Raise_Events(

312: end if;
313: /* R12: Business Event Enhancement:
314: Raise Event if AML got Updated successfully */
315: BEGIN
316: INV_ITEM_EVENTS_PVT.Raise_Events(
317: p_event_name => 'EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT'
318: ,p_dml_type => 'UPDATE'
319: ,p_inventory_item_id => X_Inventory_Item_Id
320: ,p_organization_id => X_Organization_Id

Line 330: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(

326: END;
327:
328: /* Code Added for bug-6525662 starts here */
329: BEGIN
330: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(
331: p_entity_type => 'ITEM'
332: ,p_dml_type => 'UPDATE'
333: ,p_inventory_item_id => X_Inventory_Item_Id
334: ,p_item_description => NULL

Line 381: INV_ITEM_EVENTS_PVT.Raise_Events(

377:
378: /* R12: Business Event Enhancement:
379: Raise Event if AML got deleted successfully */
380: BEGIN
381: INV_ITEM_EVENTS_PVT.Raise_Events(
382: p_event_name => 'EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT'
383: ,p_dml_type => 'DELETE'
384: ,p_inventory_item_id => l_Inventory_Item_Id
385: ,p_organization_id => l_Organization_Id

Line 396: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(

392:
393: /* Code Added for bug-6525662 starts here */
394: BEGIN
395:
396: INV_ITEM_EVENTS_PVT.Invoke_ICX_APIs(
397: p_entity_type => 'ITEM'
398: ,p_dml_type => 'UPDATE'
399: ,p_inventory_item_id => l_Inventory_Item_Id
400: ,p_item_description => NULL