DBA Data[Home] [Help]

APPS.ASO_CFG_PUB dependencies on ASO_DEBUG_PUB

Line 82: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

78:
79: -- Standard Start of API savepoint
80: SAVEPOINT GET_CONFIG_DETAILS_PUB;
81:
82: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
86: p_api_version_number,

Line 94: IF aso_debug_pub.g_debug_flag = 'Y' THEN

90: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
91:
92: END IF;
93:
94: IF aso_debug_pub.g_debug_flag = 'Y' THEN
95: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS start %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
96: END IF;
97:
98: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 95: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS start %%%%%%%%%%%%%%%%%%%', 1, 'Y' );

91:
92: END IF;
93:
94: IF aso_debug_pub.g_debug_flag = 'Y' THEN
95: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS start %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
96: END IF;
97:
98: -- Initialize message list if p_init_msg_list is set to TRUE.
99: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 140: IF aso_debug_pub.g_debug_flag = 'Y' THEN

136: -- Standard call to get message count and if count is 1, get message info.
137: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
138: p_data => x_msg_data);
139:
140: IF aso_debug_pub.g_debug_flag = 'Y' THEN
141: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS End %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
142: END IF;
143:
144: EXCEPTION

Line 141: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS End %%%%%%%%%%%%%%%%%%%', 1, 'Y' );

137: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
138: p_data => x_msg_data);
139:
140: IF aso_debug_pub.g_debug_flag = 'Y' THEN
141: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS End %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
142: END IF;
143:
144: EXCEPTION
145: WHEN FND_API.G_EXC_ERROR THEN

Line 184: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

180: is
181:
182: Begin
183:
184: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
185:
186: ASO_CFG_INT.Pricing_Callback(p_config_session_key => p_config_session_key,
187: p_price_type => p_price_type,
188: x_total_price => x_total_price );

Line 203: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

199:
200: l_price_type VARCHAR2(10);
201:
202: Begin
203: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
204:
205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );

Line 205: IF aso_debug_pub.g_debug_flag = 'Y' THEN

201:
202: Begin
203: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
204:
205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );
208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);
209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);

Line 207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );

203: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
204:
205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );
208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);
209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);
210:
211: END IF;

Line 208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);

204:
205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );
208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);
209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);
210:
211: END IF;
212:

Line 209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);

205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );
208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);
209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);
210:
211: END IF;
212:
213: l_price_type := cz_prc_callback_util.g_prc_type_list;

Line 215: IF aso_debug_pub.g_debug_flag = 'Y' THEN

211: END IF;
212:
213: l_price_type := cz_prc_callback_util.g_prc_type_list;
214:
215: IF aso_debug_pub.g_debug_flag = 'Y' THEN
216: aso_debug_pub.add('pricing_callback_manual: l_price_type: ' || l_price_type);
217: END IF;
218:
219: pricing_callback( p_config_session_key => p_config_session_key,

Line 216: aso_debug_pub.add('pricing_callback_manual: l_price_type: ' || l_price_type);

212:
213: l_price_type := cz_prc_callback_util.g_prc_type_list;
214:
215: IF aso_debug_pub.g_debug_flag = 'Y' THEN
216: aso_debug_pub.add('pricing_callback_manual: l_price_type: ' || l_price_type);
217: END IF;
218:
219: pricing_callback( p_config_session_key => p_config_session_key,
220: p_price_type => l_price_type,

Line 223: IF aso_debug_pub.g_debug_flag = 'Y' THEN

219: pricing_callback( p_config_session_key => p_config_session_key,
220: p_price_type => l_price_type,
221: x_total_price => x_total_price);
222:
223: IF aso_debug_pub.g_debug_flag = 'Y' THEN
224:
225: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual End %%%%%%%%%%%%%%%%%%%%', 1, 'Y' );
226:
227: END IF;

Line 225: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual End %%%%%%%%%%%%%%%%%%%%', 1, 'Y' );

221: x_total_price => x_total_price);
222:
223: IF aso_debug_pub.g_debug_flag = 'Y' THEN
224:
225: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual End %%%%%%%%%%%%%%%%%%%%', 1, 'Y' );
226:
227: END IF;
228:
229: End pricing_callback_manual;