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 504: -- replaced call to EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders

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

Line 531: EGO_INV_ITEM_CATALOG_PVT.Check_pending_Change_Orders (

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