DBA Data[Home] [Help]

APPS.IGIRX_IMP_IAC_REP dependencies on GL_SETS_OF_BOOKS

Line 443: gl_sets_of_books sob,

439: dp.fiscal_year,
440: sc.Category_Flex_Structure,
441: sob.Currency_Code
442: FROM fa_system_controls sc,
443: gl_sets_of_books sob,
444: fa_book_controls bc,
445: fa_deprn_periods dp
446: WHERE
447: bc.Book_Type_Code = p_book_type_code AND

Line 636: l_currency_code gl_sets_of_books.currency_code%type;

632: l_cat_flex_struct fa_system_controls.category_flex_structure%type;
633: l_loc_flex_struct fa_system_controls.location_flex_structure%type;
634: l_accounting_flex_struct fa_book_controls.accounting_flex_structure%type ;
635: l_set_of_books_id fa_book_controls.set_of_books_id%type;
636: l_currency_code gl_sets_of_books.currency_code%type;
637: l_organization_name gl_sets_of_books.name%type;
638: l_ytd_hist number;
639: l_asset_ytd_hist number;
640: l_max_period_counter number;

Line 637: l_organization_name gl_sets_of_books.name%type;

633: l_loc_flex_struct fa_system_controls.location_flex_structure%type;
634: l_accounting_flex_struct fa_book_controls.accounting_flex_structure%type ;
635: l_set_of_books_id fa_book_controls.set_of_books_id%type;
636: l_currency_code gl_sets_of_books.currency_code%type;
637: l_organization_name gl_sets_of_books.name%type;
638: l_ytd_hist number;
639: l_asset_ytd_hist number;
640: l_max_period_counter number;
641: l_inactive_counter number;