DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_RESCHEDULE_PKG

Line 1: PACKAGE BODY po_reschedule_pkg as

1: PACKAGE BODY po_reschedule_pkg as
2: /* $Header: POXRSCHB.pls 120.7 2010/12/13 09:13:45 lswamina ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RESCHEDULE_PKG';

3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6:
7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RESCHEDULE_PKG';
8: g_module_prefix CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';
9:
10: -- START Forward declarations for private procedures:
11: PROCEDURE add_error_to_msg_list (

Line 766: END PO_RESCHEDULE_PKG;

762: -- update_po_tables, update_po_tables_rel, check_revision_number,
763: -- wf_approve_doc, SetupWorkflow
764: --
765:
766: END PO_RESCHEDULE_PKG;
767:
768: