DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_ADJ dependencies on OE_MSG_PUB

Line 167: OE_MSG_PUB.Add;

163: -- dictionary stack. Then, add it to the API message list.
164:
165: FND_MESSAGE.Set_Encoded(FND_FLEX_DESCVAL.Encoded_Error_Message);
166:
167: OE_MSG_PUB.Add;
168:
169: -- Derive return status.
170:
171: IF FND_FLEX_DESCVAL.value_error OR

Line 220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

216:
217: WHEN NO_DATA_FOUND THEN
218:
219:
220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
221: THEN
222:
223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
224:

Line 223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');

219:
220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
221: THEN
222:
223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
224:
225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
227: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));

Line 228: OE_MSG_PUB.Add;

224:
225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
227: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
228: OE_MSG_PUB.Add;
229: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
230:
231: END IF;
232:

Line 229: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
227: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
228: OE_MSG_PUB.Add;
229: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
230:
231: END IF;
232:
233:

Line 238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

234: RETURN FALSE;
235:
236: WHEN OTHERS THEN
237:
238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
239: THEN
240: OE_MSG_PUB.Add_Exc_Msg
241: ( G_PKG_NAME
242: , 'Header'

Line 240: OE_MSG_PUB.Add_Exc_Msg

236: WHEN OTHERS THEN
237:
238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
239: THEN
240: OE_MSG_PUB.Add_Exc_Msg
241: ( G_PKG_NAME
242: , 'Header'
243: );
244: END IF;

Line 277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

273: EXCEPTION
274:
275: WHEN NO_DATA_FOUND THEN
276:
277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
278: THEN
279:
280: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
281:

Line 280: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');

276:
277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
278: THEN
279:
280: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
281:
282: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
283: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
284: OE_Order_Util.Get_Attribute_Name('last_updated_by'));

Line 285: OE_MSG_PUB.Add;

281:
282: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
283: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
284: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
285: OE_MSG_PUB.Add;
286: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
287:
288: END IF;
289:

Line 286: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

282: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
283: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
284: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
285: OE_MSG_PUB.Add;
286: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
287:
288: END IF;
289:
290:

Line 295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

291: RETURN FALSE;
292:
293: WHEN OTHERS THEN
294:
295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
296: THEN
297: OE_MSG_PUB.Add_Exc_Msg
298: ( G_PKG_NAME
299: , 'Last_Updated_By'

Line 297: OE_MSG_PUB.Add_Exc_Msg

293: WHEN OTHERS THEN
294:
295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
296: THEN
297: OE_MSG_PUB.Add_Exc_Msg
298: ( G_PKG_NAME
299: , 'Last_Updated_By'
300: );
301: END IF;

Line 334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

330: EXCEPTION
331:
332: WHEN NO_DATA_FOUND THEN
333:
334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
335: THEN
336:
337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
338:

Line 337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');

333:
334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
335: THEN
336:
337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
338:
339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
341: OE_Order_Util.Get_Attribute_Name('last_update_date'));

Line 342: OE_MSG_PUB.Add;

338:
339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
341: OE_Order_Util.Get_Attribute_Name('last_update_date'));
342: OE_MSG_PUB.Add;
343: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
344:
345: END IF;
346:

Line 343: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
341: OE_Order_Util.Get_Attribute_Name('last_update_date'));
342: OE_MSG_PUB.Add;
343: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
344:
345: END IF;
346:
347:

Line 352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

348: RETURN FALSE;
349:
350: WHEN OTHERS THEN
351:
352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
353: THEN
354: OE_MSG_PUB.Add_Exc_Msg
355: ( G_PKG_NAME
356: , 'Last_Update_Date'

Line 354: OE_MSG_PUB.Add_Exc_Msg

350: WHEN OTHERS THEN
351:
352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
353: THEN
354: OE_MSG_PUB.Add_Exc_Msg
355: ( G_PKG_NAME
356: , 'Last_Update_Date'
357: );
358: END IF;

Line 391: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

387: EXCEPTION
388:
389: WHEN NO_DATA_FOUND THEN
390:
391: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
392: THEN
393:
394: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
395:

Line 394: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');

390:
391: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
392: THEN
393:
394: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
395:
396: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
397: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
398: OE_Order_Util.Get_Attribute_Name('last_update_login'));

Line 399: OE_MSG_PUB.Add;

395:
396: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
397: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
398: OE_Order_Util.Get_Attribute_Name('last_update_login'));
399: OE_MSG_PUB.Add;
400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
401:
402: END IF;
403:

Line 400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

396: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
397: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
398: OE_Order_Util.Get_Attribute_Name('last_update_login'));
399: OE_MSG_PUB.Add;
400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
401:
402: END IF;
403:
404:

Line 409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

405: RETURN FALSE;
406:
407: WHEN OTHERS THEN
408:
409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
410: THEN
411: OE_MSG_PUB.Add_Exc_Msg
412: ( G_PKG_NAME
413: , 'Last_Update_Login'

Line 411: OE_MSG_PUB.Add_Exc_Msg

407: WHEN OTHERS THEN
408:
409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
410: THEN
411: OE_MSG_PUB.Add_Exc_Msg
412: ( G_PKG_NAME
413: , 'Last_Update_Login'
414: );
415: END IF;

Line 448: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

444: EXCEPTION
445:
446: WHEN NO_DATA_FOUND THEN
447:
448: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
449: THEN
450:
451: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
452:

Line 451: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');

447:
448: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
449: THEN
450:
451: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
452:
453: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
454: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
455: OE_Order_Util.Get_Attribute_Name('program_application_id'));

Line 456: OE_MSG_PUB.Add;

452:
453: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
454: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
455: OE_Order_Util.Get_Attribute_Name('program_application_id'));
456: OE_MSG_PUB.Add;
457: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
458:
459: END IF;
460:

Line 457: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

453: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
454: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
455: OE_Order_Util.Get_Attribute_Name('program_application_id'));
456: OE_MSG_PUB.Add;
457: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
458:
459: END IF;
460:
461:

Line 466: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

462: RETURN FALSE;
463:
464: WHEN OTHERS THEN
465:
466: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
467: THEN
468: OE_MSG_PUB.Add_Exc_Msg
469: ( G_PKG_NAME
470: , 'Program_Application'

Line 468: OE_MSG_PUB.Add_Exc_Msg

464: WHEN OTHERS THEN
465:
466: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
467: THEN
468: OE_MSG_PUB.Add_Exc_Msg
469: ( G_PKG_NAME
470: , 'Program_Application'
471: );
472: END IF;

Line 505: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

501: EXCEPTION
502:
503: WHEN NO_DATA_FOUND THEN
504:
505: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
506: THEN
507:
508: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
509:

Line 508: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');

504:
505: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
506: THEN
507:
508: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
509:
510: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
511: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
512: OE_Order_Util.Get_Attribute_Name('program_id'));

Line 513: OE_MSG_PUB.Add;

509:
510: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
511: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
512: OE_Order_Util.Get_Attribute_Name('program_id'));
513: OE_MSG_PUB.Add;
514: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
515:
516: END IF;
517:

Line 514: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

510: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
511: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
512: OE_Order_Util.Get_Attribute_Name('program_id'));
513: OE_MSG_PUB.Add;
514: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
515:
516: END IF;
517:
518:

Line 523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

519: RETURN FALSE;
520:
521: WHEN OTHERS THEN
522:
523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
524: THEN
525: OE_MSG_PUB.Add_Exc_Msg
526: ( G_PKG_NAME
527: , 'Program'

Line 525: OE_MSG_PUB.Add_Exc_Msg

521: WHEN OTHERS THEN
522:
523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
524: THEN
525: OE_MSG_PUB.Add_Exc_Msg
526: ( G_PKG_NAME
527: , 'Program'
528: );
529: END IF;

Line 562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

558: EXCEPTION
559:
560: WHEN NO_DATA_FOUND THEN
561:
562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
563: THEN
564:
565: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
566:

Line 565: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');

561:
562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
563: THEN
564:
565: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
566:
567: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
568: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
569: OE_Order_Util.Get_Attribute_Name('program_update_date'));

Line 570: OE_MSG_PUB.Add;

566:
567: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
568: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
569: OE_Order_Util.Get_Attribute_Name('program_update_date'));
570: OE_MSG_PUB.Add;
571: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
572:
573: END IF;
574:

Line 571: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

567: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
568: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
569: OE_Order_Util.Get_Attribute_Name('program_update_date'));
570: OE_MSG_PUB.Add;
571: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
572:
573: END IF;
574:
575:

