DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on GL_LEDGERS

Line 126: gl_ledgers gl

122: from dual
123: where exists
124: (select 1
125: from fa_mc_book_controls mcbc,
126: gl_ledgers gl
127: where mcbc.book_type_code = t_book_type_code(i)
128: and gl.ledger_id = mcbc.set_of_books_id
129: and gl.LEDGER_CATEGORY_CODE = 'SECONDARY');
130: