DBA Data[Home] [Help]

APPS.EGO_ITEM_LC_IMP_PC_PUB dependencies on EGO_DOM_UTIL_PUB

Line 627: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id

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

Line 695: EGO_DOM_UTIL_PUB.check_floating_attachments ( p_inventory_item_id => p_inventory_item_id

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

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

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

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

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