DBA Data[Home] [Help]

APPS.EGO_ITEM_LC_IMP_PC_PUB dependencies on EGO_WF_WRAPPER_PVT

Line 758: EGO_WF_WRAPPER_PVT.Raise_Item_Create_Update_Event(

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

Line 759: p_event_name => EGO_WF_WRAPPER_PVT.G_ITEM_UPDATE_EVENT

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