DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on EGO_LIFECYCLE_USER_PUB

Line 4311: IF 'TRUE' = EGO_LIFECYCLE_USER_PUB.Has_LC_Tracking_Project

4307: /* , EGO_ITEM_PUB.G_TTYPE_CHANGE_PHASE */) THEN
4308: --
4309: -- check if there is a project associated
4310: --
4311: IF 'TRUE' = EGO_LIFECYCLE_USER_PUB.Has_LC_Tracking_Project
4312: (p_inventory_item_id => l_inventory_item_id
4313: ,p_organization_id => l_organization_id
4314: ,p_revision => l_revision) THEN
4315: code_debug (l_api_name ||' lc project associated to item / revision ');

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

4538:
4539: --
4540: -- get the policy for changes
4541: --
4542: code_debug (l_api_name ||' calling EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change ');
4543: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change
4544: ( p_api_version => p_api_version
4545: , p_project_id => NULL
4546: , p_inventory_item_id => l_inventory_item_id

Line 4543: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change

4539: --
4540: -- get the policy for changes
4541: --
4542: code_debug (l_api_name ||' calling EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change ');
4543: EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change
4544: ( p_api_version => p_api_version
4545: , p_project_id => NULL
4546: , p_inventory_item_id => l_inventory_item_id
4547: , p_organization_id => l_organization_id

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

4554: , x_errorcode => l_dummy_char
4555: , x_msg_count => x_msg_count
4556: , x_msg_data => x_msg_data
4557: );
4558: code_debug (l_api_name ||' returning EGO_LIFECYCLE_USER_PUB.Get_Policy_For_Phase_Change with status '||x_return_status);
4559: IF l_policy_code IN (l_policy_co_required, l_policy_not_allowed) THEN
4560: l_change_status_flag := FALSE;
4561: -- decide the message based upon
4562: -- item /item revision