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 3315: PA_PROGRESS_UTILS.check_txn_currency_diff

3311: END IF;
3312:
3313: --hsiu: changes for checking transaction currency difference
3314: --for bug 3786612
3315: PA_PROGRESS_UTILS.check_txn_currency_diff
3316: (
3317: p_structure_version_id => p_structure_version_id,
3318: p_context => 'PUBLISH_STRUCTURE',
3319: x_return_status => l_return_status

Line 5764: PA_PROGRESS_UTILS.clear_prog_outdated_flag(

5760: IF p_pub_prog_flag = 'Y'
5761: THEN
5762: --bug 3851528
5763: BEGIN
5764: PA_PROGRESS_UTILS.clear_prog_outdated_flag(
5765: p_project_id => l_Project_ID
5766: ,p_structure_version_id => l_new_struct_ver_id
5767: ,p_object_id => null
5768: ,p_object_type => null

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

5773: WHEN OTHERS THEN
5774: fnd_msg_pub.add_exc_msg(p_pkg_name =>
5775: 'PA_PROJECT_STRUCTURE_PVT1',
5776: p_procedure_name => 'publish_structure',
5777: p_error_text => SUBSTRB('Call PA_PROGRESS_UTILS.clear_prog_outdated_flag:'||SQLERRM,1,120));
5778: RAISE FND_API.G_EXC_ERROR;
5779: END;
5780:
5781:

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

11527: END IF;
11528:
11529: -- Bug 3010538. Task Weighting enhancement.
11530: -- Obtain the task weighting basis for the project.
11531: l_weight_basis := pa_progress_utils.get_task_weighting_basis(p_project_id => p_project_id);
11532:
11533: --get all working versions
11534: OPEN get_wp_versions;
11535: LOOP