DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on FND_CURRENCY

Line 2875: l_char := to_char(l_amount, fnd_currency.safe_get_format_mask(l_currency,25));

2871: end if;
2872:
2873: l_amount := lns_distributions_pub.calculateDistributionAmount(p_distribution_id => p_distribution_id
2874: ,p_accounted_flag => p_accounted_flag);
2875: l_char := to_char(l_amount, fnd_currency.safe_get_format_mask(l_currency,25));
2876:
2877: l_return := l_char || ' ' || l_currency;
2878: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'returned amount = ' || l_return);
2879: logMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, l_api_name || ' - END');

Line 8163: ,to_char(C_INT_ACCRUED, FND_CURRENCY.SAFE_GET_FORMAT_MASK(loan.LOAN_CURRENCY,50))

8159: SELECT
8160: party.party_name
8161: ,loan.loan_number
8162: ,loan.LOAN_CURRENCY
8163: ,to_char(C_INT_ACCRUED, FND_CURRENCY.SAFE_GET_FORMAT_MASK(loan.LOAN_CURRENCY,50))
8164: ,loan.last_payment_number
8165: ,decode(loan.current_phase, 'OPEN', to_char(loan.open_loan_start_date,'YYYY-MM-DD'), to_char(loan.loan_start_date,'YYYY-MM-DD'))
8166: FROM
8167: lns_loan_headers loan,