DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_PROGRESS_UTILS

Line 1291: IF (PA_PROGRESS_UTILS.GET_TASK_WEIGHTING_BASIS(l_project_id) <> 'MANUAL') THEN

1287:
1288: --bug 3010538
1289: --set update flag to Y if weighting basis is DURATION or EFFORT
1290: /* --not necessary when empty
1291: IF (PA_PROGRESS_UTILS.GET_TASK_WEIGHTING_BASIS(l_project_id) <> 'MANUAL') THEN
1292: --need to set update flag to Y
1293: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
1294: p_project_id => l_project_id,
1295: p_structure_version_id => p_structure_version_id,

Line 3355: PA_PROGRESS_UTILS.check_txn_currency_diff

3351: END IF;
3352:
3353: --hsiu: changes for checking transaction currency difference
3354: --for bug 3786612
3355: PA_PROGRESS_UTILS.check_txn_currency_diff
3356: (
3357: p_structure_version_id => p_structure_version_id,
3358: p_context => 'PUBLISH_STRUCTURE',
3359: x_return_status => l_return_status

Line 5824: PA_PROGRESS_UTILS.clear_prog_outdated_flag(

5820: IF p_pub_prog_flag = 'Y'
5821: THEN
5822: --bug 3851528
5823: BEGIN
5824: PA_PROGRESS_UTILS.clear_prog_outdated_flag(
5825: p_project_id => l_Project_ID
5826: ,p_structure_version_id => l_new_struct_ver_id
5827: ,p_object_id => null
5828: ,p_object_type => null

Line 5837: p_error_text => SUBSTRB('Call PA_PROGRESS_UTILS.clear_prog_outdated_flag:'||SQLERRM,1,120));

5833: WHEN OTHERS THEN
5834: fnd_msg_pub.add_exc_msg(p_pkg_name =>
5835: 'PA_PROJECT_STRUCTURE_PVT1',
5836: p_procedure_name => 'publish_structure',
5837: p_error_text => SUBSTRB('Call PA_PROGRESS_UTILS.clear_prog_outdated_flag:'||SQLERRM,1,120));
5838: RAISE FND_API.G_EXC_ERROR;
5839: END;
5840:
5841:

Line 11903: l_weight_basis := pa_progress_utils.get_task_weighting_basis(p_project_id => p_project_id);

11899: END IF;
11900:
11901: -- Bug 3010538. Task Weighting enhancement.
11902: -- Obtain the task weighting basis for the project.
11903: l_weight_basis := pa_progress_utils.get_task_weighting_basis(p_project_id => p_project_id);
11904:
11905: --get all working versions
11906: OPEN get_wp_versions;
11907: LOOP