DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on EGO_LIFECYCLE_USER_PUB

Line 4019: IF 'TRUE' = EGO_LIFECYCLE_USER_PUB.Has_LC_Tracking_Project

4015: IF p_transaction_type IN (EGO_ITEM_PUB.G_TTYPE_PROMOTE, EGO_ITEM_PUB.G_TTYPE_DEMOTE) THEN
4016: --
4017: -- check if there is a project associated
4018: --
4019: IF 'TRUE' = EGO_LIFECYCLE_USER_PUB.Has_LC_Tracking_Project
4020: (p_inventory_item_id => l_inventory_item_id
4021: ,p_organization_id => l_organization_id
4022: ,p_revision => l_revision) THEN
4023: code_debug (l_api_name ||' lc project associated to item / revision ');

Line 4081: code_debug (l_api_name ||' calling EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change ');

4077: END IF;
4078: --
4079: -- get the policy for changes
4080: --
4081: code_debug (l_api_name ||' calling EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change ');
4082: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change
4083: ( p_api_version => p_api_version
4084: , p_project_id => NULL
4085: , p_inventory_item_id => l_inventory_item_id

Line 4082: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change

4078: --
4079: -- get the policy for changes
4080: --
4081: code_debug (l_api_name ||' calling EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change ');
4082: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change
4083: ( p_api_version => p_api_version
4084: , p_project_id => NULL
4085: , p_inventory_item_id => l_inventory_item_id
4086: , p_organization_id => l_organization_id

Line 4097: code_debug (l_api_name ||' returning EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change with status '||x_return_status);

4093: , x_errorcode => l_dummy_char
4094: , x_msg_count => x_msg_count
4095: , x_msg_data => x_msg_data
4096: );
4097: code_debug (l_api_name ||' returning EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change with status '||x_return_status);
4098: IF l_policy_code IN (l_policy_co_required, l_policy_not_allowed) THEN
4099: l_change_status_flag := FALSE;
4100: -- decide the message based upon
4101: -- item /item revision