DBA Data[Home] [Help]

APPS.GMS_FC_SYS dependencies on PA_CURRENCY

Line 177: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),

173: FND_GLOBAL.USER_ID,
174: FND_GLOBAL.USER_ID,
175: p_sys_date,
176: FND_GLOBAL.LOGIN_ID,
177: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),
178: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),
179: gei.encumbrance_type,
180: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
181: trunc(gei.encumbrance_item_date),

Line 178: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),

174: FND_GLOBAL.USER_ID,
175: p_sys_date,
176: FND_GLOBAL.LOGIN_ID,
177: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),
178: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),
179: gei.encumbrance_type,
180: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
181: trunc(gei.encumbrance_item_date),
182: 'ENC',

Line 408: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),

404: FND_GLOBAL.USER_ID,
405: FND_GLOBAL.USER_ID,
406: p_sys_date,
407: FND_GLOBAL.LOGIN_ID,
408: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),
409: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),
410: gei.encumbrance_type,
411: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
412: trunc(gei.encumbrance_item_date),

Line 409: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),

405: FND_GLOBAL.USER_ID,
406: p_sys_date,
407: FND_GLOBAL.LOGIN_ID,
408: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),1,adl.raw_cost,0)),
409: pa_currency.round_currency_amt(decode(sign(adl.raw_cost),-1,-1*adl.raw_cost,0)),
410: gei.encumbrance_type,
411: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
412: trunc(gei.encumbrance_item_date),
413: 'ENC',

Line 597: pa_currency.round_currency_amt(decode(sign(gei.amount),1,gei.amount,0)),

593: FND_GLOBAL.USER_ID,
594: FND_GLOBAL.USER_ID,
595: sysdate,
596: FND_GLOBAL.LOGIN_ID,
597: pa_currency.round_currency_amt(decode(sign(gei.amount),1,gei.amount,0)),
598: pa_currency.round_currency_amt(decode(sign(gei.amount),-1,-1*gei.amount,0)),
599: gei.encumbrance_type,
600: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
601: trunc(gei.encumbrance_item_date),

Line 598: pa_currency.round_currency_amt(decode(sign(gei.amount),-1,-1*gei.amount,0)),

594: FND_GLOBAL.USER_ID,
595: sysdate,
596: FND_GLOBAL.LOGIN_ID,
597: pa_currency.round_currency_amt(decode(sign(gei.amount),1,gei.amount,0)),
598: pa_currency.round_currency_amt(decode(sign(gei.amount),-1,-1*gei.amount,0)),
599: gei.encumbrance_type,
600: nvl(gei.override_to_organization_id,ge.incurred_by_organization_id),
601: trunc(gei.encumbrance_item_date),
602: 'ENC',

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

742: END IF;
743:
744:
745: -- Bug 1980810 : Added to set currency related global variables
746: -- Call to pa_currency.round_currency_amt function will use
747: -- global variables and thus improves performance
748: -- For Actuals this call is done in Funds check process (gmsfcfcb.pls) itself.
749: -- For Manual enc. as we are using PA rounding call, we are setting it here.
750:

Line 751: pa_currency.set_currency_info;

747: -- global variables and thus improves performance
748: -- For Actuals this call is done in Funds check process (gmsfcfcb.pls) itself.
749: -- For Manual enc. as we are using PA rounding call, we are setting it here.
750:
751: pa_currency.set_currency_info;
752:
753:
754: select set_of_books_id
755: into l_sob_id