DBA Data[Home] [Help]

APPS.OZF_SUPP_TRADE_PROFILE_PUB dependencies on OZF_SUPP_TRADE_PROFILE_PVT

Line 6: -- OZF_SUPP_TRADE_PROFILE_PVT

2: /* $Header: ozfpstpb.pls 120.6 2012/01/05 19:15:44 nirprasa noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_SUPP_TRADE_PROFILE_PVT
7: -- Purpose
8: -- End of Comments
9: -- ===============================================================
10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_SUPP_TRADE_PROFILE_PUB';

Line 951: x_supp_trade_profile_rec OUT NOCOPY OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type,

947: x_return_status OUT NOCOPY VARCHAR2,
948: x_msg_count OUT NOCOPY NUMBER,
949: x_msg_data OUT NOCOPY VARCHAR2,
950: p_supp_trade_profile_rec IN supp_trade_profile_rec_type,
951: x_supp_trade_profile_rec OUT NOCOPY OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type,
952: p_action IN VARCHAR2 := 'C'
953: )
954:
955: IS

Line 957: l_supp_trade_profile_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type ;

953: )
954:
955: IS
956: L_API_NAME CONSTANT VARCHAR2(30) := 'Convert_Supp_Trade_Profile';
957: l_supp_trade_profile_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type ;
958: BEGIN
959:
960: IF g_debug THEN
961: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||' Starts' );

Line 1823: l_pvt_supp_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type ;

1819: l_supp_prf_count NUMBER := 0 ;
1820: l_supp_trade_profile_rec OZF_SUPP_TRADE_PROFILE_PUB.supp_trade_profile_rec_type ;
1821: l_supp_site_count NUMBER := 0 ;
1822:
1823: l_pvt_supp_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type ;
1824: l_supp_site_comb_count NUMBER := 0 ;
1825:
1826: l_ref_cust_dtl_rec c_get_cust_dtl%ROWTYPE ;
1827:

Line 2123: OZF_SUPP_TRADE_PROFILE_PVT.Create_Supp_Trade_Profile(

2119: -- Call the private API
2120: -------------------------------------------------
2121:
2122:
2123: OZF_SUPP_TRADE_PROFILE_PVT.Create_Supp_Trade_Profile(
2124: p_api_version_number => p_api_version_number,
2125: p_init_msg_list => p_init_msg_list,
2126: p_commit => FND_API.G_FALSE,
2127: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 2464: l_pvt_supp_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type;

2460: IS
2461: L_API_NAME CONSTANT VARCHAR2(30) := 'Update_Supp_Trade_Profile';
2462: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
2463: l_supp_trade_profile_rec supp_trade_profile_rec_type ;
2464: l_pvt_supp_rec OZF_SUPP_TRADE_PROFILE_PVT.supp_trade_profile_rec_type;
2465: l_ver_num number ;
2466:
2467: BEGIN
2468:

Line 2573: OZF_SUPP_TRADE_PROFILE_PVT.Update_Supp_Trade_Profile( p_api_version_number => p_api_version_number,

2569: IF g_debug THEN
2570: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||' Calling private Update profile');
2571: END IF;
2572:
2573: OZF_SUPP_TRADE_PROFILE_PVT.Update_Supp_Trade_Profile( p_api_version_number => p_api_version_number,
2574: p_init_msg_list => p_init_msg_list,
2575: x_return_status => x_return_status,
2576: x_msg_count => x_msg_count,
2577: x_msg_data => x_msg_data,