Line 580: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

576: RETURN FALSE;
577:
578: WHEN OTHERS THEN
579:
580: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
581: THEN
582: OE_MSG_PUB.Add_Exc_Msg
583: ( G_PKG_NAME
584: , 'Program_Update_Date'

Line 582: OE_MSG_PUB.Add_Exc_Msg

578: WHEN OTHERS THEN
579:
580: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
581: THEN
582: OE_MSG_PUB.Add_Exc_Msg
583: ( G_PKG_NAME
584: , 'Program_Update_Date'
585: );
586: END IF;

Line 619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

615: EXCEPTION
616:
617: WHEN NO_DATA_FOUND THEN
618:
619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
620: THEN
621:
622: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
623:

Line 622: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');

618:
619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
620: THEN
621:
622: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
623:
624: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
625: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
626: OE_Order_Util.Get_Attribute_Name('request_id'));

Line 627: OE_MSG_PUB.Add;

623:
624: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
625: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
626: OE_Order_Util.Get_Attribute_Name('request_id'));
627: OE_MSG_PUB.Add;
628: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
629:
630: END IF;
631:

Line 628: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

624: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
625: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
626: OE_Order_Util.Get_Attribute_Name('request_id'));
627: OE_MSG_PUB.Add;
628: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
629:
630: END IF;
631:
632:

Line 637: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

633: RETURN FALSE;
634:
635: WHEN OTHERS THEN
636:
637: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
638: THEN
639: OE_MSG_PUB.Add_Exc_Msg
640: ( G_PKG_NAME
641: , 'Request'

Line 639: OE_MSG_PUB.Add_Exc_Msg

635: WHEN OTHERS THEN
636:
637: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
638: THEN
639: OE_MSG_PUB.Add_Exc_Msg
640: ( G_PKG_NAME
641: , 'Request'
642: );
643: END IF;

Line 676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

672: EXCEPTION
673:
674: WHEN NO_DATA_FOUND THEN
675:
676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
677: THEN
678:
679: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
680:

Line 679: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');

675:
676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
677: THEN
678:
679: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
680:
681: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
682: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
683: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));

Line 684: OE_MSG_PUB.Add;

680:
681: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
682: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
683: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
684: OE_MSG_PUB.Add;
685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
686:
687: END IF;
688:

Line 685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

681: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
682: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
683: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
684: OE_MSG_PUB.Add;
685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
686:
687: END IF;
688:
689:

Line 694: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

690: RETURN FALSE;
691:
692: WHEN OTHERS THEN
693:
694: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
695: THEN
696: OE_MSG_PUB.Add_Exc_Msg
697: ( G_PKG_NAME
698: , 'Price_Adjustment'

Line 696: OE_MSG_PUB.Add_Exc_Msg

692: WHEN OTHERS THEN
693:
694: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
695: THEN
696: OE_MSG_PUB.Add_Exc_Msg
697: ( G_PKG_NAME
698: , 'Price_Adjustment'
699: );
700: END IF;

Line 733: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

729: EXCEPTION
730:
731: WHEN NO_DATA_FOUND THEN
732:
733: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
734: THEN
735:
736: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
737:

Line 736: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');

732:
733: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
734: THEN
735:
736: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
737:
738: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
739: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
740: OE_Order_Util.Get_Attribute_Name('discount_id'));

Line 741: OE_MSG_PUB.Add;

737:
738: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
739: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
740: OE_Order_Util.Get_Attribute_Name('discount_id'));
741: OE_MSG_PUB.Add;
742: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
743:
744: END IF;
745:

Line 742: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

738: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
739: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
740: OE_Order_Util.Get_Attribute_Name('discount_id'));
741: OE_MSG_PUB.Add;
742: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
743:
744: END IF;
745:
746:

Line 751: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

747: RETURN FALSE;
748:
749: WHEN OTHERS THEN
750:
751: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
752: THEN
753: OE_MSG_PUB.Add_Exc_Msg
754: ( G_PKG_NAME
755: , 'Discount'

Line 753: OE_MSG_PUB.Add_Exc_Msg

749: WHEN OTHERS THEN
750:
751: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
752: THEN
753: OE_MSG_PUB.Add_Exc_Msg
754: ( G_PKG_NAME
755: , 'Discount'
756: );
757: END IF;

Line 791: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

787: EXCEPTION
788:
789: WHEN NO_DATA_FOUND THEN
790:
791: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
792: THEN
793:
794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
795:

Line 794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');

790:
791: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
792: THEN
793:
794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
795:
796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
798: OE_Order_Util.Get_Attribute_Name('discount_line_id'));

Line 799: OE_MSG_PUB.Add;

795:
796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
798: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
799: OE_MSG_PUB.Add;
800: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
801:
802: END IF;
803:

Line 800: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
798: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
799: OE_MSG_PUB.Add;
800: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
801:
802: END IF;
803:
804:

Line 809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

805: RETURN FALSE;
806:
807: WHEN OTHERS THEN
808:
809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
810: THEN
811: OE_MSG_PUB.Add_Exc_Msg
812: ( G_PKG_NAME
813: , 'Discount_Line'

Line 811: OE_MSG_PUB.Add_Exc_Msg

807: WHEN OTHERS THEN
808:
809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
810: THEN
811: OE_MSG_PUB.Add_Exc_Msg
812: ( G_PKG_NAME
813: , 'Discount_Line'
814: );
815: END IF;

Line 850: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

846: EXCEPTION
847:
848: WHEN NO_DATA_FOUND THEN
849:
850: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
851: THEN
852:
853: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
854:

Line 853: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');

849:
850: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
851: THEN
852:
853: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
854:
855: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
856: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
857: OE_Order_Util.Get_Attribute_Name('automatic_flag'));

Line 858: OE_MSG_PUB.Add;

854:
855: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
856: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
857: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
858: OE_MSG_PUB.Add;
859: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
860:
861: END IF;
862:

Line 859: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

855: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
856: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
857: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
858: OE_MSG_PUB.Add;
859: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
860:
861: END IF;
862:
863:

Line 868: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

864: RETURN FALSE;
865:
866: WHEN OTHERS THEN
867:
868: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
869: THEN
870: OE_MSG_PUB.Add_Exc_Msg
871: ( G_PKG_NAME
872: , 'Automatic'

Line 870: OE_MSG_PUB.Add_Exc_Msg

866: WHEN OTHERS THEN
867:
868: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
869: THEN
870: OE_MSG_PUB.Add_Exc_Msg
871: ( G_PKG_NAME
872: , 'Automatic'
873: );
874: END IF;

Line 919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

915: EXCEPTION
916:
917: WHEN NO_DATA_FOUND THEN
918:
919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
920: THEN
921:
922: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
923:

Line 922: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');

918:
919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
920: THEN
921:
922: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
923:
924: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
925: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
926: OE_Order_Util.Get_Attribute_Name('percent'));

Line 927: OE_MSG_PUB.Add;

923:
924: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
925: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
926: OE_Order_Util.Get_Attribute_Name('percent'));
927: OE_MSG_PUB.Add;
928: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
929:
930: END IF;
931:

Line 928: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

924: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
925: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
926: OE_Order_Util.Get_Attribute_Name('percent'));
927: OE_MSG_PUB.Add;
928: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
929:
930: END IF;
931:
932:

Line 937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

933: RETURN FALSE;
934:
935: WHEN OTHERS THEN
936:
937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
938: THEN
939: OE_MSG_PUB.Add_Exc_Msg
940: ( G_PKG_NAME
941: , 'Percent'

Line 939: OE_MSG_PUB.Add_Exc_Msg

935: WHEN OTHERS THEN
936:
937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
938: THEN
939: OE_MSG_PUB.Add_Exc_Msg
940: ( G_PKG_NAME
941: , 'Percent'
942: );
943: END IF;

Line 976: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

972: EXCEPTION
973:
974: WHEN NO_DATA_FOUND THEN
975:
976: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
977: THEN
978:
979: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
980:

Line 979: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');

975:
976: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
977: THEN
978:
979: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
980:
981: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
982: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
983: OE_Order_Util.Get_Attribute_Name('line_id'));

Line 984: OE_MSG_PUB.Add;

980:
981: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
982: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
983: OE_Order_Util.Get_Attribute_Name('line_id'));
984: OE_MSG_PUB.Add;
985: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
986:
987: END IF;
988:

Line 985: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

