DBA Data[Home] [Help]

APPS.GL_GLXDDA_XMLP_PKG dependencies on GL_MESSAGE

Line 85: t_error_buffer := gl_message.get_message('GL_PLL_INVALID_CONSOLID_ID', 'Y',

81:
82: open t_cursorLedgerName;
83: fetch t_cursorLedgerName into FROM_LEDGER_NAME;
84: if t_cursorLedgerName%NOTFOUND then
85: t_error_buffer := gl_message.get_message('GL_PLL_INVALID_CONSOLID_ID', 'Y',
86: 'CID', to_char(t_consolidation_id));
87: /*SRW.MESSAGE(0, t_error_buffer);*/null;
88:
89: RAISE_application_error(-20101,null);/*SRW.PROGRAM_ABORT;*/null;

Line 149: errbuf := gl_message.get_message('GL_PLL_INVALID_CONSOLID_ID', 'Y',

145: where glc.consolidation_id = cons_id;
146:
147: EXCEPTION
148: WHEN NO_DATA_FOUND THEN
149: errbuf := gl_message.get_message('GL_PLL_INVALID_CONSOLID_ID', 'Y',
150: 'CID', to_char(cons_id));
151: end;
152:
153: --Functions to refer Oracle report placeholders--