DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_SUMMARIZE_BUDGETS

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

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

Line 3846: gms_summarize_budgets.summarize_baselined_versions( x_project_id => l_project_id

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

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

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

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

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