981: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
982: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
983: OE_Order_Util.Get_Attribute_Name('line_id'));
984: OE_MSG_PUB.Add;
985: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
986:
987: END IF;
988:
989:

Line 994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

990: RETURN FALSE;
991:
992: WHEN OTHERS THEN
993:
994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
995: THEN
996: OE_MSG_PUB.Add_Exc_Msg
997: ( G_PKG_NAME
998: , 'Line'

Line 996: OE_MSG_PUB.Add_Exc_Msg

992: WHEN OTHERS THEN
993:
994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
995: THEN
996: OE_MSG_PUB.Add_Exc_Msg
997: ( G_PKG_NAME
998: , 'Line'
999: );
1000: END IF;

Line 1024: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1020: END IF;
1021:
1022: if p_applied_flag not in ('Y','N') then
1023:
1024: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1025: THEN
1026:
1027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1028:

Line 1027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');

1023:
1024: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1025: THEN
1026:
1027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1028:
1029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1031: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

Line 1032: OE_MSG_PUB.Add;

1028:
1029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1031: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1032: OE_MSG_PUB.Add;
1033: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1034:
1035: END IF;
1036: RETURN FALSE;

Line 1033: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1031: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1032: OE_MSG_PUB.Add;
1033: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1034:
1035: END IF;
1036: RETURN FALSE;
1037: End if;

Line 1045: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1041: EXCEPTION
1042:
1043: WHEN NO_DATA_FOUND THEN
1044:
1045: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1046: THEN
1047:
1048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1049:

Line 1048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');

1044:
1045: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1046: THEN
1047:
1048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1049:
1050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1052: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

Line 1053: OE_MSG_PUB.Add;

1049:
1050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1052: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1053: OE_MSG_PUB.Add;
1054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1055:
1056: END IF;
1057:

Line 1054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1052: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1053: OE_MSG_PUB.Add;
1054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1055:
1056: END IF;
1057:
1058:

Line 1063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1059: RETURN FALSE;
1060:
1061: WHEN OTHERS THEN
1062:
1063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1064: THEN
1065: OE_MSG_PUB.Add_Exc_Msg
1066: ( G_PKG_NAME
1067: , 'Applied_Flag'

Line 1065: OE_MSG_PUB.Add_Exc_Msg

1061: WHEN OTHERS THEN
1062:
1063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1064: THEN
1065: OE_MSG_PUB.Add_Exc_Msg
1066: ( G_PKG_NAME
1067: , 'Applied_Flag'
1068: );
1069: END IF;

Line 1099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1095: EXCEPTION
1096:
1097: WHEN NO_DATA_FOUND THEN
1098:
1099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1100: THEN
1101:
1102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
1103:

Line 1102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');

1098:
1099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1100: THEN
1101:
1102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
1103:
1104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1106: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));

Line 1107: OE_MSG_PUB.Add;

1103:
1104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1106: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
1107: OE_MSG_PUB.Add;
1108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1109:
1110: END IF;
1111:

Line 1108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1106: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
1107: OE_MSG_PUB.Add;
1108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1109:
1110: END IF;
1111:
1112:

Line 1117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1113: RETURN FALSE;
1114:
1115: WHEN OTHERS THEN
1116:
1117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1118: THEN
1119: OE_MSG_PUB.Add_Exc_Msg
1120: ( G_PKG_NAME
1121: , 'Change_Reason_Code'

Line 1119: OE_MSG_PUB.Add_Exc_Msg

1115: WHEN OTHERS THEN
1116:
1117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1118: THEN
1119: OE_MSG_PUB.Add_Exc_Msg
1120: ( G_PKG_NAME
1121: , 'Change_Reason_Code'
1122: );
1123: END IF;

Line 1152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1148: EXCEPTION
1149:
1150: WHEN NO_DATA_FOUND THEN
1151:
1152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1153: THEN
1154:
1155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
1156:

Line 1155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');

1151:
1152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1153: THEN
1154:
1155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
1156:
1157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1159: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));

Line 1160: OE_MSG_PUB.Add;

1156:
1157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1159: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
1160: OE_MSG_PUB.Add;
1161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1162:
1163: END IF;
1164:

Line 1161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1159: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
1160: OE_MSG_PUB.Add;
1161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1162:
1163: END IF;
1164:
1165:

Line 1170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1166: RETURN FALSE;
1167:
1168: WHEN OTHERS THEN
1169:
1170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1171: THEN
1172: OE_MSG_PUB.Add_Exc_Msg
1173: ( G_PKG_NAME
1174: , 'Change_Reason_Text'

Line 1172: OE_MSG_PUB.Add_Exc_Msg

1168: WHEN OTHERS THEN
1169:
1170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1171: THEN
1172: OE_MSG_PUB.Add_Exc_Msg
1173: ( G_PKG_NAME
1174: , 'Change_Reason_Text'
1175: );
1176: END IF;

Line 1210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1206: EXCEPTION
1207:
1208: WHEN NO_DATA_FOUND THEN
1209:
1210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1211: THEN
1212:
1213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
1214:

Line 1213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');

1209:
1210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1211: THEN
1212:
1213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
1214:
1215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1217: OE_Order_Util.Get_Attribute_Name('List_Header_id'));

Line 1218: OE_MSG_PUB.Add;

1214:
1215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1217: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
1218: OE_MSG_PUB.Add;
1219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1220:
1221: END IF;
1222:

Line 1219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1217: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
1218: OE_MSG_PUB.Add;
1219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1220:
1221: END IF;
1222:
1223:

Line 1228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1224: RETURN FALSE;
1225:
1226: WHEN OTHERS THEN
1227:
1228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1229: THEN
1230: OE_MSG_PUB.Add_Exc_Msg
1231: ( G_PKG_NAME
1232: , 'List_Header_id'

Line 1230: OE_MSG_PUB.Add_Exc_Msg

1226: WHEN OTHERS THEN
1227:
1228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1229: THEN
1230: OE_MSG_PUB.Add_Exc_Msg
1231: ( G_PKG_NAME
1232: , 'List_Header_id'
1233: );
1234: END IF;

Line 1268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1264: EXCEPTION
1265:
1266: WHEN NO_DATA_FOUND THEN
1267:
1268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1269: THEN
1270:
1271: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
1272:

Line 1271: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');

1267:
1268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1269: THEN
1270:
1271: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
1272:
1273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1275: OE_Order_Util.Get_Attribute_Name('List_Line_id'));

Line 1276: OE_MSG_PUB.Add;

1272:
1273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1275: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
1276: OE_MSG_PUB.Add;
1277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1278:
1279: END IF;
1280:

Line 1277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1275: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
1276: OE_MSG_PUB.Add;
1277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1278:
1279: END IF;
1280:
1281:

Line 1286: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1282: RETURN FALSE;
1283:
1284: WHEN OTHERS THEN
1285:
1286: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1287: THEN
1288: OE_MSG_PUB.Add_Exc_Msg
1289: ( G_PKG_NAME
1290: , 'List_Line_id'

Line 1288: OE_MSG_PUB.Add_Exc_Msg

1284: WHEN OTHERS THEN
1285:
1286: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1287: THEN
1288: OE_MSG_PUB.Add_Exc_Msg
1289: ( G_PKG_NAME
1290: , 'List_Line_id'
1291: );
1292: END IF;

Line 1326: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1322: EXCEPTION
1323:
1324: WHEN NO_DATA_FOUND THEN
1325:
1326: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1327: THEN
1328:
1329: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
1330:

Line 1329: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');

1325:
1326: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1327: THEN
1328:
1329: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
1330:
1331: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1332: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1333: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));

Line 1334: OE_MSG_PUB.Add;

1330:
1331: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1332: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1333: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
1334: OE_MSG_PUB.Add;
1335: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1336:
1337: END IF;
1338:

Line 1335: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1331: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1332: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1333: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
1334: OE_MSG_PUB.Add;
1335: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1336:
1337: END IF;
1338:
1339:

Line 1344: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1340: RETURN FALSE;
1341:
1342: WHEN OTHERS THEN
1343:
1344: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1345: THEN
1346: OE_MSG_PUB.Add_Exc_Msg
1347: ( G_PKG_NAME
1348: , 'List_Line_Type_code'

Line 1346: OE_MSG_PUB.Add_Exc_Msg

1342: WHEN OTHERS THEN
1343:
1344: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1345: THEN
1346: OE_MSG_PUB.Add_Exc_Msg
1347: ( G_PKG_NAME
1348: , 'List_Line_Type_code'
1349: );
1350: END IF;

Line 1387: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1383: EXCEPTION
1384:
1385: WHEN NO_DATA_FOUND THEN
1386:
1387: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1388: THEN
1389:
1390: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Pricing_Phase_id');
1391:

Line 1390: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Pricing_Phase_id');

1386:
1387: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1388: THEN
1389:
1390: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Pricing_Phase_id');
1391:
1392: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1393: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1394: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));

