DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on FND_CURRENCY

Line 2712: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,

2708: else
2709:
2710: if l_precision_queried = 0 then
2711: -- get precision
2712: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,
2713: PRECISION => l_precision,
2714: EXT_PRECISION => l_ext_precision,
2715: MIN_ACCT_UNIT => l_min_acct_unit);
2716:

Line 3080: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,

3076: else
3077:
3078: if l_precision_queried = 0 then
3079: -- get precision
3080: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,
3081: PRECISION => l_precision,
3082: EXT_PRECISION => l_ext_precision,
3083: MIN_ACCT_UNIT => l_min_acct_unit);
3084:

Line 4261: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,

4257: l_sum_percent := l_sum_percent + l_percent;
4258:
4259: if l_precision_queried = 0 then
4260: -- get precision
4261: fnd_currency.GET_INFO(CURRENCY_CODE => l_loan_currency,
4262: PRECISION => l_precision,
4263: EXT_PRECISION => l_ext_precision,
4264: MIN_ACCT_UNIT => l_min_acct_unit);
4265: