DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCING_PVT dependencies on FND_MSG_PUB

Line 110: fnd_msg_pub.initialize;

106: IF fnd_api.to_boolean (
107: p_init_msg_list
108: )
109: THEN
110: fnd_msg_pub.initialize;
111: END IF;
112:
113: -- Initialize API return status to SUCCESS
114: x_return_status := fnd_api.g_ret_sts_success;

Line 125: IF fnd_msg_pub.check_msg_level (

121: -- Validate Environment
122: -- ******************************************************************
123: IF fnd_global.user_id IS NULL
124: THEN
125: IF fnd_msg_pub.check_msg_level (
126: fnd_msg_pub.g_msg_lvl_error
127: )
128: THEN
129: fnd_message.set_name (

Line 126: fnd_msg_pub.g_msg_lvl_error

122: -- ******************************************************************
123: IF fnd_global.user_id IS NULL
124: THEN
125: IF fnd_msg_pub.check_msg_level (
126: fnd_msg_pub.g_msg_lvl_error
127: )
128: THEN
129: fnd_message.set_name (
130: ' + appShortName +',

Line 138: fnd_msg_pub.ADD;

134: 'PROFILE',
135: 'USER_ID',
136: FALSE
137: );
138: fnd_msg_pub.ADD;
139: END IF;
140:
141: RAISE fnd_api.g_exc_error;
142: END IF;

Line 225: IF fnd_msg_pub.check_msg_level (

221: 'Y'
222: );
223: END IF;
224: ELSE
225: IF fnd_msg_pub.check_msg_level (
226: fnd_msg_pub.g_msg_lvl_error
227: )
228: THEN
229: fnd_message.set_name (

Line 226: fnd_msg_pub.g_msg_lvl_error

222: );
223: END IF;
224: ELSE
225: IF fnd_msg_pub.check_msg_level (
226: fnd_msg_pub.g_msg_lvl_error
227: )
228: THEN
229: fnd_message.set_name (
230: 'ASO',

Line 233: fnd_msg_pub.ADD;

229: fnd_message.set_name (
230: 'ASO',
231: 'ASO_API_FINANCING_NOT_ATTACHED'
232: );
233: fnd_msg_pub.ADD;
234: END IF;
235:
236: RAISE fnd_api.g_exc_error;
237: END IF;

Line 282: IF fnd_msg_pub.check_msg_level (

278: THEN
279: IF p_last_update_date = fnd_api.g_miss_date
280: OR p_last_update_date IS NULL
281: THEN
282: IF fnd_msg_pub.check_msg_level (
283: fnd_msg_pub.g_msg_lvl_error
284: )
285: THEN
286: fnd_message.set_name (

Line 283: fnd_msg_pub.g_msg_lvl_error

279: IF p_last_update_date = fnd_api.g_miss_date
280: OR p_last_update_date IS NULL
281: THEN
282: IF fnd_msg_pub.check_msg_level (
283: fnd_msg_pub.g_msg_lvl_error
284: )
285: THEN
286: fnd_message.set_name (
287: 'ASO',

Line 295: fnd_msg_pub.ADD;

291: 'COLUMN',
292: 'LAST_UPDATE_DATE',
293: FALSE
294: );
295: fnd_msg_pub.ADD;
296: END IF;
297:
298: RAISE fnd_api.g_exc_error;
299: ELSIF p_last_update_date <> l_qte_header_rec.last_update_date

Line 301: IF fnd_msg_pub.check_msg_level (

297:
298: RAISE fnd_api.g_exc_error;
299: ELSIF p_last_update_date <> l_qte_header_rec.last_update_date
300: THEN
301: IF fnd_msg_pub.check_msg_level (
302: fnd_msg_pub.g_msg_lvl_error
303: )
304: THEN
305: fnd_message.set_name (

Line 302: fnd_msg_pub.g_msg_lvl_error

298: RAISE fnd_api.g_exc_error;
299: ELSIF p_last_update_date <> l_qte_header_rec.last_update_date
300: THEN
301: IF fnd_msg_pub.check_msg_level (
302: fnd_msg_pub.g_msg_lvl_error
303: )
304: THEN
305: fnd_message.set_name (
306: 'ASO',

Line 314: fnd_msg_pub.ADD;

310: 'INFO',
311: 'quote',
312: FALSE
313: );
314: fnd_msg_pub.ADD;
315: END IF;
316:
317: RAISE fnd_api.g_exc_error;
318: END IF;

Line 377: IF fnd_msg_pub.check_msg_level (

373: END IF;
374:
375: IF x_return_status <> fnd_api.g_ret_sts_success
376: THEN
377: IF fnd_msg_pub.check_msg_level (
378: fnd_msg_pub.g_msg_lvl_error
379: )
380: THEN
381: fnd_message.set_name (

Line 378: fnd_msg_pub.g_msg_lvl_error

374:
375: IF x_return_status <> fnd_api.g_ret_sts_success
376: THEN
377: IF fnd_msg_pub.check_msg_level (
378: fnd_msg_pub.g_msg_lvl_error
379: )
380: THEN
381: fnd_message.set_name (
382: 'ASO',

Line 390: fnd_msg_pub.ADD;

386: 'COLUMN',
387: l_related_obj_rec.relationship_type_code,
388: FALSE
389: );
390: fnd_msg_pub.ADD;
391: END IF;
392:
393: RAISE fnd_api.g_exc_error;
394: END IF;

Line 419: IF fnd_msg_pub.check_msg_level (

415: END IF;
416:
417: IF x_return_status <> fnd_api.g_ret_sts_success
418: THEN
419: IF fnd_msg_pub.check_msg_level (
420: fnd_msg_pub.g_msg_lvl_error
421: )
422: THEN
423: fnd_message.set_name (

Line 420: fnd_msg_pub.g_msg_lvl_error

416:
417: IF x_return_status <> fnd_api.g_ret_sts_success
418: THEN
419: IF fnd_msg_pub.check_msg_level (
420: fnd_msg_pub.g_msg_lvl_error
421: )
422: THEN
423: fnd_message.set_name (
424: 'ASO',

Line 432: fnd_msg_pub.ADD;

428: 'COLUMN',
429: l_related_obj_rec.relationship_type_code,
430: FALSE
431: );
432: fnd_msg_pub.ADD;
433: END IF;
434:
435: RAISE fnd_api.g_exc_error;
436: END IF;

Line 445: IF fnd_msg_pub.check_msg_level (

441: );
442: FETCH c_qte_status_id INTO l_qte_header_rec.quote_status_id;
443: CLOSE c_qte_status_id;
444: ELSE
445: IF fnd_msg_pub.check_msg_level (
446: fnd_msg_pub.g_msg_lvl_error
447: )
448: THEN
449: fnd_message.set_name (

Line 446: fnd_msg_pub.g_msg_lvl_error

442: FETCH c_qte_status_id INTO l_qte_header_rec.quote_status_id;
443: CLOSE c_qte_status_id;
444: ELSE
445: IF fnd_msg_pub.check_msg_level (
446: fnd_msg_pub.g_msg_lvl_error
447: )
448: THEN
449: fnd_message.set_name (
450: 'ASO',

Line 458: fnd_msg_pub.ADD;

454: 'COLUMN',
455: 'NEW STATUS CATEGORY',
456: FALSE
457: );
458: fnd_msg_pub.ADD;
459: END IF;
460:
461: RAISE fnd_api.g_exc_error;
462: END IF;

Line 520: IF fnd_msg_pub.check_msg_level (

516: END IF;
517:
518: IF x_return_status <> fnd_api.g_ret_sts_success
519: THEN
520: IF fnd_msg_pub.check_msg_level (
521: fnd_msg_pub.g_msg_lvl_error
522: )
523: THEN
524: fnd_message.set_name (

Line 521: fnd_msg_pub.g_msg_lvl_error

517:
518: IF x_return_status <> fnd_api.g_ret_sts_success
519: THEN
520: IF fnd_msg_pub.check_msg_level (
521: fnd_msg_pub.g_msg_lvl_error
522: )
523: THEN
524: fnd_message.set_name (
525: 'ASO',

Line 528: fnd_msg_pub.ADD;

524: fnd_message.set_name (
525: 'ASO',
526: 'ASO_API_ERROR_IN_UPDATE_QUOTE'
527: );
528: fnd_msg_pub.ADD;
529: END IF;
530:
531: RAISE fnd_api.g_exc_error;
532: END IF;

Line 557: fnd_msg_pub.g_msg_lvl_debug_low,

553: END IF;
554:
555: -- Debug Message
556: aso_utility_pvt.debug_message (
557: fnd_msg_pub.g_msg_lvl_debug_low,
558: 'Public API: ' || l_api_name || 'end'
559: );
560: -- Standard call to get message count and if count is 1, get message info.
561: fnd_msg_pub.count_and_get (

Line 561: fnd_msg_pub.count_and_get (

557: fnd_msg_pub.g_msg_lvl_debug_low,
558: 'Public API: ' || l_api_name || 'end'
559: );
560: -- Standard call to get message count and if count is 1, get message info.
561: fnd_msg_pub.count_and_get (
562: p_count => x_msg_count,
563: p_data => x_msg_data
564: );
565: EXCEPTION

Line 571: p_exception_level => fnd_msg_pub.g_msg_lvl_error,

567: THEN
568: aso_utility_pvt.handle_exceptions (
569: p_api_name => l_api_name,
570: p_pkg_name => g_pkg_name,
571: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
572: p_package_type => aso_utility_pvt.g_pvt,
573: x_msg_count => x_msg_count,
574: x_msg_data => x_msg_data,
575: x_return_status => x_return_status

Line 582: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,

578: THEN
579: aso_utility_pvt.handle_exceptions (
580: p_api_name => l_api_name,
581: p_pkg_name => g_pkg_name,
582: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
583: p_package_type => aso_utility_pvt.g_pvt,
584: x_msg_count => x_msg_count,
585: x_msg_data => x_msg_data,
586: x_return_status => x_return_status