Line 1395: OE_MSG_PUB.Add;

1391:
1392: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1393: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1394: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));
1395: OE_MSG_PUB.Add;
1396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1397:
1398: END IF;
1399:

Line 1396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1392: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1393: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1394: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));
1395: OE_MSG_PUB.Add;
1396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1397:
1398: END IF;
1399:
1400:

Line 1405: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1401: RETURN FALSE;
1402:
1403: WHEN OTHERS THEN
1404:
1405: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1406: THEN
1407: OE_MSG_PUB.Add_Exc_Msg
1408: ( G_PKG_NAME
1409: , 'Pricing_Phase_id'

Line 1407: OE_MSG_PUB.Add_Exc_Msg

1403: WHEN OTHERS THEN
1404:
1405: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1406: THEN
1407: OE_MSG_PUB.Add_Exc_Msg
1408: ( G_PKG_NAME
1409: , 'Pricing_Phase_id'
1410: );
1411: END IF;

Line 1445: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1441: EXCEPTION
1442:
1443: WHEN NO_DATA_FOUND THEN
1444:
1445: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1446: THEN
1447:
1448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ADJUSTED_AMOUNT');
1449:

Line 1448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ADJUSTED_AMOUNT');

1444:
1445: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1446: THEN
1447:
1448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ADJUSTED_AMOUNT');
1449:
1450: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1451: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1452: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));

Line 1453: OE_MSG_PUB.Add;

1449:
1450: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1451: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1452: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));
1453: OE_MSG_PUB.Add;
1454: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1455:
1456: END IF;
1457:

Line 1454: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1450: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1451: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1452: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));
1453: OE_MSG_PUB.Add;
1454: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1455:
1456: END IF;
1457:
1458:

Line 1463: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1459: RETURN FALSE;
1460:
1461: WHEN OTHERS THEN
1462:
1463: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1464: THEN
1465: OE_MSG_PUB.Add_Exc_Msg
1466: ( G_PKG_NAME
1467: , 'Adjusted_Amount'

Line 1465: OE_MSG_PUB.Add_Exc_Msg

1461: WHEN OTHERS THEN
1462:
1463: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1464: THEN
1465: OE_MSG_PUB.Add_Exc_Msg
1466: ( G_PKG_NAME
1467: , 'Adjusted_Amount'
1468: );
1469: END IF;

Line 1506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1502: EXCEPTION
1503:
1504: WHEN NO_DATA_FOUND THEN
1505:
1506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1507: THEN
1508:
1509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
1510:

Line 1509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');

1505:
1506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1507: THEN
1508:
1509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
1510:
1511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1513: OE_Order_Util.Get_Attribute_Name('Modified_From'));

Line 1514: OE_MSG_PUB.Add;

1510:
1511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1513: OE_Order_Util.Get_Attribute_Name('Modified_From'));
1514: OE_MSG_PUB.Add;
1515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1516:
1517: END IF;
1518:

Line 1515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1513: OE_Order_Util.Get_Attribute_Name('Modified_From'));
1514: OE_MSG_PUB.Add;
1515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1516:
1517: END IF;
1518:
1519:

Line 1524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1520: RETURN FALSE;
1521:
1522: WHEN OTHERS THEN
1523:
1524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1525: THEN
1526: OE_MSG_PUB.Add_Exc_Msg
1527: ( G_PKG_NAME
1528: , 'Modified_From'

Line 1526: OE_MSG_PUB.Add_Exc_Msg

1522: WHEN OTHERS THEN
1523:
1524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1525: THEN
1526: OE_MSG_PUB.Add_Exc_Msg
1527: ( G_PKG_NAME
1528: , 'Modified_From'
1529: );
1530: END IF;

Line 1565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1561: EXCEPTION
1562:
1563: WHEN NO_DATA_FOUND THEN
1564:
1565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1566: THEN
1567:
1568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
1569:

Line 1568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');

1564:
1565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1566: THEN
1567:
1568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
1569:
1570: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1571: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1572: OE_Order_Util.Get_Attribute_Name('Modified_To'));

Line 1573: OE_MSG_PUB.Add;

1569:
1570: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1571: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1572: OE_Order_Util.Get_Attribute_Name('Modified_To'));
1573: OE_MSG_PUB.Add;
1574: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1575:
1576: END IF;
1577:

Line 1574: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1570: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1571: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1572: OE_Order_Util.Get_Attribute_Name('Modified_To'));
1573: OE_MSG_PUB.Add;
1574: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1575:
1576: END IF;
1577:
1578:

Line 1583: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1579: RETURN FALSE;
1580:
1581: WHEN OTHERS THEN
1582:
1583: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1584: THEN
1585: OE_MSG_PUB.Add_Exc_Msg
1586: ( G_PKG_NAME
1587: , 'Modified_To'

Line 1585: OE_MSG_PUB.Add_Exc_Msg

1581: WHEN OTHERS THEN
1582:
1583: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1584: THEN
1585: OE_MSG_PUB.Add_Exc_Msg
1586: ( G_PKG_NAME
1587: , 'Modified_To'
1588: );
1589: END IF;

Line 1623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1619: EXCEPTION
1620:
1621: WHEN NO_DATA_FOUND THEN
1622:
1623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1624: THEN
1625:
1626: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
1627:

Line 1626: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');

1622:
1623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1624: THEN
1625:
1626: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
1627:
1628: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1629: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1630: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));

Line 1631: OE_MSG_PUB.Add;

1627:
1628: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1629: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1630: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
1631: OE_MSG_PUB.Add;
1632: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1633:
1634: END IF;
1635:

Line 1632: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1628: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1629: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1630: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
1631: OE_MSG_PUB.Add;
1632: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1633:
1634: END IF;
1635:
1636:

Line 1641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1637: RETURN FALSE;
1638:
1639: WHEN OTHERS THEN
1640:
1641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1642: THEN
1643: OE_MSG_PUB.Add_Exc_Msg
1644: ( G_PKG_NAME
1645: , 'Modifier_mechanism_type_code'

Line 1643: OE_MSG_PUB.Add_Exc_Msg

1639: WHEN OTHERS THEN
1640:
1641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1642: THEN
1643: OE_MSG_PUB.Add_Exc_Msg
1644: ( G_PKG_NAME
1645: , 'Modifier_mechanism_type_code'
1646: );
1647: END IF;

Line 1682: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1678: EXCEPTION
1679:
1680: WHEN NO_DATA_FOUND THEN
1681:
1682: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1683: THEN
1684:
1685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPERAND');
1686:

Line 1685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPERAND');

1681:
1682: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1683: THEN
1684:
1685: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPERAND');
1686:
1687: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1688: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1689: OE_Order_Util.Get_Attribute_Name('Operand'));

Line 1690: OE_MSG_PUB.Add;

1686:
1687: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1688: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1689: OE_Order_Util.Get_Attribute_Name('Operand'));
1690: OE_MSG_PUB.Add;
1691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1692:
1693: END IF;
1694:

Line 1691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1687: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1688: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1689: OE_Order_Util.Get_Attribute_Name('Operand'));
1690: OE_MSG_PUB.Add;
1691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1692:
1693: END IF;
1694:
1695:

Line 1700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1696: RETURN FALSE;
1697:
1698: WHEN OTHERS THEN
1699:
1700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1701: THEN
1702: OE_MSG_PUB.Add_Exc_Msg
1703: ( G_PKG_NAME
1704: , 'Operand'

Line 1702: OE_MSG_PUB.Add_Exc_Msg

1698: WHEN OTHERS THEN
1699:
1700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1701: THEN
1702: OE_MSG_PUB.Add_Exc_Msg
1703: ( G_PKG_NAME
1704: , 'Operand'
1705: );
1706: END IF;

Line 1740: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1736: EXCEPTION
1737:
1738: WHEN NO_DATA_FOUND THEN
1739:
1740: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1741: THEN
1742:
1743: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARITHMETIC_OPERATOR');
1744:

Line 1743: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARITHMETIC_OPERATOR');

1739:
1740: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1741: THEN
1742:
1743: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARITHMETIC_OPERATOR');
1744:
1745: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1746: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1747: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));

