DBA Data[Home] [Help]

APPS.GL_GLCRDR_XMLP_PKG dependencies on GL_INFO

Line 217: gl_info.gl_get_ledger_info(TO_LEDGER_ID,

213: TO_PERIOD := to_period_1;
214:
215:
216:
217: gl_info.gl_get_ledger_info(TO_LEDGER_ID,
218: coaid, tmpname, functcurr,
219: errbuf);
220:
221: if (errbuf is not null) then

Line 260: gl_info.gl_get_ledger_info(FROM_LEDGER_ID,

256: raise_application_error(-20101,null);/*srw.program_abort;*/null;
257:
258: end;
259:
260: gl_info.gl_get_ledger_info(FROM_LEDGER_ID,
261: coaid, tmpname, functcurr,
262: errbuf);
263:
264: if (errbuf is not null) then