DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on FND_CURRENCIES

Line 53: FROM fnd_currencies

49: /* added by CSahoo - bug# 5364120*/
50: CURSOR c_inv_curr_precision(cp_currency_code varchar2)
51: IS
52: SELECT NVL(minimum_accountable_unit,NVL(precision,2)) curr_precision
53: FROM fnd_currencies
54: WHERE currency_code = cp_currency_code;
55:
56:
57:

Line 1018: FROM fnd_currencies

1014:
1015: /* added by CSahoo - bug# 5364120*/
1016: CURSOR c_inv_curr_precision(cp_currency_code varchar2) IS
1017: SELECT NVL(minimum_accountable_unit,NVL(precision,2)) curr_precision
1018: FROM fnd_currencies
1019: WHERE currency_code = cp_currency_code;
1020:
1021: BEGIN
1022: pv_return_code := jai_constants.successful ;