DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_SUMMARIZE_BUDGETS

Line 3843: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_summarize_budgets.summarize_baselined_versions', 'C');

3839: end if;
3840:
3841:
3842: IF L_DEBUG = 'Y' THEN
3843: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_summarize_budgets.summarize_baselined_versions', 'C');
3844: END IF;
3845:
3846: -- Bug 2386041
3847: gms_summarize_budgets.summarize_baselined_versions( x_project_id => l_project_id

Line 3847: gms_summarize_budgets.summarize_baselined_versions( x_project_id => l_project_id

3843: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_summarize_budgets.summarize_baselined_versions', 'C');
3844: END IF;
3845:
3846: -- Bug 2386041
3847: gms_summarize_budgets.summarize_baselined_versions( x_project_id => l_project_id
3848: , x_time_phased_type_code => l_time_phased_type_code
3849: , x_app_short_name => l_app_short_name
3850: , RETCODE => l_return_status
3851: , ERRBUF => x_err_stage);

Line 3866: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_summarize_budgets.summarize_baselined_versions';

3862: -- Fix for bug : 5511910. We retrun stasus values as 'P' if summarization does not happen.
3863: --IF l_return_status <> 'S'
3864: IF l_return_status NOT in ( 'S','X') THEN
3865:
3866: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_summarize_budgets.summarize_baselined_versions';
3867: gms_error_pkg.gms_message(x_err_name => 'GMS_SUMMARIZE_PA_BUDG_FAIL',
3868: x_err_code => x_err_code,
3869: x_err_buff => x_err_stage);
3870:

Line 3956: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - l_return_status IS ==== : '|| l_return_status,'C');

3952: close l_wf_notif_role_csr;
3953:
3954: --------------------------------------------- ----------------------------------------------------------------------------------
3955: -- GMS enhancement for R12 : 5583170
3956: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - l_return_status IS ==== : '|| l_return_status,'C');
3957: If l_return_status = 'S' then
3958: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Baselining successful ' ;
3959: gms_error_pkg.gms_message(x_err_name => 'GMS_BUDGET_BASELINED',
3960: x_token_name1 => 'PROJECT_NUMBER',