DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on FND_CURRENCIES

Line 101: select nvl(precision,0) from fnd_currencies where currency_code = 'AUD' and enabled_flag = 'Y';

97: is
98:
99: /* start bug8682256 */
100: cursor get_aud_precision is
101: select nvl(precision,0) from fnd_currencies where currency_code = 'AUD' and enabled_flag = 'Y';
102:
103: l_aud_precision number;
104: /* end bug8682256 */
105:

Line 220: select nvl(precision,0) from fnd_currencies where currency_code = 'AUD' and enabled_flag = 'Y';

216: is
217:
218: /* start bug8682256 */
219: cursor get_aud_precision is
220: select nvl(precision,0) from fnd_currencies where currency_code = 'AUD' and enabled_flag = 'Y';
221:
222: l_aud_precision number;
223: /* end bug8682256 */
224: