DBA Data[Home] [Help]

APPS.IGC_ETAX_UTIL_PKG dependencies on GL_LEDGERS

Line 127: FROM gl_ledgers

123:
124: /* Modified for bug#6719456.Use ledger currency instead of transaction currency */
125: SELECT currency_code
126: INTO l_ledger_currency
127: FROM gl_ledgers
128: WHERE ledger_id = P_CC_Header_Rec.set_of_books_id;
129:
130: SELECT NVL(precision, 0), NVL(minimum_accountable_unit,(1/power(10,precision)))
131: INTO l_precision, l_minimum_accountable_unit