DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_ACCUM_UTILS

Line 757: PA_ACCUM_UTILS.Get_config_Option

753: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Process_Budget_Txns';
754:
755: pa_debug.debug(x_err_stack);
756:
757: PA_ACCUM_UTILS.Get_config_Option
758: (X_project_id ,
759: 'BUDGETS',
760: 'BASE_BURDENED_COST',
761: V_Base_Burdened_Cost_Flag,

Line 766: PA_ACCUM_UTILS.Get_config_Option

762: x_err_code ,
763: x_err_stage ,
764: x_err_stack );
765:
766: PA_ACCUM_UTILS.Get_config_Option
767: (X_project_id ,
768: 'BUDGETS',
769: 'BASE_LABOR_HOURS',
770: V_Base_Labor_Hours_Flag,

Line 775: PA_ACCUM_UTILS.Get_config_Option

771: x_err_code ,
772: x_err_stage ,
773: x_err_stack );
774:
775: PA_ACCUM_UTILS.Get_config_Option
776: (X_project_id ,
777: 'BUDGETS',
778: 'BASE_RAW_COST',
779: V_Base_Raw_Cost_Flag,

Line 784: PA_ACCUM_UTILS.Get_config_Option

780: x_err_code ,
781: x_err_stage ,
782: x_err_stack );
783:
784: PA_ACCUM_UTILS.Get_config_Option
785: (X_project_id ,
786: 'BUDGETS',
787: 'BASE_REVENUE',
788: V_Base_Revenue_Flag,

Line 793: PA_ACCUM_UTILS.Get_config_Option

789: x_err_code ,
790: x_err_stage ,
791: x_err_stack );
792:
793: PA_ACCUM_UTILS.Get_config_Option
794: (X_project_id ,
795: 'BUDGETS',
796: 'ORIG_BURDENED_COST',
797: V_Orig_Burdened_Cost_Flag,

Line 802: PA_ACCUM_UTILS.Get_config_Option

798: x_err_code ,
799: x_err_stage ,
800: x_err_stack );
801:
802: PA_ACCUM_UTILS.Get_config_Option
803: (X_project_id ,
804: 'BUDGETS',
805: 'ORIG_LABOR_HOURS',
806: V_Orig_Labor_Hours_Flag,

Line 811: PA_ACCUM_UTILS.Get_config_Option

807: x_err_code ,
808: x_err_stage ,
809: x_err_stack );
810:
811: PA_ACCUM_UTILS.Get_config_Option
812: (X_project_id ,
813: 'BUDGETS',
814: 'ORIG_QUANTITY',
815: V_Orig_Quantity_Flag,

Line 820: PA_ACCUM_UTILS.Get_config_Option

816: x_err_code ,
817: x_err_stage ,
818: x_err_stack );
819:
820: PA_ACCUM_UTILS.Get_config_Option
821: (X_project_id ,
822: 'BUDGETS',
823: 'BASE_QUANTITY',
824: V_Base_Quantity_Flag,

Line 829: PA_ACCUM_UTILS.Get_config_Option

825: x_err_code ,
826: x_err_stage ,
827: x_err_stack );
828:
829: PA_ACCUM_UTILS.Get_config_Option
830: (X_project_id ,
831: 'BUDGETS',
832: 'ORIG_RAW_COST',
833: V_Orig_Raw_Cost_Flag,

Line 838: PA_ACCUM_UTILS.Get_config_Option

834: x_err_code ,
835: x_err_stage ,
836: x_err_stack );
837:
838: PA_ACCUM_UTILS.Get_config_Option
839: (X_project_id ,
840: 'BUDGETS',
841: 'ORIG_REVENUE',
842: V_Orig_Revenue_Flag,

Line 1396: pa_accum_utils.Check_budget_Details

1392: -- no corresponding detail record. The procedure called below,will
1393: -- check for the existence of the detail records and if not available
1394: -- would create it.
1395:
1396: pa_accum_utils.Check_budget_Details
1397: (x_project_id,
1398: x_task_id,
1399: 0,
1400: x_budget_type_code,

Line 1547: PA_ACCUM_UTILS.Check_budget_Details

1543: -- no corresponding detail record. The procedure called below,will
1544: -- check for the existence of the detail records and if not available
1545: -- would create it.
1546:
1547: PA_ACCUM_UTILS.Check_budget_Details
1548: (x_project_id,
1549: x_task_id,
1550: x_resource_list_Member_id,
1551: x_budget_type_code,

Line 1566: PA_ACCUM_UTILS.Check_budget_Details

1562: -- no corresponding detail record. The procedure called below,will
1563: -- check for the existence of the detail records and if not available
1564: -- would create it.
1565:
1566: PA_ACCUM_UTILS.Check_budget_Details
1567: (x_project_id,
1568: 0,
1569: x_resource_list_Member_id,
1570: x_budget_type_code,