Line 1748: OE_MSG_PUB.Add;

1744:
1745: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1746: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1747: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));
1748: OE_MSG_PUB.Add;
1749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1750:
1751: END IF;
1752:

Line 1749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1745: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1746: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1747: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));
1748: OE_MSG_PUB.Add;
1749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1750:
1751: END IF;
1752:
1753:

Line 1758: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1754: RETURN FALSE;
1755:
1756: WHEN OTHERS THEN
1757:
1758: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1759: THEN
1760: OE_MSG_PUB.Add_Exc_Msg
1761: ( G_PKG_NAME
1762: , 'Arithmetic_operator'

Line 1760: OE_MSG_PUB.Add_Exc_Msg

1756: WHEN OTHERS THEN
1757:
1758: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1759: THEN
1760: OE_MSG_PUB.Add_Exc_Msg
1761: ( G_PKG_NAME
1762: , 'Arithmetic_operator'
1763: );
1764: END IF;

Line 1798: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1794:
1795: WHEN NO_DATA_FOUND THEN
1796:
1797:
1798: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1799: THEN
1800:
1801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'List_Line_NO');
1802:

Line 1801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'List_Line_NO');

1797:
1798: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1799: THEN
1800:
1801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'List_Line_NO');
1802:
1803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1805: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));

Line 1806: OE_MSG_PUB.Add;

1802:
1803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1805: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));
1806: OE_MSG_PUB.Add;
1807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1808:
1809: END IF;
1810:

Line 1807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1805: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));
1806: OE_MSG_PUB.Add;
1807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1808:
1809: END IF;
1810:
1811:

Line 1816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1812: RETURN FALSE;
1813:
1814: WHEN OTHERS THEN
1815:
1816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1817: THEN
1818: OE_MSG_PUB.Add_Exc_Msg
1819: ( G_PKG_NAME
1820: , 'List Line NO'

Line 1818: OE_MSG_PUB.Add_Exc_Msg

1814: WHEN OTHERS THEN
1815:
1816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1817: THEN
1818: OE_MSG_PUB.Add_Exc_Msg
1819: ( G_PKG_NAME
1820: , 'List Line NO'
1821: );
1822: END IF;

Line 1853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1849:
1850: WHEN NO_DATA_FOUND THEN
1851:
1852:
1853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1854: THEN
1855:
1856: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Source_System_Code');
1857:

Line 1856: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Source_System_Code');

1852:
1853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1854: THEN
1855:
1856: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Source_System_Code');
1857:
1858: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1859: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1860: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));

Line 1861: OE_MSG_PUB.Add;

1857:
1858: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1859: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1860: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));
1861: OE_MSG_PUB.Add;
1862: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1863:
1864: END IF;
1865:

Line 1862: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1858: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1859: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1860: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));
1861: OE_MSG_PUB.Add;
1862: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1863:
1864: END IF;
1865:
1866:

Line 1871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1867: RETURN FALSE;
1868:
1869: WHEN OTHERS THEN
1870:
1871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1872: THEN
1873: OE_MSG_PUB.Add_Exc_Msg
1874: ( G_PKG_NAME
1875: , 'Source System Code'

Line 1873: OE_MSG_PUB.Add_Exc_Msg

1869: WHEN OTHERS THEN
1870:
1871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1872: THEN
1873: OE_MSG_PUB.Add_Exc_Msg
1874: ( G_PKG_NAME
1875: , 'Source System Code'
1876: );
1877: END IF;

Line 1908: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1904:
1905: WHEN NO_DATA_FOUND THEN
1906:
1907:
1908: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1909: THEN
1910:
1911: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_Qty');
1912:

Line 1911: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_Qty');

1907:
1908: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1909: THEN
1910:
1911: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_Qty');
1912:
1913: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1914: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1915: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));

Line 1916: OE_MSG_PUB.Add;

1912:
1913: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1914: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1915: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));
1916: OE_MSG_PUB.Add;
1917: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1918:
1919: END IF;
1920:

Line 1917: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1913: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1914: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1915: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));
1916: OE_MSG_PUB.Add;
1917: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1918:
1919: END IF;
1920:
1921:

Line 1926: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1922: RETURN FALSE;
1923:
1924: WHEN OTHERS THEN
1925:
1926: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1927: THEN
1928: OE_MSG_PUB.Add_Exc_Msg
1929: ( G_PKG_NAME
1930: , 'Benefit Qty'

Line 1928: OE_MSG_PUB.Add_Exc_Msg

1924: WHEN OTHERS THEN
1925:
1926: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1927: THEN
1928: OE_MSG_PUB.Add_Exc_Msg
1929: ( G_PKG_NAME
1930: , 'Benefit Qty'
1931: );
1932: END IF;

Line 1963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1959:
1960: WHEN NO_DATA_FOUND THEN
1961:
1962:
1963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1964: THEN
1965:
1966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_UOM_Code');
1967:

Line 1966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_UOM_Code');

1962:
1963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1964: THEN
1965:
1966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_UOM_Code');
1967:
1968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1970: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));

Line 1971: OE_MSG_PUB.Add;

1967:
1968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1970: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));
1971: OE_MSG_PUB.Add;
1972: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1973:
1974: END IF;
1975:

Line 1972: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1970: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));
1971: OE_MSG_PUB.Add;
1972: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1973:
1974: END IF;
1975:
1976:

Line 1981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1977: RETURN FALSE;
1978:
1979: WHEN OTHERS THEN
1980:
1981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1982: THEN
1983: OE_MSG_PUB.Add_Exc_Msg
1984: ( G_PKG_NAME
1985: , 'Benefit UOM Code '

Line 1983: OE_MSG_PUB.Add_Exc_Msg

1979: WHEN OTHERS THEN
1980:
1981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1982: THEN
1983: OE_MSG_PUB.Add_Exc_Msg
1984: ( G_PKG_NAME
1985: , 'Benefit UOM Code '
1986: );
1987: END IF;

Line 2018: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2014:
2015: WHEN NO_DATA_FOUND THEN
2016:
2017:
2018: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2019: THEN
2020:
2021: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Print_On_Invoice_Flag');
2022:

Line 2021: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Print_On_Invoice_Flag');

2017:
2018: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2019: THEN
2020:
2021: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Print_On_Invoice_Flag');
2022:
2023: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2024: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2025: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));

Line 2026: OE_MSG_PUB.Add;

2022:
2023: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2024: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2025: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));
2026: OE_MSG_PUB.Add;
2027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2028:
2029: END IF;
2030:

Line 2027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2023: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2024: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2025: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));
2026: OE_MSG_PUB.Add;
2027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2028:
2029: END IF;
2030:
2031:

Line 2036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2032: RETURN FALSE;
2033:
2034: WHEN OTHERS THEN
2035:
2036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2037: THEN
2038: OE_MSG_PUB.Add_Exc_Msg
2039: ( G_PKG_NAME
2040: , 'Print On Invoice Flag'

Line 2038: OE_MSG_PUB.Add_Exc_Msg

2034: WHEN OTHERS THEN
2035:
2036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2037: THEN
2038: OE_MSG_PUB.Add_Exc_Msg
2039: ( G_PKG_NAME
2040: , 'Print On Invoice Flag'
2041: );
2042: END IF;

Line 2073: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2069:
2070: WHEN NO_DATA_FOUND THEN
2071:
2072:
2073: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2074: THEN
2075:
2076: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Expiration_Date');
2077:

Line 2076: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Expiration_Date');

2072:
2073: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2074: THEN
2075:
2076: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Expiration_Date');
2077:
2078: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2079: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2080: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));

Line 2081: OE_MSG_PUB.Add;

2077:
2078: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2079: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2080: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));
2081: OE_MSG_PUB.Add;
2082: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2083:
2084: END IF;
2085:

Line 2082: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2078: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2079: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2080: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));
2081: OE_MSG_PUB.Add;
2082: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2083:
2084: END IF;
2085:
2086:

Line 2091: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2087: RETURN FALSE;
2088:
2089: WHEN OTHERS THEN
2090:
2091: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2092: THEN
2093: OE_MSG_PUB.Add_Exc_Msg
2094: ( G_PKG_NAME
2095: , 'Expiration Date'

Line 2093: OE_MSG_PUB.Add_Exc_Msg

2089: WHEN OTHERS THEN
2090:
2091: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2092: THEN
2093: OE_MSG_PUB.Add_Exc_Msg
2094: ( G_PKG_NAME
2095: , 'Expiration Date'
2096: );
2097: END IF;

Line 2128: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2124:
2125: WHEN NO_DATA_FOUND THEN
2126:
2127:
2128: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2129: THEN
2130:
2131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Type_Code');
2132:

Line 2131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Type_Code');

2127:
2128: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2129: THEN
2130:
2131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Type_Code');
2132:
2133: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2134: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2135: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));

