DBA Data[Home] [Help]

APPS.GL_PROCURE_TO_PAY dependencies on GL_PROCURE_TO_PAY

Line 1: PACKAGE BODY GL_PROCURE_TO_PAY AS

1: PACKAGE BODY GL_PROCURE_TO_PAY AS
2: /* $Header: gluprocb.pls 120.2 2006/03/22 05:50:05 adesu ship $ */
3:
4: --
5: -- PUBLIC FUNCTIONS

Line 879: GL_PROCURE_TO_PAY.export_from_gl_interface(x_filename => x_filename,

875: BEGIN
876: DECLARE
877: l_message VARCHAR2(1000);
878: BEGIN
879: GL_PROCURE_TO_PAY.export_from_gl_interface(x_filename => x_filename,
880: x_dir => x_dir,
881: x_output_type => x_output_type);
882: EXCEPTION
883: WHEN OTHERS THEN

Line 892: END GL_PROCURE_TO_PAY;

888: app_exception.raise_exception;
889: END;
890: END export_from_gl_interface;
891:
892: END GL_PROCURE_TO_PAY;