DBA Data[Home] [Help]

APPS.GL_GLRFGNJ_XMLP_PKG dependencies on GL_INFO

Line 28: gl_info.gl_get_lookup_value('D',

24: t_errorbuffer := SQLERRM;
25: /*srw.message('00', t_errorbuffer);*/null;
26: raise_application_error(-20101,null);/*srw.program_abort;*/null;
27: end;
28: gl_info.gl_get_lookup_value('D',
29: 'D',
30: 'DR_CR',
31: t_debit,
32: t_errorbuffer);

Line 39: gl_info.gl_get_lookup_value('D',

35: raise_application_error(-20101,null);/*SRW.PROGRAM_ABORT;*/null;
36: else
37: DEBIT_DSP := t_debit;
38: end if;
39: gl_info.gl_get_lookup_value('D',
40: 'C',
41: 'DR_CR',
42: t_credit,
43: t_errorbuffer);