Line 2136: OE_MSG_PUB.Add;

2132:
2133: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2134: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2135: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));
2136: OE_MSG_PUB.Add;
2137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2138:
2139: END IF;
2140:

Line 2137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2133: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2134: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2135: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));
2136: OE_MSG_PUB.Add;
2137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2138:
2139: END IF;
2140:
2141:

Line 2146: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2142: RETURN FALSE;
2143:
2144: WHEN OTHERS THEN
2145:
2146: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2147: THEN
2148: OE_MSG_PUB.Add_Exc_Msg
2149: ( G_PKG_NAME
2150: , 'Rebate Transaction Type Code'

Line 2148: OE_MSG_PUB.Add_Exc_Msg

2144: WHEN OTHERS THEN
2145:
2146: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2147: THEN
2148: OE_MSG_PUB.Add_Exc_Msg
2149: ( G_PKG_NAME
2150: , 'Rebate Transaction Type Code'
2151: );
2152: END IF;

Line 2183: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2179:
2180: WHEN NO_DATA_FOUND THEN
2181:
2182:
2183: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2184: THEN
2185:
2186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Reference');
2187:

Line 2186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Reference');

2182:
2183: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2184: THEN
2185:
2186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Reference');
2187:
2188: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2189: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2190: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));

Line 2191: OE_MSG_PUB.Add;

2187:
2188: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2189: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2190: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));
2191: OE_MSG_PUB.Add;
2192: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2193:
2194: END IF;
2195:

Line 2192: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2188: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2189: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2190: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));
2191: OE_MSG_PUB.Add;
2192: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2193:
2194: END IF;
2195:
2196:

Line 2201: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2197: RETURN FALSE;
2198:
2199: WHEN OTHERS THEN
2200:
2201: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2202: THEN
2203: OE_MSG_PUB.Add_Exc_Msg
2204: ( G_PKG_NAME
2205: , 'Rebate_Transaction_Reference'

Line 2203: OE_MSG_PUB.Add_Exc_Msg

2199: WHEN OTHERS THEN
2200:
2201: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2202: THEN
2203: OE_MSG_PUB.Add_Exc_Msg
2204: ( G_PKG_NAME
2205: , 'Rebate_Transaction_Reference'
2206: );
2207: END IF;

Line 2238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2234:
2235: WHEN NO_DATA_FOUND THEN
2236:
2237:
2238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2239: THEN
2240:
2241: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Payment_System_Code');
2242:

Line 2241: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Payment_System_Code');

2237:
2238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2239: THEN
2240:
2241: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Payment_System_Code');
2242:
2243: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2244: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2245: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));

Line 2246: OE_MSG_PUB.Add;

2242:
2243: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2244: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2245: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));
2246: OE_MSG_PUB.Add;
2247: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2248:
2249: END IF;
2250:

Line 2247: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2243: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2244: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2245: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));
2246: OE_MSG_PUB.Add;
2247: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2248:
2249: END IF;
2250:
2251:

Line 2256: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2252: RETURN FALSE;
2253:
2254: WHEN OTHERS THEN
2255:
2256: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2257: THEN
2258: OE_MSG_PUB.Add_Exc_Msg
2259: ( G_PKG_NAME
2260: , 'Rebate Payment System Code'

Line 2258: OE_MSG_PUB.Add_Exc_Msg

2254: WHEN OTHERS THEN
2255:
2256: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2257: THEN
2258: OE_MSG_PUB.Add_Exc_Msg
2259: ( G_PKG_NAME
2260: , 'Rebate Payment System Code'
2261: );
2262: END IF;

Line 2293: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2289:
2290: WHEN NO_DATA_FOUND THEN
2291:
2292:
2293: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2294: THEN
2295:
2296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Date');
2297:

Line 2296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Date');

2292:
2293: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2294: THEN
2295:
2296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Date');
2297:
2298: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2299: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2300: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));

Line 2301: OE_MSG_PUB.Add;

2297:
2298: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2299: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2300: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));
2301: OE_MSG_PUB.Add;
2302: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2303:
2304: END IF;
2305:

Line 2302: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2298: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2299: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2300: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));
2301: OE_MSG_PUB.Add;
2302: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2303:
2304: END IF;
2305:
2306:

Line 2311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2307: RETURN FALSE;
2308:
2309: WHEN OTHERS THEN
2310:
2311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2312: THEN
2313: OE_MSG_PUB.Add_Exc_Msg
2314: ( G_PKG_NAME
2315: , 'Redeemed Date'

Line 2313: OE_MSG_PUB.Add_Exc_Msg

2309: WHEN OTHERS THEN
2310:
2311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2312: THEN
2313: OE_MSG_PUB.Add_Exc_Msg
2314: ( G_PKG_NAME
2315: , 'Redeemed Date'
2316: );
2317: END IF;

Line 2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2348:
2349: WHEN NO_DATA_FOUND THEN
2350:
2351:
2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2353: THEN
2354:
2355: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Flag');
2356:

Line 2355: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Flag');

2351:
2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2353: THEN
2354:
2355: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Flag');
2356:
2357: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2358: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2359: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));

Line 2360: OE_MSG_PUB.Add;

2356:
2357: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2358: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2359: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));
2360: OE_MSG_PUB.Add;
2361: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2362:
2363: END IF;
2364:

Line 2361: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2357: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2358: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2359: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));
2360: OE_MSG_PUB.Add;
2361: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2362:
2363: END IF;
2364:
2365:

Line 2370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2366: RETURN FALSE;
2367:
2368: WHEN OTHERS THEN
2369:
2370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2371: THEN
2372: OE_MSG_PUB.Add_Exc_Msg
2373: ( G_PKG_NAME
2374: , 'Redeemed Flag'

Line 2372: OE_MSG_PUB.Add_Exc_Msg

2368: WHEN OTHERS THEN
2369:
2370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2371: THEN
2372: OE_MSG_PUB.Add_Exc_Msg
2373: ( G_PKG_NAME
2374: , 'Redeemed Flag'
2375: );
2376: END IF;

Line 2410: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2406:
2407: WHEN NO_DATA_FOUND THEN
2408:
2409:
2410: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2411: THEN
2412:
2413: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Accrual_Flag');
2414:

Line 2413: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Accrual_Flag');

2409:
2410: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2411: THEN
2412:
2413: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Accrual_Flag');
2414:
2415: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2416: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2417: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));

Line 2418: OE_MSG_PUB.Add;

2414:
2415: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2416: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2417: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));
2418: OE_MSG_PUB.Add;
2419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2420:
2421: END IF;
2422:

Line 2419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2415: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2416: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2417: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));
2418: OE_MSG_PUB.Add;
2419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2420:
2421: END IF;
2422:
2423:

Line 2428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2424: RETURN FALSE;
2425:
2426: WHEN OTHERS THEN
2427:
2428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2429: THEN
2430: OE_MSG_PUB.Add_Exc_Msg
2431: ( G_PKG_NAME
2432: , 'Accrual Flag'

Line 2430: OE_MSG_PUB.Add_Exc_Msg

2426: WHEN OTHERS THEN
2427:
2428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2429: THEN
2430: OE_MSG_PUB.Add_Exc_Msg
2431: ( G_PKG_NAME
2432: , 'Accrual Flag'
2433: );
2434: END IF;

Line 2467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2463:
2464: WHEN NO_DATA_FOUND THEN
2465:
2466:
2467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2468: THEN
2469:
2470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'range_break_quantity');
2471:

Line 2470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'range_break_quantity');

2466:
2467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2468: THEN
2469:
2470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'range_break_quantity');
2471:
2472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2474: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));

Line 2475: OE_MSG_PUB.Add;

2471:
2472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2474: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));
2475: OE_MSG_PUB.Add;
2476: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2477:
2478: END IF;
2479:

Line 2476: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2474: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));
2475: OE_MSG_PUB.Add;
2476: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2477:
2478: END IF;
2479:
2480:

