DBA Data[Home] [Help]

APPS.GL_GLXRBCR_XMLP_PKG dependencies on GL_INFO

Line 21: gl_info.gl_get_bud_or_enc_name('B', P_BUDGET_VERSION_ID,

17: name VARCHAR2(15);
18: errbuf VARCHAR2(132);
19: errbuf2 VARCHAR2(132);
20: begin
21: gl_info.gl_get_bud_or_enc_name('B', P_BUDGET_VERSION_ID,
22: name, errbuf);
23:
24: if (errbuf is not null) then
25:

Line 86: gl_info.gl_get_lookup_value('D',

82: raise_application_error(-20101,null);/*srw.program_abort;*/null;
83:
84: end;
85:
86: gl_info.gl_get_lookup_value('D',
87: P_PERIOD_TYPE,
88: 'PTD_YTD',
89: out_ptd_ytd,
90: errbuf);