DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on GL_SETS_OF_BOOKS

Line 701: From fa_book_controls fa, gl_sets_of_books gl

697:
698: Cursor C_Book_Defaults(
699: cp_book_type_code in igi_iac_upload_headers.book_type_code%type) Is
700: Select fa.last_period_counter, gl.currency_code
701: From fa_book_controls fa, gl_sets_of_books gl
702: Where book_type_code = cp_book_type_code
703: and gl.set_of_books_id = fa.set_of_books_id;
704:
705: Cursor C_Asset_Details(