DBA Data[Home] [Help]

APPS.GL_AUTOPOST_PKG dependencies on GL_AUTOPOST_PKG

Line 1: PACKAGE BODY gl_autopost_pkg AS

1: PACKAGE BODY gl_autopost_pkg AS
2: /* $Header: glijeapb.pls 120.6 2006/05/25 15:24:59 abhjoshi noship $ */
3:
4: --
5: -- PRIVATE FUNCTIONS

Line 552: fnd_message.set_token('PROCEDURE', 'gl_autopost_pkg.post_batches');

548: app_exception.raise_exception;
549:
550: WHEN OTHERS THEN
551: fnd_message.set_name('SQLGL', 'GL_UNHANDLED_EXCEPTION');
552: fnd_message.set_token('PROCEDURE', 'gl_autopost_pkg.post_batches');
553:
554: IF (X_Debug_Mode) THEN
555: Debug_Print_Msg(fnd_message.get);
556: Debug_Print_Msg(substrb(SQLERRM, 1, 2000));

Line 562: END gl_autopost_pkg;

558: app_exception.raise_exception;
559:
560: END Post_Batches;
561:
562: END gl_autopost_pkg;
563: