DBA Data[Home] [Help]

APPS.OZF_PARTY_MKT_SEG_LOADER_PVT dependencies on OZF_PARTY_MKT_SEG_LOADER_PVT

Line 1: PACKAGE BODY OZF_Party_Mkt_Seg_Loader_PVT AS

1: PACKAGE BODY OZF_Party_Mkt_Seg_Loader_PVT AS
2: /* $Header: ozfvldrb.pls 120.13 2006/04/25 22:55:21 mgudivak ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='OZF_Party_Mkt_Seg_Loader_PVT';
5: G_FILE_NAME CONSTANT VARCHAR2(12):='ozfvldrb.pls';

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

1: PACKAGE BODY OZF_Party_Mkt_Seg_Loader_PVT AS
2: /* $Header: ozfvldrb.pls 120.13 2006/04/25 22:55:21 mgudivak ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='OZF_Party_Mkt_Seg_Loader_PVT';
5: G_FILE_NAME CONSTANT VARCHAR2(12):='ozfvldrb.pls';
6: /* variable to on-off the debug messages of the programe */
7: G_DEBUG_LEVEL BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
8: -- yzhao: type definition for load_party_market... used internally

Line 2172: END OZF_Party_Mkt_Seg_Loader_PVT;

2168: retcode := 1;
2169: Ozf_Utility_pvt.write_conc_log(l_full_name || ': Exception ' || sqlerrm);
2170: Ozf_Utility_pvt.write_conc_log;
2171: END LOAD_PARTY_MARKET_QUALIFIER;
2172: END OZF_Party_Mkt_Seg_Loader_PVT;