Line 2485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2481: RETURN FALSE;
2482:
2483: WHEN OTHERS THEN
2484:
2485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2486: THEN
2487: OE_MSG_PUB.Add_Exc_Msg
2488: ( G_PKG_NAME
2489: , 'range_break_quantity'

Line 2487: OE_MSG_PUB.Add_Exc_Msg

2483: WHEN OTHERS THEN
2484:
2485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2486: THEN
2487: OE_MSG_PUB.Add_Exc_Msg
2488: ( G_PKG_NAME
2489: , 'range_break_quantity'
2490: );
2491: END IF;

Line 2524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2520:
2521: WHEN NO_DATA_FOUND THEN
2522:
2523:
2524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2525: THEN
2526:
2527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'accrual_conversion_rate');
2528:

Line 2527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'accrual_conversion_rate');

2523:
2524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2525: THEN
2526:
2527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'accrual_conversion_rate');
2528:
2529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2531: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));

Line 2532: OE_MSG_PUB.Add;

2528:
2529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2531: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));
2532: OE_MSG_PUB.Add;
2533: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2534:
2535: END IF;
2536:

Line 2533: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2531: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));
2532: OE_MSG_PUB.Add;
2533: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2534:
2535: END IF;
2536:
2537:

Line 2542: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2538: RETURN FALSE;
2539:
2540: WHEN OTHERS THEN
2541:
2542: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2543: THEN
2544: OE_MSG_PUB.Add_Exc_Msg
2545: ( G_PKG_NAME
2546: , 'accrual_conversion_rate'

Line 2544: OE_MSG_PUB.Add_Exc_Msg

2540: WHEN OTHERS THEN
2541:
2542: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2543: THEN
2544: OE_MSG_PUB.Add_Exc_Msg
2545: ( G_PKG_NAME
2546: , 'accrual_conversion_rate'
2547: );
2548: END IF;

Line 2581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2577:
2578: WHEN NO_DATA_FOUND THEN
2579:
2580:
2581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2582: THEN
2583:
2584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'pricing_group_sequence');
2585:

Line 2584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'pricing_group_sequence');

2580:
2581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2582: THEN
2583:
2584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'pricing_group_sequence');
2585:
2586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2588: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));

Line 2589: OE_MSG_PUB.Add;

2585:
2586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2588: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));
2589: OE_MSG_PUB.Add;
2590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2591:
2592: END IF;
2593:

Line 2590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2588: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));
2589: OE_MSG_PUB.Add;
2590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2591:
2592: END IF;
2593:
2594:

Line 2599: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2595: RETURN FALSE;
2596:
2597: WHEN OTHERS THEN
2598:
2599: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2600: THEN
2601: OE_MSG_PUB.Add_Exc_Msg
2602: ( G_PKG_NAME
2603: , 'pricing_group_sequence'

Line 2601: OE_MSG_PUB.Add_Exc_Msg

2597: WHEN OTHERS THEN
2598:
2599: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2600: THEN
2601: OE_MSG_PUB.Add_Exc_Msg
2602: ( G_PKG_NAME
2603: , 'pricing_group_sequence'
2604: );
2605: END IF;

Line 2638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2634:
2635: WHEN NO_DATA_FOUND THEN
2636:
2637:
2638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2639: THEN
2640:
2641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'modifier_level_code');
2642:

Line 2641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'modifier_level_code');

2637:
2638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2639: THEN
2640:
2641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'modifier_level_code');
2642:
2643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2645: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));

Line 2646: OE_MSG_PUB.Add;

2642:
2643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2645: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));
2646: OE_MSG_PUB.Add;
2647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2648:
2649: END IF;
2650:

Line 2647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2645: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));
2646: OE_MSG_PUB.Add;
2647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2648:
2649: END IF;
2650:
2651:

Line 2656: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2652: RETURN FALSE;
2653:
2654: WHEN OTHERS THEN
2655:
2656: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2657: THEN
2658: OE_MSG_PUB.Add_Exc_Msg
2659: ( G_PKG_NAME
2660: , 'modifier_level_code'

Line 2658: OE_MSG_PUB.Add_Exc_Msg

2654: WHEN OTHERS THEN
2655:
2656: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2657: THEN
2658: OE_MSG_PUB.Add_Exc_Msg
2659: ( G_PKG_NAME
2660: , 'modifier_level_code'
2661: );
2662: END IF;

Line 2695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2691:
2692: WHEN NO_DATA_FOUND THEN
2693:
2694:
2695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2696: THEN
2697:
2698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'price_break_type_code');
2699:

Line 2698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'price_break_type_code');

2694:
2695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2696: THEN
2697:
2698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'price_break_type_code');
2699:
2700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2702: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));

Line 2703: OE_MSG_PUB.Add;

2699:
2700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2702: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));
2703: OE_MSG_PUB.Add;
2704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2705:
2706: END IF;
2707:

Line 2704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2702: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));
2703: OE_MSG_PUB.Add;
2704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2705:
2706: END IF;
2707:
2708:

Line 2713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2709: RETURN FALSE;
2710:
2711: WHEN OTHERS THEN
2712:
2713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2714: THEN
2715: OE_MSG_PUB.Add_Exc_Msg
2716: ( G_PKG_NAME
2717: , 'price_break_type_code'

Line 2715: OE_MSG_PUB.Add_Exc_Msg

2711: WHEN OTHERS THEN
2712:
2713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2714: THEN
2715: OE_MSG_PUB.Add_Exc_Msg
2716: ( G_PKG_NAME
2717: , 'price_break_type_code'
2718: );
2719: END IF;

Line 2752: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2748:
2749: WHEN NO_DATA_FOUND THEN
2750:
2751:
2752: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2753: THEN
2754:
2755: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'substitution_attribute');
2756:

Line 2755: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'substitution_attribute');

2751:
2752: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2753: THEN
2754:
2755: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'substitution_attribute');
2756:
2757: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2758: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2759: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));

Line 2760: OE_MSG_PUB.Add;

2756:
2757: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2758: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2759: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));
2760: OE_MSG_PUB.Add;
2761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2762:
2763: END IF;
2764:

Line 2761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2757: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2758: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2759: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));
2760: OE_MSG_PUB.Add;
2761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2762:
2763: END IF;
2764:
2765:

Line 2770: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2766: RETURN FALSE;
2767:
2768: WHEN OTHERS THEN
2769:
2770: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2771: THEN
2772: OE_MSG_PUB.Add_Exc_Msg
2773: ( G_PKG_NAME
2774: , 'substitution_attribute'

Line 2772: OE_MSG_PUB.Add_Exc_Msg

2768: WHEN OTHERS THEN
2769:
2770: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2771: THEN
2772: OE_MSG_PUB.Add_Exc_Msg
2773: ( G_PKG_NAME
2774: , 'substitution_attribute'
2775: );
2776: END IF;

Line 2809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2805:
2806: WHEN NO_DATA_FOUND THEN
2807:
2808:
2809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2810: THEN
2811:
2812: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'proration_type_code');
2813:

Line 2812: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'proration_type_code');

2808:
2809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2810: THEN
2811:
2812: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'proration_type_code');
2813:
2814: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2815: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2816: OE_Order_Util.Get_Attribute_Name('proration_type_code'));

Line 2817: OE_MSG_PUB.Add;

2813:
2814: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2815: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2816: OE_Order_Util.Get_Attribute_Name('proration_type_code'));
2817: OE_MSG_PUB.Add;
2818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2819:
2820: END IF;
2821:

Line 2818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2814: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2815: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2816: OE_Order_Util.Get_Attribute_Name('proration_type_code'));
2817: OE_MSG_PUB.Add;
2818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2819:
2820: END IF;
2821:
2822:

Line 2827: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2823: RETURN FALSE;
2824:
2825: WHEN OTHERS THEN
2826:
2827: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2828: THEN
2829: OE_MSG_PUB.Add_Exc_Msg
2830: ( G_PKG_NAME
2831: , 'proration_type_code'

Line 2829: OE_MSG_PUB.Add_Exc_Msg

2825: WHEN OTHERS THEN
2826:
2827: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2828: THEN
2829: OE_MSG_PUB.Add_Exc_Msg
2830: ( G_PKG_NAME
2831: , 'proration_type_code'
2832: );
2833: END IF;

Line 2869: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2865: EXCEPTION
2866:
2867: WHEN NO_DATA_FOUND THEN
2868:
2869: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2870: THEN
2871:
2872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
2873:

Line 2872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');

2868:
2869: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2870: THEN
2871:
2872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
2873:
2874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2876: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));

Line 2877: OE_MSG_PUB.Add;

2873:
2874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2876: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
2877: OE_MSG_PUB.Add;
2878: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2879:
2880: END IF;
2881:

