DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCING_PVT dependencies on ASO_DEBUG_PUB

Line 144: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

140:
141: RAISE fnd_api.g_exc_error;
142: END IF;
143:
144: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
145: aso_debug_pub.ADD (
146: 'Update_Status Begin',
147: 1,
148: 'Y'

Line 145: aso_debug_pub.ADD (

141: RAISE fnd_api.g_exc_error;
142: END IF;
143:
144: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
145: aso_debug_pub.ADD (
146: 'Update_Status Begin',
147: 1,
148: 'Y'
149: );

Line 150: aso_debug_pub.ADD (

146: 'Update_Status Begin',
147: 1,
148: 'Y'
149: );
150: aso_debug_pub.ADD (
151: 'Update_Status: P_API_VERSION '|| p_api_version,
152: 1,
153: 'Y'
154: );

Line 155: aso_debug_pub.ADD (

151: 'Update_Status: P_API_VERSION '|| p_api_version,
152: 1,
153: 'Y'
154: );
155: aso_debug_pub.ADD (
156: 'Update_Status: P_INIT_MSG_LIST '|| p_init_msg_list,
157: 1,
158: 'Y'
159: );

Line 160: aso_debug_pub.ADD (

156: 'Update_Status: P_INIT_MSG_LIST '|| p_init_msg_list,
157: 1,
158: 'Y'
159: );
160: aso_debug_pub.ADD (
161: 'Update_Status: P_COMMIT '|| p_commit,
162: 1,
163: 'Y'
164: );

Line 165: aso_debug_pub.ADD (

161: 'Update_Status: P_COMMIT '|| p_commit,
162: 1,
163: 'Y'
164: );
165: aso_debug_pub.ADD (
166: 'Update_Status: p_validation_level '|| p_validation_level,
167: 1,
168: 'Y'
169: );

Line 170: aso_debug_pub.ADD (

166: 'Update_Status: p_validation_level '|| p_validation_level,
167: 1,
168: 'Y'
169: );
170: aso_debug_pub.ADD (
171: 'Update_Status: p_tangible_id '|| p_tangible_id,
172: 1,
173: 'Y'
174: );

Line 175: aso_debug_pub.ADD (

171: 'Update_Status: p_tangible_id '|| p_tangible_id,
172: 1,
173: 'Y'
174: );
175: aso_debug_pub.ADD (
176: 'Update_Status: p_credit_app_id '|| p_credit_app_id,
177: 1,
178: 'Y'
179: );

Line 180: aso_debug_pub.ADD (

176: 'Update_Status: p_credit_app_id '|| p_credit_app_id,
177: 1,
178: 'Y'
179: );
180: aso_debug_pub.ADD (
181: 'Update_Status: p_new_status_category '|| p_new_status_category,
182: 1,
183: 'Y'
184: );

Line 185: aso_debug_pub.ADD (

181: 'Update_Status: p_new_status_category '|| p_new_status_category,
182: 1,
183: 'Y'
184: );
185: aso_debug_pub.ADD (
186: 'Update_Status: p_new_status '|| p_new_status,
187: 1,
188: 'Y'
189: );

Line 190: aso_debug_pub.ADD (

186: 'Update_Status: p_new_status '|| p_new_status,
187: 1,
188: 'Y'
189: );
190: aso_debug_pub.ADD (
191: 'Update_Status: p_last_update_date '
192: || TO_CHAR (
193: p_last_update_date,
194: 'DD-MON-YY HH24:MI:SS'

Line 217: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

213:
214: -- if it is the first called to change to financing pending, a relationship
215: -- between quote header and credit app is created and quote status is changed.
216: l_first_time_pending := TRUE;
217: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
218: aso_debug_pub.ADD (
219: 'Update_Status: The first time that it is called to change quote to financing pending',
220: 1,
221: 'Y'

Line 218: aso_debug_pub.ADD (

214: -- if it is the first called to change to financing pending, a relationship
215: -- between quote header and credit app is created and quote status is changed.
216: l_first_time_pending := TRUE;
217: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
218: aso_debug_pub.ADD (
219: 'Update_Status: The first time that it is called to change quote to financing pending',
220: 1,
221: 'Y'
222: );

Line 251: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

247: l_qte_resource_id,
248: l_quote_status_id,
249: l_current_status_code;
250: CLOSE c_quote;
251: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
252: aso_debug_pub.ADD (
253: 'Update_Status: getting information for quote '|| l_quote_header_id,
254: 1,
255: 'Y'

Line 252: aso_debug_pub.ADD (

248: l_quote_status_id,
249: l_current_status_code;
250: CLOSE c_quote;
251: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
252: aso_debug_pub.ADD (
253: 'Update_Status: getting information for quote '|| l_quote_header_id,
254: 1,
255: 'Y'
256: );

Line 257: aso_debug_pub.ADD (

253: 'Update_Status: getting information for quote '|| l_quote_header_id,
254: 1,
255: 'Y'
256: );
257: aso_debug_pub.ADD (
258: 'Update_Status: quote current status '|| l_current_status_code,
259: 1,
260: 'Y'
261: );

Line 262: aso_debug_pub.ADD (

258: 'Update_Status: quote current status '|| l_current_status_code,
259: 1,
260: 'Y'
261: );
262: aso_debug_pub.ADD (
263: 'Update_Status: quote last update date '
264: || TO_CHAR (
265: l_qte_header_rec.last_update_date,
266: 'DD-MON-YY HH24:MI:SS'

Line 366: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

362: x_return_status => x_return_status,
363: x_msg_count => x_msg_count,
364: x_msg_data => x_msg_data
365: );
366: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
367: aso_debug_pub.ADD (
368: 'Update_Status: after Create_related_obj return_status: '
369: || x_return_status,
370: 1,

Line 367: aso_debug_pub.ADD (

363: x_msg_count => x_msg_count,
364: x_msg_data => x_msg_data
365: );
366: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
367: aso_debug_pub.ADD (
368: 'Update_Status: after Create_related_obj return_status: '
369: || x_return_status,
370: 1,
371: 'Y'

Line 408: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

404: x_return_status => x_return_status,
405: x_msg_count => x_msg_count,
406: x_msg_data => x_msg_data
407: );
408: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
409: aso_debug_pub.ADD (
410: 'Update_Status: after Update_related_obj return_status: '
411: || x_return_status,
412: 1,

Line 409: aso_debug_pub.ADD (

405: x_msg_count => x_msg_count,
406: x_msg_data => x_msg_data
407: );
408: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
409: aso_debug_pub.ADD (
410: 'Update_Status: after Update_related_obj return_status: '
411: || x_return_status,
412: 1,
413: 'Y'

Line 464: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

460:
461: RAISE fnd_api.g_exc_error;
462: END IF;
463:
464: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
465: aso_debug_pub.ADD (
466: 'Update_Status: Updating quote status to '
467: || l_qte_header_rec.quote_status_id,
468: 1,

Line 465: aso_debug_pub.ADD (

461: RAISE fnd_api.g_exc_error;
462: END IF;
463:
464: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
465: aso_debug_pub.ADD (
466: 'Update_Status: Updating quote status to '
467: || l_qte_header_rec.quote_status_id,
468: 1,
469: 'Y'

Line 510: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

506: x_return_status => x_return_status,
507: x_msg_count => x_msg_count,
508: x_msg_data => x_msg_data
509: );
510: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
511: aso_debug_pub.ADD (
512: 'Update_Status: after Update_Quote return_status: '|| x_return_status,
513: 1,
514: 'Y'

Line 511: aso_debug_pub.ADD (

507: x_msg_count => x_msg_count,
508: x_msg_data => x_msg_data
509: );
510: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
511: aso_debug_pub.ADD (
512: 'Update_Status: after Update_Quote return_status: '|| x_return_status,
513: 1,
514: 'Y'
515: );

Line 535: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

531: RAISE fnd_api.g_exc_error;
532: END IF;
533: END IF;
534:
535: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
536: aso_debug_pub.ADD (
537: 'Update_Status End',
538: 1,
539: 'Y'

Line 536: aso_debug_pub.ADD (

532: END IF;
533: END IF;
534:
535: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
536: aso_debug_pub.ADD (
537: 'Update_Status End',
538: 1,
539: 'Y'
540: );