DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_PROJECT_STRUCTURE_UTILS

Line 143: l_wp_enabled := PA_PROJECT_STRUCTURE_UTILS.check_workplan_enabled(x_project_id);

139: CLOSE get_template_flag;
140:
141: --Bug 3610949 : Check for workplan enabled before deleting the data from the tables
142: --in delete_project_structure
143: l_wp_enabled := PA_PROJECT_STRUCTURE_UTILS.check_workplan_enabled(x_project_id);
144:
145: -- mrajput added.
146: -- 18 Nov 2002. For Product Lifecycle Management.
147:

Line 857: IF ( PA_PROJECT_STRUCTURE_UTILS.check_Deliverable_enabled(x_project_id) = 'Y' ) THEN

853: -- WF.
854:
855: -- Changes added by skannoji
856: -- Added code for doosan customer
857: IF ( PA_PROJECT_STRUCTURE_UTILS.check_Deliverable_enabled(x_project_id) = 'Y' ) THEN
858: PA_DELIVERABLE_PUB.delete_deliverable_structure
859: (p_project_id => x_project_id
860: ,x_return_status => x_return_status
861: ,x_msg_count => x_msg_count