DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on FND_CURRENCIES

Line 144: FROM fnd_currencies

140: /* added by CSahoo - bug# 5364120*/
141: CURSOR c_inv_curr_precision(cp_currency_code varchar2)
142: IS
143: SELECT NVL(minimum_accountable_unit,NVL(precision,2)) curr_precision
144: FROM fnd_currencies
145: WHERE currency_code = cp_currency_code;
146:
147:
148:

Line 1615: FROM fnd_currencies

1611:
1612: /* added by CSahoo - bug# 5364120*/
1613: CURSOR c_inv_curr_precision(cp_currency_code varchar2) IS
1614: SELECT NVL(minimum_accountable_unit,NVL(precision,2)) curr_precision
1615: FROM fnd_currencies
1616: WHERE currency_code = cp_currency_code;
1617:
1618: lv_trx_type ra_cust_trx_types_all.type%TYPE; --Added by Wenqiong for Bug 14253668
1619: --added the function for bug#8310220