DBA Data[Home] [Help]

APPS.EGO_ITEM_LC_IMP_PC_PUB dependencies on EGO_DOM_UTIL_PUB

Line 625: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id

621: END IF;
622: END IF;
623:
624: code_debug(' before check_floating_attachments 1');
625: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id
626: ,p_revision_id => p_revision_id
627: ,p_organization_id => p_organization_id
628: ,p_lifecycle_id => NULL
629: ,p_new_phase_id => l_phase_id.phase_id

Line 693: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id

689: END IF;
690: END IF;
691:
692: code_debug(' before check_floating_attachments 2');
693: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id
694: ,p_revision_id => p_revision_id
695: ,p_organization_id => p_organization_id
696: ,p_lifecycle_id => NULL
697: ,p_new_phase_id => l_phase_id.phase_id

Line 846: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => l_pending_record.INVENTORY_ITEM_ID

842: -- Update for all orgs
843: --
844:
845: code_debug(' before check_floating_attachments 3');
846: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => l_pending_record.INVENTORY_ITEM_ID
847: ,p_revision_id => l_pending_record.REVISION_ID
848: ,p_organization_id => l_pending_record.ORGANIZATION_ID
849: ,p_lifecycle_id => NULL
850: ,p_new_phase_id => l_pending_record.PHASE_ID

Line 881: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => l_pending_record.INVENTORY_ITEM_ID

877: --
878: -- Just update for the current one
879: --
880: code_debug(' before check_floating_attachments 4##########');
881: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => l_pending_record.INVENTORY_ITEM_ID
882: ,p_revision_id => l_pending_record.REVISION_ID
883: ,p_organization_id => l_pending_record.ORGANIZATION_ID
884: ,p_lifecycle_id => NULL
885: ,p_new_phase_id => l_pending_record.PHASE_ID