DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on PA_RES_LIST_ASSIGNMENTS

Line 506: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling pa_res_list_assignments.create_rl_assgmt','C');

502: -- baseline budget does not exist
503:
504: IF L_DEBUG = 'Y' THEN
505: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- First time baselining','C');
506: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling pa_res_list_assignments.create_rl_assgmt','C');
507: END IF;
508:
509: x_err_stage := 'create resource list assignment <'
510: || to_char(x_project_id) || '><'

Line 514: pa_res_list_assignments.create_rl_assgmt(x_project_id,

510: || to_char(x_project_id) || '><'
511: || to_char(x_resource_list_id) || '>';
512:
513: -- create resource list assignment if necessary
514: pa_res_list_assignments.create_rl_assgmt(x_project_id,
515: x_resource_list_id,
516: x_resource_list_assgmt_id,
517: x_err_code,
518: x_err_stage,

Line 524: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_code : '||x_err_code ,'C');

520:
521: -- if oracle or application error, return
522: if (x_err_code <> 0) then
523: IF L_DEBUG = 'Y' THEN
524: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_code : '||x_err_code ,'C');
525: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_stage : '||x_err_stage ,'C');
526: END IF;
527: rollback to before_baseline;
528: return;

Line 525: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_stage : '||x_err_stage ,'C');

521: -- if oracle or application error, return
522: if (x_err_code <> 0) then
523: IF L_DEBUG = 'Y' THEN
524: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_code : '||x_err_code ,'C');
525: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_assgmt returned x_err_stage : '||x_err_stage ,'C');
526: END IF;
527: rollback to before_baseline;
528: return;
529: end if;

Line 539: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling pa_res_list_assignments.create_rl_uses','C');

535:
536: -- create resource list usage if necessary
537:
538: IF L_DEBUG = 'Y' THEN
539: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling pa_res_list_assignments.create_rl_uses','C');
540: END IF;
541:
542: pa_res_list_assignments.create_rl_uses(x_project_id,
543: x_resource_list_assgmt_id,

Line 542: pa_res_list_assignments.create_rl_uses(x_project_id,

538: IF L_DEBUG = 'Y' THEN
539: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling pa_res_list_assignments.create_rl_uses','C');
540: END IF;
541:
542: pa_res_list_assignments.create_rl_uses(x_project_id,
543: x_resource_list_assgmt_id,
544: x_budget_type_code,
545: x_err_code,
546: x_err_stage,

Line 553: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_code :'||x_err_code ,'C');

549: -- if oracle or application error, return.
550:
551: if (x_err_code <> 0) then
552: IF L_DEBUG = 'Y' THEN
553: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_code :'||x_err_code ,'C');
554: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_stage :'||x_err_stage ,'C');
555: END IF;
556: rollback to before_baseline;
557: return;

Line 554: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_stage :'||x_err_stage ,'C');

550:
551: if (x_err_code <> 0) then
552: IF L_DEBUG = 'Y' THEN
553: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_code :'||x_err_code ,'C');
554: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to pa_res_list_assignments.create_rl_uses returned x_err_stage :'||x_err_stage ,'C');
555: END IF;
556: rollback to before_baseline;
557: return;
558: end if;

Line 1135: pa_res_list_assignments.create_rl_assgmt(x_dest_project_id,

1131: x_err_stage := 'create resource list assignment <'
1132: || to_char(x_dest_project_id) || '><'
1133: || to_char(x_src_resource_list_id) || '>';
1134:
1135: pa_res_list_assignments.create_rl_assgmt(x_dest_project_id,
1136: x_src_resource_list_id,
1137: x_resource_list_assgmt_id,
1138: x_err_code,
1139: x_err_stage,

Line 1154: pa_res_list_assignments.create_rl_uses(x_dest_project_id,

1150: || to_char(x_resource_list_assgmt_id) || '><'
1151: || x_dest_budget_type_code || '>';
1152:
1153: -- create resource list usage if necessary
1154: pa_res_list_assignments.create_rl_uses(x_dest_project_id,
1155: x_resource_list_assgmt_id,
1156: x_dest_budget_type_code,
1157: x_err_code,
1158: x_err_stage,