DBA Data[Home] [Help]

APPS.PO_MSG_MAPPING_UTL dependencies on PO_MSG_MAPPING_UTL

Line 1: PACKAGE BODY PO_MSG_MAPPING_UTL AS

1: PACKAGE BODY PO_MSG_MAPPING_UTL AS
2: /* $Header: PO_MSG_MAPPING_UTL.plb 120.3 2006/06/19 23:15:51 bao noship $ */
3:
4: g_msg_tsfm_context_list MSG_MAPPING_CONTEXT_LIST;
5:

Line 2: /* $Header: PO_MSG_MAPPING_UTL.plb 120.3 2006/06/19 23:15:51 bao noship $ */

1: PACKAGE BODY PO_MSG_MAPPING_UTL AS
2: /* $Header: PO_MSG_MAPPING_UTL.plb 120.3 2006/06/19 23:15:51 bao noship $ */
3:
4: g_msg_tsfm_context_list MSG_MAPPING_CONTEXT_LIST;
5:
6: d_pkg_name CONSTANT VARCHAR2(50) :=

Line 7: PO_LOG.get_package_base('PO_MSG_MAPPING_UTL');

3:
4: g_msg_tsfm_context_list MSG_MAPPING_CONTEXT_LIST;
5:
6: d_pkg_name CONSTANT VARCHAR2(50) :=
7: PO_LOG.get_package_base('PO_MSG_MAPPING_UTL');
8:
9: g_APP_PO CONSTANT VARCHAR2(30) := 'PO';
10: g_APP_ICX CONSTANT VARCHAR2(30) := 'ICX';
11: --------------------------------------------------------------------------

Line 372: END PO_MSG_MAPPING_UTL;

368: BEGIN
369: -- initialize error message mapping for ip upload
370: init_msg_mappings;
371:
372: END PO_MSG_MAPPING_UTL;