DBA Data[Home] [Help]

APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on GL_SETS_OF_BOOKS

Line 78: x_currency_code gl_sets_of_books.currency_code%TYPE;

74: x_account_period fa_book_controls.last_period_counter%TYPE;
75: x_period_name fa_deprn_periods.period_name%TYPE;
76: x_deprn_date fa_deprn_periods.period_open_date%TYPE;
77:
78: x_currency_code gl_sets_of_books.currency_code%TYPE;
79: x_precision fnd_currencies.precision%TYPE;
80: x_extended_precision fnd_currencies.extended_precision%TYPE;
81: x_minumum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE;
82:

Line 852: gl_sets_of_books sb

848: x_deprn_date,
849: x_currency_code
850: FROM fa_book_controls bc,
851: fa_deprn_periods dp,
852: gl_sets_of_books sb
853: WHERE bc.book_type_code = p_tax_book
854: AND dp.book_type_code = bc.book_type_code
855: AND dp.period_counter = bc.last_period_counter
856: AND sb.set_of_books_id = bc.set_of_books_id ;