Line 2878: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2876: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
2877: OE_MSG_PUB.Add;
2878: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2879:
2880: END IF;
2881:
2882:

Line 2887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2883: RETURN FALSE;
2884:
2885: WHEN OTHERS THEN
2886:
2887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2888: THEN
2889: OE_MSG_PUB.Add_Exc_Msg
2890: ( G_PKG_NAME
2891: , 'Updated_Flag'

Line 2889: OE_MSG_PUB.Add_Exc_Msg

2885: WHEN OTHERS THEN
2886:
2887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2888: THEN
2889: OE_MSG_PUB.Add_Exc_Msg
2890: ( G_PKG_NAME
2891: , 'Updated_Flag'
2892: );
2893: END IF;

Line 2927: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2923: EXCEPTION
2924:
2925: WHEN NO_DATA_FOUND THEN
2926:
2927: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2928: THEN
2929:
2930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
2931:

Line 2930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');

2926:
2927: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2928: THEN
2929:
2930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
2931:
2932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2934: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));

Line 2935: OE_MSG_PUB.Add;

2931:
2932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2934: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
2935: OE_MSG_PUB.Add;
2936: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2937:
2938: END IF;
2939:

Line 2936: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2934: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
2935: OE_MSG_PUB.Add;
2936: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2937:
2938: END IF;
2939:
2940:

Line 2945: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2941: RETURN FALSE;
2942:
2943: WHEN OTHERS THEN
2944:
2945: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2946: THEN
2947: OE_MSG_PUB.Add_Exc_Msg
2948: ( G_PKG_NAME
2949: , 'Update_Allowed'

Line 2947: OE_MSG_PUB.Add_Exc_Msg

2943: WHEN OTHERS THEN
2944:
2945: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2946: THEN
2947: OE_MSG_PUB.Add_Exc_Msg
2948: ( G_PKG_NAME
2949: , 'Update_Allowed'
2950: );
2951: END IF;

Line 2985: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2981: EXCEPTION
2982:
2983: WHEN NO_DATA_FOUND THEN
2984:
2985: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2986: THEN
2987:
2988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
2989:

Line 2988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');

2984:
2985: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2986: THEN
2987:
2988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
2989:
2990: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2991: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2992: OE_Order_Util.Get_Attribute_Name('created_by'));

Line 2993: OE_MSG_PUB.Add;

2989:
2990: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2991: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2992: OE_Order_Util.Get_Attribute_Name('created_by'));
2993: OE_MSG_PUB.Add;
2994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2995:
2996: END IF;
2997:

Line 2994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

2990: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2991: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2992: OE_Order_Util.Get_Attribute_Name('created_by'));
2993: OE_MSG_PUB.Add;
2994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2995:
2996: END IF;
2997:
2998:

Line 3003: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2999: RETURN FALSE;
3000:
3001: WHEN OTHERS THEN
3002:
3003: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3004: THEN
3005: OE_MSG_PUB.Add_Exc_Msg
3006: ( G_PKG_NAME
3007: , 'Created_By'

Line 3005: OE_MSG_PUB.Add_Exc_Msg

3001: WHEN OTHERS THEN
3002:
3003: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3004: THEN
3005: OE_MSG_PUB.Add_Exc_Msg
3006: ( G_PKG_NAME
3007: , 'Created_By'
3008: );
3009: END IF;

Line 3042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

3038: EXCEPTION
3039:
3040: WHEN NO_DATA_FOUND THEN
3041:
3042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3043: THEN
3044:
3045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
3046:

Line 3045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');

3041:
3042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3043: THEN
3044:
3045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
3046:
3047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3049: OE_Order_Util.Get_Attribute_Name('creation_date'));

Line 3050: OE_MSG_PUB.Add;

3046:
3047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3049: OE_Order_Util.Get_Attribute_Name('creation_date'));
3050: OE_MSG_PUB.Add;
3051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3052:
3053: END IF;
3054:

Line 3051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

3047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3049: OE_Order_Util.Get_Attribute_Name('creation_date'));
3050: OE_MSG_PUB.Add;
3051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3052:
3053: END IF;
3054:
3055:

Line 3060: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3056: RETURN FALSE;
3057:
3058: WHEN OTHERS THEN
3059:
3060: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3061: THEN
3062: OE_MSG_PUB.Add_Exc_Msg
3063: ( G_PKG_NAME
3064: , 'Creation_Date'

Line 3062: OE_MSG_PUB.Add_Exc_Msg

3058: WHEN OTHERS THEN
3059:
3060: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3061: THEN
3062: OE_MSG_PUB.Add_Exc_Msg
3063: ( G_PKG_NAME
3064: , 'Creation_Date'
3065: );
3066: END IF;

Line 3101: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

3097: EXCEPTION
3098:
3099: WHEN NO_DATA_FOUND THEN
3100:
3101: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3102: THEN
3103:
3104: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVERRIDE_FLAG');
3105:

Line 3104: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVERRIDE_FLAG');

3100:
3101: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3102: THEN
3103:
3104: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVERRIDE_FLAG');
3105:
3106: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3107: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3108: OE_Order_Util.Get_Attribute_Name('override_flag'));

Line 3109: OE_MSG_PUB.Add;

3105:
3106: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3107: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3108: OE_Order_Util.Get_Attribute_Name('override_flag'));
3109: OE_MSG_PUB.Add;
3110: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3111:
3112: END IF;
3113:

Line 3110: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

3106: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3107: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3108: OE_Order_Util.Get_Attribute_Name('override_flag'));
3109: OE_MSG_PUB.Add;
3110: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3111:
3112: END IF;
3113:
3114:

Line 3119: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3115: RETURN FALSE;
3116:
3117: WHEN OTHERS THEN
3118:
3119: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3120: THEN
3121: OE_MSG_PUB.Add_Exc_Msg
3122: ( G_PKG_NAME
3123: , 'override_flag'

Line 3121: OE_MSG_PUB.Add_Exc_Msg

3117: WHEN OTHERS THEN
3118:
3119: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3120: THEN
3121: OE_MSG_PUB.Add_Exc_Msg
3122: ( G_PKG_NAME
3123: , 'override_flag'
3124: );
3125: END IF;

Line 3159: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

3155: EXCEPTION
3156:
3157: WHEN NO_DATA_FOUND THEN
3158:
3159: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3160: THEN
3161:
3162: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
3163:

Line 3162: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');

3158:
3159: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3160: THEN
3161:
3162: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
3163:
3164: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3165: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3166: OE_Order_Util.Get_Attribute_Name('request_date'));

Line 3167: OE_MSG_PUB.Add;

3163:
3164: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3165: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3166: OE_Order_Util.Get_Attribute_Name('request_date'));
3167: OE_MSG_PUB.Add;
3168: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3169:
3170: END IF;
3171:

Line 3168: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

3164: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3165: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3166: OE_Order_Util.Get_Attribute_Name('request_date'));
3167: OE_MSG_PUB.Add;
3168: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3169:
3170: END IF;
3171:
3172:

Line 3177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3173: RETURN FALSE;
3174:
3175: WHEN OTHERS THEN
3176:
3177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3178: THEN
3179: OE_MSG_PUB.Add_Exc_Msg
3180: ( G_PKG_NAME
3181: , 'Request_Date'

Line 3179: OE_MSG_PUB.Add_Exc_Msg

3175: WHEN OTHERS THEN
3176:
3177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3178: THEN
3179: OE_MSG_PUB.Add_Exc_Msg
3180: ( G_PKG_NAME
3181: , 'Request_Date'
3182: );
3183: END IF;

Line 3212: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');

3208: IS
3209: l_column_value VARCHAR2(240) := null;
3210: BEGIN
3211:
3212: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
3213:
3214: IF (p_attribute1 = FND_API.G_MISS_CHAR)
3215: AND (p_attribute2 = FND_API.G_MISS_CHAR)
3216: AND (p_attribute3 = FND_API.G_MISS_CHAR)

Line 3460: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3456:
3457: WHEN OTHERS THEN
3458:
3459:
3460: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3461: THEN
3462:
3463: OE_MSG_PUB.Add_Exc_Msg
3464: ( G_PKG_NAME

Line 3463: OE_MSG_PUB.Add_Exc_Msg

3459:
3460: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3461: THEN
3462:
3463: OE_MSG_PUB.Add_Exc_Msg
3464: ( G_PKG_NAME
3465: , 'Price_Adj_Desc_Flex');
3466: END IF;
3467: