DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on GL_SETS_OF_BOOKS

Line 1901: CURSOR cur_curr_precision(cp_set_of_books_id gl_sets_of_books.set_of_books_id%TYPE)

1897: AND customer_trx_line_id = cp_customer_trx_line_id; --Modified by Xiao for POT change, reg bug#12533434
1898: -- Added by Chong.Lei for POT code port end
1899:
1900: --get the currency precision from fnd_currencies for the set_of_books_id
1901: CURSOR cur_curr_precision(cp_set_of_books_id gl_sets_of_books.set_of_books_id%TYPE)
1902: IS
1903: SELECT NVL(minimum_accountable_unit,NVL(precision,2))
1904: FROM fnd_currencies
1905: WHERE currency_code IN

Line 1908: FROM gl_sets_of_books

1904: FROM fnd_currencies
1905: WHERE currency_code IN
1906: (
1907: SELECT Currency_code
1908: FROM gl_sets_of_books
1909: WHERE set_of_books_id = cp_set_of_books_id
1910: );
1911:
1912: --get the data from ra_customer_trx_lines_all for customer_trx_id, customer_trx_line_id and line_type = 'LINE'