DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_CURRENCY

Line 2919: X_Amount_To_Insert := pa_currency.round_currency_amt(nvl(X_Amount_To_Insert,0)); -- added for bug 5182669

2915: X_Amount_To_Insert,
2916: X_Err_Num,
2917: X_Err_Stage);
2918:
2919: X_Amount_To_Insert := pa_currency.round_currency_amt(nvl(X_Amount_To_Insert,0)); -- added for bug 5182669
2920: If X_Amount_To_Insert <> 0 then
2921: Begin
2922: INSERT INTO GMS_EVENT_INTERSECT(AWARD_PROJECT_ID,
2923: EXPENDITURE_ITEM_ID,

Line 4483: sum(pa_currency.round_currency_amt (P_burdenable_raw_cost * cm.compiled_multiplier)) Tot_Exp_Item_Burden_Cost

4479:
4480: CURSOR Get_Components_Cursor IS
4481: SELECT cm.ind_cost_code,
4482: icc.expenditure_type icc_expenditure_type,
4483: sum(pa_currency.round_currency_amt (P_burdenable_raw_cost * cm.compiled_multiplier)) Tot_Exp_Item_Burden_Cost
4484: FROM pa_ind_cost_codes icc,
4485: pa_compiled_multipliers cm,
4486: --pa_ind_compiled_sets ics, /* For bug 6969435 */
4487: pa_cost_base_exp_types cbet,

Line 4855: X_Raw_Cost := pa_currency.round_currency_amt(nvl(X_Raw_Cost,0));

4851:
4852: --------------------------------------------------------------------
4853: -- Rounding fix : Bug 1417062
4854:
4855: X_Raw_Cost := pa_currency.round_currency_amt(nvl(X_Raw_Cost,0));
4856:
4857: -----------------------------------------------------------------------------
4858: /* For the particular Installment,Task get Total Billed Amount and Total Funding Amount */
4859: GET_SUMM_FUNDING(NULL, -- C_Installment_Id, Made Null for 11.5

Line 5031: X_Burd_Amt_To_Insert_By_Comp := pa_currency.round_currency_amt(nvl(X_Burd_Amt_To_Insert_By_Comp,0));

5027: X_Burden_Component_Data(i).Burden_Cost,
5028: X_Burd_Amt_To_Insert_By_Comp);
5029:
5030: -- Rounding fix : Bug 1417062
5031: X_Burd_Amt_To_Insert_By_Comp := pa_currency.round_currency_amt(nvl(X_Burd_Amt_To_Insert_By_Comp,0));
5032:
5033:
5034: INSERT_GMS_BURDEN_COMPONENTS(X_Project_Id,
5035: X_Expenditure_Item_Id,

Line 5783: X_Rev_Expenditure_Cost := pa_currency.round_currency_amt(nvl(X_Rev_Expenditure_Cost,0));

5779:
5780: ------------------------------------------------------------------------------------
5781: -- Rounding fix : Bug 1417062
5782:
5783: X_Rev_Expenditure_Cost := pa_currency.round_currency_amt(nvl(X_Rev_Expenditure_Cost,0));
5784:
5785: -----------------------------------------------------------------------------
5786: /* For the particular Installment,Task get Total Billed Amount and Total Funding Amount */
5787: GET_SUMM_FUNDING(NULL,-- C_Installment_Id, Made Null for 11.5

Line 5927: X_Rev_Burd_Amt_To_Ins_By_Comp := pa_currency.round_currency_amt(nvl(X_Rev_Burd_Amt_To_Ins_By_Comp,0));

5923: X_Rev_Burden_Component_Data(i).Burden_Cost,
5924: X_Rev_Burd_Amt_To_Ins_By_Comp);
5925:
5926: -- Rounding fix : Bug 1417062
5927: X_Rev_Burd_Amt_To_Ins_By_Comp := pa_currency.round_currency_amt(nvl(X_Rev_Burd_Amt_To_Ins_By_Comp,0));
5928:
5929: INSERT_GMS_BURDEN_COMPONENTS(X_Project_Id,
5930: X_Rev_Expenditure_Item_Id,
5931: X_Rev_Adl_Line_Num,

Line 6479: -- Call to pa_currency.round_currency_amt function will use

6475: gms_error_pkg.gms_debug('X_Project_id:'||X_Project_id,'C');
6476: END IF;
6477:
6478: -- Bug 1980810 : Added to set currency related global variables
6479: -- Call to pa_currency.round_currency_amt function will use
6480: -- global variables and thus improves performance
6481:
6482: pa_currency.set_currency_info;
6483:

Line 6482: pa_currency.set_currency_info;

6478: -- Bug 1980810 : Added to set currency related global variables
6479: -- Call to pa_currency.round_currency_amt function will use
6480: -- global variables and thus improves performance
6481:
6482: pa_currency.set_currency_info;
6483:
6484: -- Concurrency Control
6485: gms_bill_concurrency(X_request_id,
6486: X_Project_id,