DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_BILLING_CORE

Line 466: -- call pa_billing_core.update_funding to update funding tables if

462: IF ( (x_budget_type_code = 'AR')
463: AND (x_project_type_class_code = 'CONTRACT'))
464: THEN
465:
466: -- call pa_billing_core.update_funding to update funding tables if
467: -- necessary.
468: -- check project funding level flag properly
469: x_err_stage := 'Calling pa_billing_core.check_funding_level for AR budget';
470: print_msg(x_err_stage);

Line 469: x_err_stage := 'Calling pa_billing_core.check_funding_level for AR budget';

465:
466: -- call pa_billing_core.update_funding to update funding tables if
467: -- necessary.
468: -- check project funding level flag properly
469: x_err_stage := 'Calling pa_billing_core.check_funding_level for AR budget';
470: print_msg(x_err_stage);
471: pa_billing_core.check_funding_level(
472: x_project_id,
473: x_funding_level,

Line 471: pa_billing_core.check_funding_level(

467: -- necessary.
468: -- check project funding level flag properly
469: x_err_stage := 'Calling pa_billing_core.check_funding_level for AR budget';
470: print_msg(x_err_stage);
471: pa_billing_core.check_funding_level(
472: x_project_id,
473: x_funding_level,
474: x_err_code,
475: x_err_stage,

Line 482: x_err_stage := 'Calling pa_billing_core.update_funding';

478: if (x_err_code <> 0) then
479: return;
480: end if;
481:
482: x_err_stage := 'Calling pa_billing_core.update_funding';
483: print_msg(x_err_stage);
484: pa_billing_core.update_funding(
485: x_project_id,
486: x_funding_level, -- Funding level

Line 484: pa_billing_core.update_funding(

480: end if;
481:
482: x_err_stage := 'Calling pa_billing_core.update_funding';
483: print_msg(x_err_stage);
484: pa_billing_core.update_funding(
485: x_project_id,
486: x_funding_level, -- Funding level
487: x_err_code,
488: x_err_stage,

Line 500: -- call pa_billing_core.update_funding to update funding tables if

496: ELSIF ( (x_budget_type_code = 'AC')
497: AND (x_project_type_class_code <> 'CONTRACT'))
498: THEN
499:
500: -- call pa_billing_core.update_funding to update funding tables if
501: -- necessary.
502: x_err_stage := 'Calling pa_billing_core.update_funding for AC budget';
503: print_msg(x_err_stage);
504: pa_billing_core.update_funding(

Line 502: x_err_stage := 'Calling pa_billing_core.update_funding for AC budget';

498: THEN
499:
500: -- call pa_billing_core.update_funding to update funding tables if
501: -- necessary.
502: x_err_stage := 'Calling pa_billing_core.update_funding for AC budget';
503: print_msg(x_err_stage);
504: pa_billing_core.update_funding(
505: x_project_id,
506: x_funding_level, -- Funding level

Line 504: pa_billing_core.update_funding(

500: -- call pa_billing_core.update_funding to update funding tables if
501: -- necessary.
502: x_err_stage := 'Calling pa_billing_core.update_funding for AC budget';
503: print_msg(x_err_stage);
504: pa_billing_core.update_funding(
505: x_project_id,
506: x_funding_level, -- Funding level
507: x_err_code,
508: x_err_stage,