DBA Data[Home] [Help]

APPS.EGO_ITEM_LC_IMP_PC_PUB dependencies on EGO_WF_WRAPPER_PVT

Line 756: EGO_WF_WRAPPER_PVT.Raise_Item_Create_Update_Event(

752: IF l_phase_update = 'Y' OR
753: NVL(l_old_status,-1) <> NVL(l_new_status,-1) THEN
754: FOR Item_Rec IN c_get_item_details(p_inventory_item_id
755: ,p_organization_id) LOOP
756: EGO_WF_WRAPPER_PVT.Raise_Item_Create_Update_Event(
757: p_event_name => EGO_WF_WRAPPER_PVT.G_ITEM_UPDATE_EVENT
758: ,p_organization_id => p_organization_id
759: ,p_organization_code => Item_Rec.organization_code
760: ,p_item_number => Item_Rec.concatenated_segments

Line 757: p_event_name => EGO_WF_WRAPPER_PVT.G_ITEM_UPDATE_EVENT

753: NVL(l_old_status,-1) <> NVL(l_new_status,-1) THEN
754: FOR Item_Rec IN c_get_item_details(p_inventory_item_id
755: ,p_organization_id) LOOP
756: EGO_WF_WRAPPER_PVT.Raise_Item_Create_Update_Event(
757: p_event_name => EGO_WF_WRAPPER_PVT.G_ITEM_UPDATE_EVENT
758: ,p_organization_id => p_organization_id
759: ,p_organization_code => Item_Rec.organization_code
760: ,p_item_number => Item_Rec.concatenated_segments
761: ,p_item_description => Item_Rec.DESCRIPTION