DBA Data[Home] [Help]

APPS.EGO_ITEM_LC_IMP_PC_PUB dependencies on EGO_INV_ITEM_CATALOG_PVT

Line 39: -- EGO_INV_ITEM_CATALOG_PVT.check_pending_change_orders

35: /***
36: -------------------------------------------------------
37: -- fix as a part of bug 3696801
38: -- this is no more used. replaced by
39: -- EGO_INV_ITEM_CATALOG_PVT.check_pending_change_orders
40: -------------------------------------------------------
41: PROCEDURE Check_Pending_Change_Orders
42: (
43: p_inventory_item_id IN NUMBER

Line 502: -- replaced call to EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders

498: G_CURRENT_LOGIN_ID := FND_GLOBAL.Login_Id;
499: END IF;
500:
501: --
502: -- replaced call to EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders
503: -- as a part of bug 3696801
504: -- Check_Pending_Change_Orders (p_inventory_item_id => p_inventory_item_id
505: -- ,p_organization_id => p_organization_id
506: -- ,p_revision_id => p_revision_id

Line 529: EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders (

525: END IF;
526:
527: IF l_perform_policy_check THEN
528: code_debug (' performing policy check ');
529: EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders (
530: p_inventory_item_id => p_inventory_item_id
531: ,p_organization_id => p_organization_id
532: ,p_revision_id => p_revision_id
533: ,p_lifecycle_changed => FND_API.G_FALSE