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.15 2012/01/02 09:39:20 amitamku 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.15 2012/01/02 09:39:20 amitamku 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 2185: END OZF_Party_Mkt_Seg_Loader_PVT;

2181: retcode := 1;
2182: Ozf_Utility_pvt.write_conc_log(l_full_name || ': Exception ' || sqlerrm);
2183: Ozf_Utility_pvt.write_conc_log;
2184: END LOAD_PARTY_MARKET_QUALIFIER;
2185: END OZF_Party_Mkt_Seg_Loader_PVT;