DBA Data[Home] [Help]

APPS.CZ_PSFT_INTEGRATION_PVT dependencies on CZ_PSFT_INTEGRATION_PVT

Line 1: PACKAGE BODY cz_psft_integration_pvt AS

1: PACKAGE BODY cz_psft_integration_pvt AS
2: /* $Header: czpsintb.pls 120.11.12010000.2 2008/11/10 07:15:39 kksriram ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'cz_psft_integration_pvt';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'cz_psft_integration_pvt';

1: PACKAGE BODY cz_psft_integration_pvt AS
2: /* $Header: czpsintb.pls 120.11.12010000.2 2008/11/10 07:15:39 kksriram ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'cz_psft_integration_pvt';
5:
6: -- config type, status
7: ROOT CONSTANT VARCHAR2(1) := 'R';
8: COMPLETE CONSTANT VARCHAR2(1) := '2';

Line 1665: END cz_psft_integration_pvt;

1661: p_data => x_msg_data);
1662:
1663: END get_config_details;
1664:
1665: END cz_psft_integration_pvt;