DBA Data[Home] [Help]

APPS.JG_INFO dependencies on GL_CONSOLIDATION

Line 183: from gl_consolidation glc

179: glc.from_ledger_id, glc.to_ledger_id, -- 11ix
180: glc.description, glc.start_date_active_11i, glc.end_date_active_11i
181: into cons_name, method, curr_code, from_sobid, to_sobid,
182: description, start_date, end_date
183: from gl_consolidation glc
184: where glc.consolidation_id = cons_id;
185: EXCEPTION
186: WHEN NO_DATA_FOUND THEN
187: fnd_message.set_name('SQLGL','GL_PLL_INVALID_CONSOLID_ID') ;