DBA Data[Home] [Help]

APPS.JL_CO_FA_POST_PKG dependencies on GL_SETS_OF_BOOKS

Line 56: x_currency_code gl_sets_of_books.currency_code%TYPE;

52: x_distribution_source_book fa_book_controls.distribution_source_book%TYPE;
53: x_period_counter VARCHAR2(150);
54: x_period_closed VARCHAR2(150);
55: x_user_je_source_name gl_je_sources.user_je_source_name%TYPE;
56: x_currency_code gl_sets_of_books.currency_code%TYPE;
57: x_period_name fa_deprn_periods.period_name%TYPE;
58: x_end_date fa_calendar_periods.end_date%TYPE;
59: x_status VARCHAR2(50) := 'NEW';
60: x_actual_flag VARCHAR2(1) := 'A';

Line 262: FROM gl_sets_of_books

258:
259: x_statement := 'CURR_INFO';
260: SELECT currency_code
261: INTO x_currency_code
262: FROM gl_sets_of_books
263: WHERE set_of_books_id = x_set_of_book_id;
264:
265: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
266: fnd_file.put_line( 1, 'Currency Code :'||x_currency_code);