DBA Data[Home] [Help]

APPS.GL_INFO dependencies on GL_CONSOLIDATION

Line 226: from gl_consolidation glc

222: glc.from_ledger_id, glc.to_ledger_id,
223: glc.description
224: into cons_name, method, curr_code, from_ledid, to_ledid,
225: description
226: from gl_consolidation glc
227: where glc.consolidation_id = cons_id;
228:
229: EXCEPTION
230: WHEN NO_DATA_FOUND THEN