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 4510: sum(pa_currency.round_currency_amt (P_burdenable_raw_cost * cm.compiled_multiplier)) Tot_Exp_Item_Burden_Cost

4506: SELECT cm.ind_cost_code,
4507: icc.expenditure_type icc_expenditure_type,
4508: --Bug 10151331 removed the rounding as part of the code fix
4509: --BUG 13682664 reverts the change of the Bug 10151331.
4510: sum(pa_currency.round_currency_amt (P_burdenable_raw_cost * cm.compiled_multiplier)) Tot_Exp_Item_Burden_Cost
4511: --sum(P_burdenable_raw_cost * cm.compiled_multiplier) Tot_Exp_Item_Burden_Cost
4512: FROM pa_ind_cost_codes icc,
4513: pa_compiled_multipliers cm,
4514: --pa_ind_compiled_sets ics, /* For bug 6969435 */

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

4879:
4880: --------------------------------------------------------------------
4881: -- Rounding fix : Bug 1417062
4882:
4883: X_Raw_Cost := pa_currency.round_currency_amt(nvl(X_Raw_Cost,0));
4884:
4885: -----------------------------------------------------------------------------
4886: /* For the particular Installment,Task get Total Billed Amount and Total Funding Amount */
4887: GET_SUMM_FUNDING(NULL, -- C_Installment_Id, Made Null for 11.5

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

5056: X_Burd_Amt_To_Insert_By_Comp);
5057:
5058: -- Rounding fix : Bug 1417062
5059: -- Rounding fix : Bug 10151331 removed the rounding api call
5060: --X_Burd_Amt_To_Insert_By_Comp := pa_currency.round_currency_amt(nvl(X_Burd_Amt_To_Insert_By_Comp,0));
5061: X_Burd_Amt_To_Insert_By_Comp := nvl(X_Burd_Amt_To_Insert_By_Comp,0);
5062:
5063: INSERT_GMS_BURDEN_COMPONENTS(X_Project_Id,
5064: X_Expenditure_Item_Id,

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

5808:
5809: ------------------------------------------------------------------------------------
5810: -- Rounding fix : Bug 1417062
5811:
5812: X_Rev_Expenditure_Cost := pa_currency.round_currency_amt(nvl(X_Rev_Expenditure_Cost,0));
5813:
5814: -----------------------------------------------------------------------------
5815: /* For the particular Installment,Task get Total Billed Amount and Total Funding Amount */
5816: GET_SUMM_FUNDING(NULL,-- C_Installment_Id, Made Null for 11.5

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

5953: X_Rev_Burd_Amt_To_Ins_By_Comp);
5954:
5955: -- Rounding fix : Bug 1417062
5956: -- Rounding fix : Bug 10151331 removed the rounding api call
5957: --X_Rev_Burd_Amt_To_Ins_By_Comp := pa_currency.round_currency_amt(nvl(X_Rev_Burd_Amt_To_Ins_By_Comp,0));
5958: X_Rev_Burd_Amt_To_Ins_By_Comp := nvl(X_Rev_Burd_Amt_To_Ins_By_Comp,0);
5959:
5960: INSERT_GMS_BURDEN_COMPONENTS(X_Project_Id,
5961: X_Rev_Expenditure_Item_Id,

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

6506: gms_error_pkg.gms_debug('X_Project_id:'||X_Project_id,'C');
6507: END IF;
6508:
6509: -- Bug 1980810 : Added to set currency related global variables
6510: -- Call to pa_currency.round_currency_amt function will use
6511: -- global variables and thus improves performance
6512:
6513: pa_currency.set_currency_info;
6514:

Line 6513: pa_currency.set_currency_info;

6509: -- Bug 1980810 : Added to set currency related global variables
6510: -- Call to pa_currency.round_currency_amt function will use
6511: -- global variables and thus improves performance
6512:
6513: pa_currency.set_currency_info;
6514:
6515: -- Concurrency Control
6516: gms_bill_concurrency(X_request_id,
6517: X_Project_id,