DBA Data[Home] [Help]

APPS.INVIDSCS dependencies on INV_ITEM_EVENTS_PVT

Line 262: INV_ITEM_EVENTS_PVT.Raise_Events(

258:
259: BEGIN
260: IF l_organizations_rec.COUNT > 0 THEN
261: FOR I IN l_organizations_rec.FIRST .. l_organizations_rec.LAST LOOP
262: INV_ITEM_EVENTS_PVT.Raise_Events(
263: p_event_name => 'EGO_WF_WRAPPER_PVT.G_ITEM_CAT_ASSIGN_EVENT'
264: ,p_dml_type => 'CREATE'
265: ,p_inventory_item_id => current_inv_item_id
266: ,p_organization_id => l_organizations_rec(i)

Line 326: INV_ITEM_EVENTS_PVT.Raise_Events(

322:
323: BEGIN
324: IF l_organizations_rec.COUNT > 0 THEN
325: FOR I IN l_organizations_rec.FIRST .. l_organizations_rec.LAST LOOP
326: INV_ITEM_EVENTS_PVT.Raise_Events(
327: p_event_name => 'EGO_WF_WRAPPER_PVT.G_ITEM_CAT_ASSIGN_EVENT'
328: ,p_dml_type => 'UPDATE'
329: ,p_inventory_item_id => current_inv_item_id
330: ,p_organization_id => l_organizations_rec(i)

Line 548: INV_ITEM_EVENTS_PVT.Raise_Events(

544: BEGIN
545: IF l_organizations_rec.COUNT > 0 THEN
546: FOR I IN l_organizations_rec.FIRST .. l_organizations_rec.LAST LOOP
547: IF current_master_org_id <> l_organizations_rec(i) THEN
548: INV_ITEM_EVENTS_PVT.Raise_Events(
549: p_event_name => 'EGO_WF_WRAPPER_PVT.G_ITEM_CAT_ASSIGN_EVENT'
550: ,p_dml_type => 'DELETE'
551: ,p_inventory_item_id => current_inv_item_id
552: ,p_organization_id => l_organizations_rec(i)