DBA Data[Home] [Help]

APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJ_TASK_STRUC_PUB

Line 164: l_Published_version_exists := PA_PROJ_TASK_STRUC_PUB.Published_version_exists( p_project_id );

160: -- iii) Published version exists;
161:
162: */
163:
164: l_Published_version_exists := PA_PROJ_TASK_STRUC_PUB.Published_version_exists( p_project_id );
165: l_IS_WP_SEPARATE_FROM_FN := PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( p_project_id );
166: l_IS_WP_VERSIONING_ENABLED := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( p_project_id );
167:
168: l_structure_type := p_structure_type;

Line 165: l_IS_WP_SEPARATE_FROM_FN := PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( p_project_id );

161:
162: */
163:
164: l_Published_version_exists := PA_PROJ_TASK_STRUC_PUB.Published_version_exists( p_project_id );
165: l_IS_WP_SEPARATE_FROM_FN := PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( p_project_id );
166: l_IS_WP_VERSIONING_ENABLED := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( p_project_id );
167:
168: l_structure_type := p_structure_type;
169:

Line 166: l_IS_WP_VERSIONING_ENABLED := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( p_project_id );

162: */
163:
164: l_Published_version_exists := PA_PROJ_TASK_STRUC_PUB.Published_version_exists( p_project_id );
165: l_IS_WP_SEPARATE_FROM_FN := PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( p_project_id );
166: l_IS_WP_VERSIONING_ENABLED := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( p_project_id );
167:
168: l_structure_type := p_structure_type;
169:
170: IF l_Published_version_exists = 'Y'

Line 202: l_versioning_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( l_project_id_out );

198: -- end for the bug 4738608
199:
200: --Project Structure changes done for bug 2765115
201:
202: l_versioning_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( l_project_id_out );
203: l_workplan_enabled := PA_PROJ_TASK_STRUC_PUB.WP_STR_EXISTS( l_project_id_out );
204:
205: IF ( p_task_version_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM
206: OR p_task_version_id IS NULL ) AND

Line 203: l_workplan_enabled := PA_PROJ_TASK_STRUC_PUB.WP_STR_EXISTS( l_project_id_out );

199:
200: --Project Structure changes done for bug 2765115
201:
202: l_versioning_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED( l_project_id_out );
203: l_workplan_enabled := PA_PROJ_TASK_STRUC_PUB.WP_STR_EXISTS( l_project_id_out );
204:
205: IF ( p_task_version_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM
206: OR p_task_version_id IS NULL ) AND
207: l_workplan_enabled = 'Y' AND

Line 228: PA_PROJ_TASK_STRUC_PUB.get_version_ids(

224: END IF;
225:
226: --get structure_version_id and task_version_id
227:
228: PA_PROJ_TASK_STRUC_PUB.get_version_ids(
229: p_task_id => l_task_id_out --p_task_id changed for Bug No 4738608
230: ,p_task_version_id => p_task_version_id
231: ,p_project_id => l_project_id_out --p_project_id changed for Bug No 4738608
232: ,x_structure_version_id => l_structure_version_id

Line 291: AND PA_PROJ_TASK_STRUC_PUB.Published_version_exists( l_project_id_out ) = 'Y'

287: CLOSE l_amg_task_csr;
288: END IF;
289:
290: IF l_versioning_enabled = 'Y'
291: AND PA_PROJ_TASK_STRUC_PUB.Published_version_exists( l_project_id_out ) = 'Y'
292: AND l_amg_task_number IS NULL --if the task is not in pa_tasks
293: THEN
294: --deleting task from a working version when there is a published structure exists
295: null; --in this case there wont be any task in pa_task

Line 298: /* Commented below code and moved it above the call to PA_PROJ_TASK_STRUC_PUB.get_version_ids for bug 4738608

294: --deleting task from a working version when there is a published structure exists
295: null; --in this case there wont be any task in pa_task
296: ELSE
297:
298: /* Commented below code and moved it above the call to PA_PROJ_TASK_STRUC_PUB.get_version_ids for bug 4738608
299: PA_PROJECT_PVT.Convert_pm_taskref_to_id
300: ( p_pa_project_id => l_project_id_out
301: , p_pa_task_id => p_task_id
302: , p_pm_task_reference => p_pm_task_reference