DBA Data[Home] [Help]

APPS.PA_RELATIONSHIP_PVT dependencies on PA_PROJ_TASK_STRUC_PUB

Line 1323: l_src_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_src_proj_id);

1319: raise FND_API.G_EXC_ERROR;
1320: END IF;
1321: END;
1322:
1323: l_src_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_src_proj_id);
1324: l_dest_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_dest_proj_id);
1325:
1326: OPEN get_src_str_status;
1327: FETCH get_src_str_status INTO l_src_str_status_code;

Line 1324: l_dest_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_dest_proj_id);

1320: END IF;
1321: END;
1322:
1323: l_src_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_src_proj_id);
1324: l_dest_proj_ve := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_dest_proj_id);
1325:
1326: OPEN get_src_str_status;
1327: FETCH get_src_str_status INTO l_src_str_status_code;
1328: CLOSE get_src_str_status;

Line 4228: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG

4224: -- If user wants to defer the rollup of programs, we need not set the version to dirty as another message will be displayed to run UPPD.
4225:
4226: IF NVL(FND_PROFILE.value('PA_ROLLUP_PROGRAM_AMOUNTS'),'AUTOMATIC') = 'AUTOMATIC' THEN
4227:
4228: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG
4229: (
4230: p_calling_context => 'SELF_SERVICE'
4231: ,p_project_id => p_src_proj_id
4232: ,p_structure_version_id => l_src_struc_elem_ver_id

Line 4807: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG

4803: -- If user wants to defer the rollup of programs, we need not set the version to dirty as another message will be displayed to run UPPD.
4804: IF NVL(FND_PROFILE.value('PA_ROLLUP_PROGRAM_AMOUNTS'),'AUTOMATIC') = 'AUTOMATIC' THEN
4805: IF PA_PROJECT_STRUCTURE_UTILS.GET_STRUC_TYPE_FOR_VERSION(l_src_structure_ver_id, 'WORKPLAN') = 'Y'
4806: THEN
4807: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG
4808: (
4809: p_calling_context => 'SELF_SERVICE'
4810: ,p_project_id => l_src_project_id
4811: ,p_structure_version_id => l_src_structure_ver_id