DBA Data[Home] [Help]

APPS.OE_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 197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

193:
194: WHEN NO_DATA_FOUND THEN
195:
196:
197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
198: THEN
199:
200: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESC_FLEX');
201:

Line 200: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESC_FLEX');

196:
197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
198: THEN
199:
200: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESC_FLEX');
201:
202: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
203: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
204: OE_Order_Util.Get_Attribute_Name('DESC_FLEX'));

Line 205: OE_MSG_PUB.Add;

201:
202: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
203: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
204: OE_Order_Util.Get_Attribute_Name('DESC_FLEX'));
205: OE_MSG_PUB.Add;
206: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
207:
208: END IF;
209:

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

202: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
203: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
204: OE_Order_Util.Get_Attribute_Name('DESC_FLEX'));
205: OE_MSG_PUB.Add;
206: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
207:
208: END IF;
209:
210:

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

211: RETURN FALSE;
212:
213: WHEN OTHERS THEN
214:
215: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
216: THEN
217: OE_MSG_PUB.Add_Exc_Msg
218: ( G_PKG_NAME
219: , 'Desc_Flex'

Line 217: OE_MSG_PUB.Add_Exc_Msg

213: WHEN OTHERS THEN
214:
215: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
216: THEN
217: OE_MSG_PUB.Add_Exc_Msg
218: ( G_PKG_NAME
219: , 'Desc_Flex'
220: );
221: END IF;

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

249:
250: WHEN NO_DATA_FOUND THEN
251:
252:
253: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
254: THEN
255:
256: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
257:

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

252:
253: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
254: THEN
255:
256: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
257:
258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
260: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));

Line 261: OE_MSG_PUB.Add;

257:
258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
260: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
261: OE_MSG_PUB.Add;
262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
263:
264: END IF;
265:

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

258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
260: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
261: OE_MSG_PUB.Add;
262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
263:
264: END IF;
265:
266:

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

267: RETURN FALSE;
268:
269: WHEN OTHERS THEN
270:
271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
272: THEN
273: OE_MSG_PUB.Add_Exc_Msg
274: ( G_PKG_NAME
275: , 'Header'

Line 273: OE_MSG_PUB.Add_Exc_Msg

269: WHEN OTHERS THEN
270:
271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
272: THEN
273: OE_MSG_PUB.Add_Exc_Msg
274: ( G_PKG_NAME
275: , 'Header'
276: );
277: END IF;

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

306: EXCEPTION
307:
308: WHEN NO_DATA_FOUND THEN
309:
310: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
311: THEN
312:
313: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
314:

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

309:
310: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
311: THEN
312:
313: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
314:
315: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
316: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
317: OE_Order_Util.Get_Attribute_Name('last_updated_by'));

Line 318: OE_MSG_PUB.Add;

314:
315: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
316: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
317: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
318: OE_MSG_PUB.Add;
319: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
320:
321: END IF;
322:

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

315: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
316: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
317: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
318: OE_MSG_PUB.Add;
319: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
320:
321: END IF;
322:
323:

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

324: RETURN FALSE;
325:
326: WHEN OTHERS THEN
327:
328: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
329: THEN
330: OE_MSG_PUB.Add_Exc_Msg
331: ( G_PKG_NAME
332: , 'Last_Updated_By'

Line 330: OE_MSG_PUB.Add_Exc_Msg

326: WHEN OTHERS THEN
327:
328: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
329: THEN
330: OE_MSG_PUB.Add_Exc_Msg
331: ( G_PKG_NAME
332: , 'Last_Updated_By'
333: );
334: END IF;

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

363: EXCEPTION
364:
365: WHEN NO_DATA_FOUND THEN
366:
367: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
368: THEN
369:
370: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
371:

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

366:
367: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
368: THEN
369:
370: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
371:
372: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
373: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
374: OE_Order_Util.Get_Attribute_Name('last_update_date'));

Line 375: OE_MSG_PUB.Add;

371:
372: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
373: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
374: OE_Order_Util.Get_Attribute_Name('last_update_date'));
375: OE_MSG_PUB.Add;
376: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
377:
378: END IF;
379:

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

372: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
373: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
374: OE_Order_Util.Get_Attribute_Name('last_update_date'));
375: OE_MSG_PUB.Add;
376: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
377:
378: END IF;
379:
380:

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

381: RETURN FALSE;
382:
383: WHEN OTHERS THEN
384:
385: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
386: THEN
387: OE_MSG_PUB.Add_Exc_Msg
388: ( G_PKG_NAME
389: , 'Last_Update_Date'

Line 387: OE_MSG_PUB.Add_Exc_Msg

383: WHEN OTHERS THEN
384:
385: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
386: THEN
387: OE_MSG_PUB.Add_Exc_Msg
388: ( G_PKG_NAME
389: , 'Last_Update_Date'
390: );
391: END IF;

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

420: EXCEPTION
421:
422: WHEN NO_DATA_FOUND THEN
423:
424: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
425: THEN
426:
427: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
428:

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

423:
424: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
425: THEN
426:
427: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
428:
429: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
430: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
431: OE_Order_Util.Get_Attribute_Name('last_update_login'));

Line 432: OE_MSG_PUB.Add;

428:
429: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
430: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
431: OE_Order_Util.Get_Attribute_Name('last_update_login'));
432: OE_MSG_PUB.Add;
433: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
434:
435: END IF;
436:

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

429: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
430: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
431: OE_Order_Util.Get_Attribute_Name('last_update_login'));
432: OE_MSG_PUB.Add;
433: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
434:
435: END IF;
436:
437:

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

438: RETURN FALSE;
439:
440: WHEN OTHERS THEN
441:
442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
443: THEN
444: OE_MSG_PUB.Add_Exc_Msg
445: ( G_PKG_NAME
446: , 'Last_Update_Login'

Line 444: OE_MSG_PUB.Add_Exc_Msg

440: WHEN OTHERS THEN
441:
442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
443: THEN
444: OE_MSG_PUB.Add_Exc_Msg
445: ( G_PKG_NAME
446: , 'Last_Update_Login'
447: );
448: END IF;

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

477: EXCEPTION
478:
479: WHEN NO_DATA_FOUND THEN
480:
481: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
482: THEN
483:
484: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
485:

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

480:
481: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
482: THEN
483:
484: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
485:
486: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
487: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
488: OE_Order_Util.Get_Attribute_Name('program_application_id'));

Line 489: OE_MSG_PUB.Add;

485:
486: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
487: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
488: OE_Order_Util.Get_Attribute_Name('program_application_id'));
489: OE_MSG_PUB.Add;
490: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
491:
492: END IF;
493:

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

486: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
487: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
488: OE_Order_Util.Get_Attribute_Name('program_application_id'));
489: OE_MSG_PUB.Add;
490: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
491:
492: END IF;
493:
494:

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

495: RETURN FALSE;
496:
497: WHEN OTHERS THEN
498:
499: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
500: THEN
501: OE_MSG_PUB.Add_Exc_Msg
502: ( G_PKG_NAME
503: , 'Program_Application'

Line 501: OE_MSG_PUB.Add_Exc_Msg

497: WHEN OTHERS THEN
498:
499: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
500: THEN
501: OE_MSG_PUB.Add_Exc_Msg
502: ( G_PKG_NAME
503: , 'Program_Application'
504: );
505: END IF;

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

534: EXCEPTION
535:
536: WHEN NO_DATA_FOUND THEN
537:
538: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
539: THEN
540:
541: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
542:

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

537:
538: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
539: THEN
540:
541: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
542:
543: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
544: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
545: OE_Order_Util.Get_Attribute_Name('program_id'));

Line 546: OE_MSG_PUB.Add;

542:
543: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
544: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
545: OE_Order_Util.Get_Attribute_Name('program_id'));
546: OE_MSG_PUB.Add;
547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
548:
549: END IF;
550:

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

543: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
544: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
545: OE_Order_Util.Get_Attribute_Name('program_id'));
546: OE_MSG_PUB.Add;
547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
548:
549: END IF;
550:
551:

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

552: RETURN FALSE;
553:
554: WHEN OTHERS THEN
555:
556: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: OE_MSG_PUB.Add_Exc_Msg
559: ( G_PKG_NAME
560: , 'Program'

Line 558: OE_MSG_PUB.Add_Exc_Msg

554: WHEN OTHERS THEN
555:
556: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: OE_MSG_PUB.Add_Exc_Msg
559: ( G_PKG_NAME
560: , 'Program'
561: );
562: END IF;

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

591: EXCEPTION
592:
593: WHEN NO_DATA_FOUND THEN
594:
595: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
596: THEN
597:
598: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
599:

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

594:
595: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
596: THEN
597:
598: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
599:
600: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
601: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
602: OE_Order_Util.Get_Attribute_Name('program_update_date'));

Line 603: OE_MSG_PUB.Add;

599:
600: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
601: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
602: OE_Order_Util.Get_Attribute_Name('program_update_date'));
603: OE_MSG_PUB.Add;
604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
605:
606: END IF;
607:

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

600: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
601: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
602: OE_Order_Util.Get_Attribute_Name('program_update_date'));
603: OE_MSG_PUB.Add;
604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
605:
606: END IF;
607:
608:

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

609: RETURN FALSE;
610:
611: WHEN OTHERS THEN
612:
613: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
614: THEN
615: OE_MSG_PUB.Add_Exc_Msg
616: ( G_PKG_NAME
617: , 'Program_Update_Date'

Line 615: OE_MSG_PUB.Add_Exc_Msg

611: WHEN OTHERS THEN
612:
613: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
614: THEN
615: OE_MSG_PUB.Add_Exc_Msg
616: ( G_PKG_NAME
617: , 'Program_Update_Date'
618: );
619: END IF;

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

648: EXCEPTION
649:
650: WHEN NO_DATA_FOUND THEN
651:
652: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
653: THEN
654:
655: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
656:

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

651:
652: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
653: THEN
654:
655: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
656:
657: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
658: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
659: OE_Order_Util.Get_Attribute_Name('request_id'));

Line 660: OE_MSG_PUB.Add;

656:
657: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
658: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
659: OE_Order_Util.Get_Attribute_Name('request_id'));
660: OE_MSG_PUB.Add;
661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
662:
663: END IF;
664:

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

657: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
658: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
659: OE_Order_Util.Get_Attribute_Name('request_id'));
660: OE_MSG_PUB.Add;
661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
662:
663: END IF;
664:
665:

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

666: RETURN FALSE;
667:
668: WHEN OTHERS THEN
669:
670: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
671: THEN
672: OE_MSG_PUB.Add_Exc_Msg
673: ( G_PKG_NAME
674: , 'Request'

Line 672: OE_MSG_PUB.Add_Exc_Msg

668: WHEN OTHERS THEN
669:
670: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
671: THEN
672: OE_MSG_PUB.Add_Exc_Msg
673: ( G_PKG_NAME
674: , 'Request'
675: );
676: END IF;

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

705: EXCEPTION
706:
707: WHEN NO_DATA_FOUND THEN
708:
709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
710: THEN
711:
712: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
713:

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

708:
709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
710: THEN
711:
712: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
713:
714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
716: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));

Line 717: OE_MSG_PUB.Add;

713:
714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
716: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
717: OE_MSG_PUB.Add;
718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
719:
720: END IF;
721:

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

714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
716: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
717: OE_MSG_PUB.Add;
718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
719:
720: END IF;
721:
722:

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

723: RETURN FALSE;
724:
725: WHEN OTHERS THEN
726:
727: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
728: THEN
729: OE_MSG_PUB.Add_Exc_Msg
730: ( G_PKG_NAME
731: , 'Price_Adjustment'

Line 729: OE_MSG_PUB.Add_Exc_Msg

725: WHEN OTHERS THEN
726:
727: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
728: THEN
729: OE_MSG_PUB.Add_Exc_Msg
730: ( G_PKG_NAME
731: , 'Price_Adjustment'
732: );
733: END IF;

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

762: EXCEPTION
763:
764: WHEN NO_DATA_FOUND THEN
765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
767: THEN
768:
769: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
770:

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

765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
767: THEN
768:
769: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
770:
771: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
772: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
773: OE_Order_Util.Get_Attribute_Name('discount_id'));

Line 774: OE_MSG_PUB.Add;

770:
771: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
772: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
773: OE_Order_Util.Get_Attribute_Name('discount_id'));
774: OE_MSG_PUB.Add;
775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
776:
777: END IF;
778:

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

771: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
772: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
773: OE_Order_Util.Get_Attribute_Name('discount_id'));
774: OE_MSG_PUB.Add;
775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
776:
777: END IF;
778:
779:

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

780: RETURN FALSE;
781:
782: WHEN OTHERS THEN
783:
784: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
785: THEN
786: OE_MSG_PUB.Add_Exc_Msg
787: ( G_PKG_NAME
788: , 'Discount'

Line 786: OE_MSG_PUB.Add_Exc_Msg

782: WHEN OTHERS THEN
783:
784: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
785: THEN
786: OE_MSG_PUB.Add_Exc_Msg
787: ( G_PKG_NAME
788: , 'Discount'
789: );
790: END IF;

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

820: EXCEPTION
821:
822: WHEN NO_DATA_FOUND THEN
823:
824: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
825: THEN
826:
827: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
828:

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

823:
824: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
825: THEN
826:
827: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
828:
829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
831: OE_Order_Util.Get_Attribute_Name('discount_line_id'));

Line 832: OE_MSG_PUB.Add;

828:
829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
831: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
832: OE_MSG_PUB.Add;
833: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
834:
835: END IF;
836:

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

829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
831: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
832: OE_MSG_PUB.Add;
833: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
834:
835: END IF;
836:
837:

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

838: RETURN FALSE;
839:
840: WHEN OTHERS THEN
841:
842: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
843: THEN
844: OE_MSG_PUB.Add_Exc_Msg
845: ( G_PKG_NAME
846: , 'Discount_Line'

Line 844: OE_MSG_PUB.Add_Exc_Msg

840: WHEN OTHERS THEN
841:
842: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
843: THEN
844: OE_MSG_PUB.Add_Exc_Msg
845: ( G_PKG_NAME
846: , 'Discount_Line'
847: );
848: END IF;

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

877: EXCEPTION
878:
879: WHEN NO_DATA_FOUND THEN
880:
881: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
882: THEN
883:
884: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
885:

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

880:
881: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
882: THEN
883:
884: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
885:
886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
888: OE_Order_Util.Get_Attribute_Name('automatic_flag'));

Line 889: OE_MSG_PUB.Add;

885:
886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
888: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
889: OE_MSG_PUB.Add;
890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
891:
892: END IF;
893:

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

886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
888: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
889: OE_MSG_PUB.Add;
890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
891:
892: END IF;
893:
894:

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

895: RETURN FALSE;
896:
897: WHEN OTHERS THEN
898:
899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
900: THEN
901: OE_MSG_PUB.Add_Exc_Msg
902: ( G_PKG_NAME
903: , 'Automatic'

Line 901: OE_MSG_PUB.Add_Exc_Msg

897: WHEN OTHERS THEN
898:
899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
900: THEN
901: OE_MSG_PUB.Add_Exc_Msg
902: ( G_PKG_NAME
903: , 'Automatic'
904: );
905: END IF;

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

946: EXCEPTION
947:
948: WHEN NO_DATA_FOUND THEN
949:
950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
951: THEN
952:
953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
954:

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

949:
950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
951: THEN
952:
953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
954:
955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
957: OE_Order_Util.Get_Attribute_Name('percent'));

Line 958: OE_MSG_PUB.Add;

954:
955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
957: OE_Order_Util.Get_Attribute_Name('percent'));
958: OE_MSG_PUB.Add;
959: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
960:
961: END IF;
962:

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

955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
957: OE_Order_Util.Get_Attribute_Name('percent'));
958: OE_MSG_PUB.Add;
959: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
960:
961: END IF;
962:
963:

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

964: RETURN FALSE;
965:
966: WHEN OTHERS THEN
967:
968: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
969: THEN
970: OE_MSG_PUB.Add_Exc_Msg
971: ( G_PKG_NAME
972: , 'Percent'

Line 970: OE_MSG_PUB.Add_Exc_Msg

966: WHEN OTHERS THEN
967:
968: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
969: THEN
970: OE_MSG_PUB.Add_Exc_Msg
971: ( G_PKG_NAME
972: , 'Percent'
973: );
974: END IF;

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

1003: EXCEPTION
1004:
1005: WHEN NO_DATA_FOUND THEN
1006:
1007: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1008: THEN
1009:
1010: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
1011:

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

1006:
1007: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1008: THEN
1009:
1010: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
1011:
1012: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1013: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1014: OE_Order_Util.Get_Attribute_Name('line_id'));

Line 1015: OE_MSG_PUB.Add;

1011:
1012: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1013: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1014: OE_Order_Util.Get_Attribute_Name('line_id'));
1015: OE_MSG_PUB.Add;
1016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1017:
1018: END IF;
1019:

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

1012: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1013: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1014: OE_Order_Util.Get_Attribute_Name('line_id'));
1015: OE_MSG_PUB.Add;
1016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1017:
1018: END IF;
1019:
1020:

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

1021: RETURN FALSE;
1022:
1023: WHEN OTHERS THEN
1024:
1025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: OE_MSG_PUB.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Line'

Line 1027: OE_MSG_PUB.Add_Exc_Msg

1023: WHEN OTHERS THEN
1024:
1025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: OE_MSG_PUB.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Line'
1030: );
1031: END IF;

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

1051: END IF;
1052:
1053: if p_applied_flag not in ('Y','N') then
1054:
1055: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1056: THEN
1057:
1058: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1059:

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

1054:
1055: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1056: THEN
1057:
1058: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1059:
1060: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1061: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1062: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

Line 1063: OE_MSG_PUB.Add;

1059:
1060: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1061: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1062: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1063: OE_MSG_PUB.Add;
1064: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1065:
1066: END IF;
1067: RETURN FALSE;

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

1060: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1061: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1062: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1063: OE_MSG_PUB.Add;
1064: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1065:
1066: END IF;
1067: RETURN FALSE;
1068: End if;

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

1072: EXCEPTION
1073:
1074: WHEN NO_DATA_FOUND THEN
1075:
1076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1077: THEN
1078:
1079: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1080:

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

1075:
1076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1077: THEN
1078:
1079: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
1080:
1081: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1082: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1083: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

Line 1084: OE_MSG_PUB.Add;

1080:
1081: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1082: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1083: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1084: OE_MSG_PUB.Add;
1085: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1086:
1087: END IF;
1088:

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

1081: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1082: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1083: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
1084: OE_MSG_PUB.Add;
1085: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1086:
1087: END IF;
1088:
1089:

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

1090: RETURN FALSE;
1091:
1092: WHEN OTHERS THEN
1093:
1094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1095: THEN
1096: OE_MSG_PUB.Add_Exc_Msg
1097: ( G_PKG_NAME
1098: , 'Applied_Flag'

Line 1096: OE_MSG_PUB.Add_Exc_Msg

1092: WHEN OTHERS THEN
1093:
1094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1095: THEN
1096: OE_MSG_PUB.Add_Exc_Msg
1097: ( G_PKG_NAME
1098: , 'Applied_Flag'
1099: );
1100: END IF;

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

1138: EXCEPTION
1139:
1140: WHEN NO_DATA_FOUND THEN
1141:
1142: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1143: THEN
1144:
1145: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
1146:

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

1141:
1142: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1143: THEN
1144:
1145: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
1146:
1147: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1148: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1149: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));

Line 1150: OE_MSG_PUB.Add;

1146:
1147: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1148: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1149: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
1150: OE_MSG_PUB.Add;
1151: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1152:
1153: END IF;
1154:

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

1147: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1148: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1149: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
1150: OE_MSG_PUB.Add;
1151: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1152:
1153: END IF;
1154:
1155:

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

1156: RETURN FALSE;
1157:
1158: WHEN OTHERS THEN
1159:
1160: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1161: THEN
1162: OE_MSG_PUB.Add_Exc_Msg
1163: ( G_PKG_NAME
1164: , 'Change_Reason_Code'

Line 1162: OE_MSG_PUB.Add_Exc_Msg

1158: WHEN OTHERS THEN
1159:
1160: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1161: THEN
1162: OE_MSG_PUB.Add_Exc_Msg
1163: ( G_PKG_NAME
1164: , 'Change_Reason_Code'
1165: );
1166: END IF;

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

1191: EXCEPTION
1192:
1193: WHEN NO_DATA_FOUND THEN
1194:
1195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1196: THEN
1197:
1198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
1199:

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

1194:
1195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1196: THEN
1197:
1198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
1199:
1200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1202: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));

Line 1203: OE_MSG_PUB.Add;

1199:
1200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1202: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
1203: OE_MSG_PUB.Add;
1204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1205:
1206: END IF;
1207:

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

1200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1202: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
1203: OE_MSG_PUB.Add;
1204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1205:
1206: END IF;
1207:
1208:

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

1209: RETURN FALSE;
1210:
1211: WHEN OTHERS THEN
1212:
1213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1214: THEN
1215: OE_MSG_PUB.Add_Exc_Msg
1216: ( G_PKG_NAME
1217: , 'Change_Reason_Text'

Line 1215: OE_MSG_PUB.Add_Exc_Msg

1211: WHEN OTHERS THEN
1212:
1213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1214: THEN
1215: OE_MSG_PUB.Add_Exc_Msg
1216: ( G_PKG_NAME
1217: , 'Change_Reason_Text'
1218: );
1219: END IF;

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

1249: EXCEPTION
1250:
1251: WHEN NO_DATA_FOUND THEN
1252:
1253: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1254: THEN
1255:
1256: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
1257:

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

1252:
1253: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1254: THEN
1255:
1256: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
1257:
1258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1260: OE_Order_Util.Get_Attribute_Name('List_Header_id'));

Line 1261: OE_MSG_PUB.Add;

1257:
1258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1260: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
1261: OE_MSG_PUB.Add;
1262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1263:
1264: END IF;
1265:

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

1258: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1259: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1260: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
1261: OE_MSG_PUB.Add;
1262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1263:
1264: END IF;
1265:
1266:

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

1267: RETURN FALSE;
1268:
1269: WHEN OTHERS THEN
1270:
1271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1272: THEN
1273: OE_MSG_PUB.Add_Exc_Msg
1274: ( G_PKG_NAME
1275: , 'List_Header_id'

Line 1273: OE_MSG_PUB.Add_Exc_Msg

1269: WHEN OTHERS THEN
1270:
1271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1272: THEN
1273: OE_MSG_PUB.Add_Exc_Msg
1274: ( G_PKG_NAME
1275: , 'List_Header_id'
1276: );
1277: END IF;

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

1307: EXCEPTION
1308:
1309: WHEN NO_DATA_FOUND THEN
1310:
1311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1312: THEN
1313:
1314: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
1315:

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

1310:
1311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1312: THEN
1313:
1314: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
1315:
1316: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1317: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1318: OE_Order_Util.Get_Attribute_Name('List_Line_id'));

Line 1319: OE_MSG_PUB.Add;

1315:
1316: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1317: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1318: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
1319: OE_MSG_PUB.Add;
1320: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1321:
1322: END IF;
1323:

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

1316: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1317: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1318: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
1319: OE_MSG_PUB.Add;
1320: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1321:
1322: END IF;
1323:
1324:

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

1325: RETURN FALSE;
1326:
1327: WHEN OTHERS THEN
1328:
1329: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1330: THEN
1331: OE_MSG_PUB.Add_Exc_Msg
1332: ( G_PKG_NAME
1333: , 'List_Line_id'

Line 1331: OE_MSG_PUB.Add_Exc_Msg

1327: WHEN OTHERS THEN
1328:
1329: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1330: THEN
1331: OE_MSG_PUB.Add_Exc_Msg
1332: ( G_PKG_NAME
1333: , 'List_Line_id'
1334: );
1335: END IF;

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

1364: EXCEPTION
1365:
1366: WHEN NO_DATA_FOUND THEN
1367:
1368: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1369: THEN
1370:
1371: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
1372:

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

1367:
1368: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1369: THEN
1370:
1371: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
1372:
1373: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1374: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1375: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));

Line 1376: OE_MSG_PUB.Add;

1372:
1373: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1374: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1375: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
1376: OE_MSG_PUB.Add;
1377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1378:
1379: END IF;
1380:

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

1373: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1374: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1375: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
1376: OE_MSG_PUB.Add;
1377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1378:
1379: END IF;
1380:
1381:

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

1382: RETURN FALSE;
1383:
1384: WHEN OTHERS THEN
1385:
1386: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1387: THEN
1388: OE_MSG_PUB.Add_Exc_Msg
1389: ( G_PKG_NAME
1390: , 'List_Line_Type_code'

Line 1388: OE_MSG_PUB.Add_Exc_Msg

1384: WHEN OTHERS THEN
1385:
1386: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1387: THEN
1388: OE_MSG_PUB.Add_Exc_Msg
1389: ( G_PKG_NAME
1390: , 'List_Line_Type_code'
1391: );
1392: END IF;

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

1423: EXCEPTION
1424:
1425: WHEN NO_DATA_FOUND THEN
1426:
1427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1428: THEN
1429:
1430: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Pricing_Phase_id');
1431:

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

1426:
1427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1428: THEN
1429:
1430: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Pricing_Phase_id');
1431:
1432: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1433: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1434: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));

Line 1435: OE_MSG_PUB.Add;

1431:
1432: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1433: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1434: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));
1435: OE_MSG_PUB.Add;
1436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1437:
1438: END IF;
1439:

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

1432: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1433: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1434: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));
1435: OE_MSG_PUB.Add;
1436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1437:
1438: END IF;
1439:
1440:

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

1441: RETURN FALSE;
1442:
1443: WHEN OTHERS THEN
1444:
1445: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1446: THEN
1447: OE_MSG_PUB.Add_Exc_Msg
1448: ( G_PKG_NAME
1449: , 'Pricing_Phase_id'

Line 1447: OE_MSG_PUB.Add_Exc_Msg

1443: WHEN OTHERS THEN
1444:
1445: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1446: THEN
1447: OE_MSG_PUB.Add_Exc_Msg
1448: ( G_PKG_NAME
1449: , 'Pricing_Phase_id'
1450: );
1451: END IF;

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

1481: EXCEPTION
1482:
1483: WHEN NO_DATA_FOUND THEN
1484:
1485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1486: THEN
1487:
1488: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ADJUSTED_AMOUNT');
1489:

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

1484:
1485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1486: THEN
1487:
1488: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ADJUSTED_AMOUNT');
1489:
1490: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1491: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1492: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));

Line 1493: OE_MSG_PUB.Add;

1489:
1490: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1491: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1492: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));
1493: OE_MSG_PUB.Add;
1494: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1495:
1496: END IF;
1497:

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

1490: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1491: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1492: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));
1493: OE_MSG_PUB.Add;
1494: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1495:
1496: END IF;
1497:
1498:

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

1499: RETURN FALSE;
1500:
1501: WHEN OTHERS THEN
1502:
1503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1504: THEN
1505: OE_MSG_PUB.Add_Exc_Msg
1506: ( G_PKG_NAME
1507: , 'Adjusted_Amount'

Line 1505: OE_MSG_PUB.Add_Exc_Msg

1501: WHEN OTHERS THEN
1502:
1503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1504: THEN
1505: OE_MSG_PUB.Add_Exc_Msg
1506: ( G_PKG_NAME
1507: , 'Adjusted_Amount'
1508: );
1509: END IF;

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

1540: EXCEPTION
1541:
1542: WHEN NO_DATA_FOUND THEN
1543:
1544: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1545: THEN
1546:
1547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
1548:

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

1543:
1544: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1545: THEN
1546:
1547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
1548:
1549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1551: OE_Order_Util.Get_Attribute_Name('Modified_From'));

Line 1552: OE_MSG_PUB.Add;

1548:
1549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1551: OE_Order_Util.Get_Attribute_Name('Modified_From'));
1552: OE_MSG_PUB.Add;
1553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1554:
1555: END IF;
1556:

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

1549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1551: OE_Order_Util.Get_Attribute_Name('Modified_From'));
1552: OE_MSG_PUB.Add;
1553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1554:
1555: END IF;
1556:
1557:

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

1558: RETURN FALSE;
1559:
1560: WHEN OTHERS THEN
1561:
1562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1563: THEN
1564: OE_MSG_PUB.Add_Exc_Msg
1565: ( G_PKG_NAME
1566: , 'Modified_From'

Line 1564: OE_MSG_PUB.Add_Exc_Msg

1560: WHEN OTHERS THEN
1561:
1562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1563: THEN
1564: OE_MSG_PUB.Add_Exc_Msg
1565: ( G_PKG_NAME
1566: , 'Modified_From'
1567: );
1568: END IF;

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

1597: EXCEPTION
1598:
1599: WHEN NO_DATA_FOUND THEN
1600:
1601: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1602: THEN
1603:
1604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
1605:

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

1600:
1601: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1602: THEN
1603:
1604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
1605:
1606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1608: OE_Order_Util.Get_Attribute_Name('Modified_To'));

Line 1609: OE_MSG_PUB.Add;

1605:
1606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1608: OE_Order_Util.Get_Attribute_Name('Modified_To'));
1609: OE_MSG_PUB.Add;
1610: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1611:
1612: END IF;
1613:

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

1606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1608: OE_Order_Util.Get_Attribute_Name('Modified_To'));
1609: OE_MSG_PUB.Add;
1610: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1611:
1612: END IF;
1613:
1614:

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

1615: RETURN FALSE;
1616:
1617: WHEN OTHERS THEN
1618:
1619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1620: THEN
1621: OE_MSG_PUB.Add_Exc_Msg
1622: ( G_PKG_NAME
1623: , 'Modified_To'

Line 1621: OE_MSG_PUB.Add_Exc_Msg

1617: WHEN OTHERS THEN
1618:
1619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1620: THEN
1621: OE_MSG_PUB.Add_Exc_Msg
1622: ( G_PKG_NAME
1623: , 'Modified_To'
1624: );
1625: END IF;

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

1655: EXCEPTION
1656:
1657: WHEN NO_DATA_FOUND THEN
1658:
1659: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1660: THEN
1661:
1662: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
1663:

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

1658:
1659: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1660: THEN
1661:
1662: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
1663:
1664: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1665: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1666: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));

Line 1667: OE_MSG_PUB.Add;

1663:
1664: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1665: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1666: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
1667: OE_MSG_PUB.Add;
1668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1669:
1670: END IF;
1671:

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

1664: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1665: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1666: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
1667: OE_MSG_PUB.Add;
1668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1669:
1670: END IF;
1671:
1672:

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

1673: RETURN FALSE;
1674:
1675: WHEN OTHERS THEN
1676:
1677: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1678: THEN
1679: OE_MSG_PUB.Add_Exc_Msg
1680: ( G_PKG_NAME
1681: , 'Modifier_mechanism_type_code'

Line 1679: OE_MSG_PUB.Add_Exc_Msg

1675: WHEN OTHERS THEN
1676:
1677: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1678: THEN
1679: OE_MSG_PUB.Add_Exc_Msg
1680: ( G_PKG_NAME
1681: , 'Modifier_mechanism_type_code'
1682: );
1683: END IF;

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

1714: EXCEPTION
1715:
1716: WHEN NO_DATA_FOUND THEN
1717:
1718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1719: THEN
1720:
1721: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPERAND');
1722:

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

1717:
1718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1719: THEN
1720:
1721: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPERAND');
1722:
1723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1725: OE_Order_Util.Get_Attribute_Name('Operand'));

Line 1726: OE_MSG_PUB.Add;

1722:
1723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1725: OE_Order_Util.Get_Attribute_Name('Operand'));
1726: OE_MSG_PUB.Add;
1727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1728:
1729: END IF;
1730:

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

1723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1725: OE_Order_Util.Get_Attribute_Name('Operand'));
1726: OE_MSG_PUB.Add;
1727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1728:
1729: END IF;
1730:
1731:

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

1732: RETURN FALSE;
1733:
1734: WHEN OTHERS THEN
1735:
1736: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1737: THEN
1738: OE_MSG_PUB.Add_Exc_Msg
1739: ( G_PKG_NAME
1740: , 'Operand'

Line 1738: OE_MSG_PUB.Add_Exc_Msg

1734: WHEN OTHERS THEN
1735:
1736: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1737: THEN
1738: OE_MSG_PUB.Add_Exc_Msg
1739: ( G_PKG_NAME
1740: , 'Operand'
1741: );
1742: END IF;

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

1772: EXCEPTION
1773:
1774: WHEN NO_DATA_FOUND THEN
1775:
1776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1777: THEN
1778:
1779: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARITHMETIC_OPERATOR');
1780:

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

1775:
1776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1777: THEN
1778:
1779: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARITHMETIC_OPERATOR');
1780:
1781: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1782: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1783: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));

Line 1784: OE_MSG_PUB.Add;

1780:
1781: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1782: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1783: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));
1784: OE_MSG_PUB.Add;
1785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1786:
1787: END IF;
1788:

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

1781: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1782: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1783: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));
1784: OE_MSG_PUB.Add;
1785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1786:
1787: END IF;
1788:
1789:

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

1790: RETURN FALSE;
1791:
1792: WHEN OTHERS THEN
1793:
1794: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1795: THEN
1796: OE_MSG_PUB.Add_Exc_Msg
1797: ( G_PKG_NAME
1798: , 'Arithmetic_operator'

Line 1796: OE_MSG_PUB.Add_Exc_Msg

1792: WHEN OTHERS THEN
1793:
1794: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1795: THEN
1796: OE_MSG_PUB.Add_Exc_Msg
1797: ( G_PKG_NAME
1798: , 'Arithmetic_operator'
1799: );
1800: END IF;

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

1828:
1829: WHEN NO_DATA_FOUND THEN
1830:
1831:
1832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1833: THEN
1834:
1835: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'List_Line_NO');
1836:

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

1831:
1832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1833: THEN
1834:
1835: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'List_Line_NO');
1836:
1837: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1838: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1839: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));

Line 1840: OE_MSG_PUB.Add;

1836:
1837: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1838: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1839: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));
1840: OE_MSG_PUB.Add;
1841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1842:
1843: END IF;
1844:

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

1837: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1838: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1839: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));
1840: OE_MSG_PUB.Add;
1841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1842:
1843: END IF;
1844:
1845:

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

1846: RETURN FALSE;
1847:
1848: WHEN OTHERS THEN
1849:
1850: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1851: THEN
1852: OE_MSG_PUB.Add_Exc_Msg
1853: ( G_PKG_NAME
1854: , 'List Line NO'

Line 1852: OE_MSG_PUB.Add_Exc_Msg

1848: WHEN OTHERS THEN
1849:
1850: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1851: THEN
1852: OE_MSG_PUB.Add_Exc_Msg
1853: ( G_PKG_NAME
1854: , 'List Line NO'
1855: );
1856: END IF;

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

1883:
1884: WHEN NO_DATA_FOUND THEN
1885:
1886:
1887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1888: THEN
1889:
1890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Source_System_Code');
1891:

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

1886:
1887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1888: THEN
1889:
1890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Source_System_Code');
1891:
1892: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1893: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1894: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));

Line 1895: OE_MSG_PUB.Add;

1891:
1892: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1893: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1894: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));
1895: OE_MSG_PUB.Add;
1896: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1897:
1898: END IF;
1899:

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

1892: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1893: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1894: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));
1895: OE_MSG_PUB.Add;
1896: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1897:
1898: END IF;
1899:
1900:

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

1901: RETURN FALSE;
1902:
1903: WHEN OTHERS THEN
1904:
1905: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1906: THEN
1907: OE_MSG_PUB.Add_Exc_Msg
1908: ( G_PKG_NAME
1909: , 'Source System Code'

Line 1907: OE_MSG_PUB.Add_Exc_Msg

1903: WHEN OTHERS THEN
1904:
1905: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1906: THEN
1907: OE_MSG_PUB.Add_Exc_Msg
1908: ( G_PKG_NAME
1909: , 'Source System Code'
1910: );
1911: END IF;

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

1938:
1939: WHEN NO_DATA_FOUND THEN
1940:
1941:
1942: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1943: THEN
1944:
1945: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_Qty');
1946:

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

1941:
1942: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1943: THEN
1944:
1945: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_Qty');
1946:
1947: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1948: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1949: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));

Line 1950: OE_MSG_PUB.Add;

1946:
1947: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1948: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1949: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));
1950: OE_MSG_PUB.Add;
1951: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1952:
1953: END IF;
1954:

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

1947: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1948: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1949: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));
1950: OE_MSG_PUB.Add;
1951: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1952:
1953: END IF;
1954:
1955:

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

1956: RETURN FALSE;
1957:
1958: WHEN OTHERS THEN
1959:
1960: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1961: THEN
1962: OE_MSG_PUB.Add_Exc_Msg
1963: ( G_PKG_NAME
1964: , 'Benefit Qty'

Line 1962: OE_MSG_PUB.Add_Exc_Msg

1958: WHEN OTHERS THEN
1959:
1960: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1961: THEN
1962: OE_MSG_PUB.Add_Exc_Msg
1963: ( G_PKG_NAME
1964: , 'Benefit Qty'
1965: );
1966: END IF;

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

1993:
1994: WHEN NO_DATA_FOUND THEN
1995:
1996:
1997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1998: THEN
1999:
2000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_UOM_Code');
2001:

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

1996:
1997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1998: THEN
1999:
2000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Benefit_UOM_Code');
2001:
2002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2004: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));

Line 2005: OE_MSG_PUB.Add;

2001:
2002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2004: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));
2005: OE_MSG_PUB.Add;
2006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2007:
2008: END IF;
2009:

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

2002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2004: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));
2005: OE_MSG_PUB.Add;
2006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2007:
2008: END IF;
2009:
2010:

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

2011: RETURN FALSE;
2012:
2013: WHEN OTHERS THEN
2014:
2015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2016: THEN
2017: OE_MSG_PUB.Add_Exc_Msg
2018: ( G_PKG_NAME
2019: , 'Benefit UOM Code '

Line 2017: OE_MSG_PUB.Add_Exc_Msg

2013: WHEN OTHERS THEN
2014:
2015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2016: THEN
2017: OE_MSG_PUB.Add_Exc_Msg
2018: ( G_PKG_NAME
2019: , 'Benefit UOM Code '
2020: );
2021: END IF;

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

2048:
2049: WHEN NO_DATA_FOUND THEN
2050:
2051:
2052: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2053: THEN
2054:
2055: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Print_On_Invoice_Flag');
2056:

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

2051:
2052: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2053: THEN
2054:
2055: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Print_On_Invoice_Flag');
2056:
2057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2059: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));

Line 2060: OE_MSG_PUB.Add;

2056:
2057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2059: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));
2060: OE_MSG_PUB.Add;
2061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2062:
2063: END IF;
2064:

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

2057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2059: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));
2060: OE_MSG_PUB.Add;
2061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2062:
2063: END IF;
2064:
2065:

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

2066: RETURN FALSE;
2067:
2068: WHEN OTHERS THEN
2069:
2070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2071: THEN
2072: OE_MSG_PUB.Add_Exc_Msg
2073: ( G_PKG_NAME
2074: , 'Print On Invoice Flag'

Line 2072: OE_MSG_PUB.Add_Exc_Msg

2068: WHEN OTHERS THEN
2069:
2070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2071: THEN
2072: OE_MSG_PUB.Add_Exc_Msg
2073: ( G_PKG_NAME
2074: , 'Print On Invoice Flag'
2075: );
2076: END IF;

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

2103:
2104: WHEN NO_DATA_FOUND THEN
2105:
2106:
2107: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2108: THEN
2109:
2110: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Expiration_Date');
2111:

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

2106:
2107: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2108: THEN
2109:
2110: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Expiration_Date');
2111:
2112: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2113: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2114: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));

Line 2115: OE_MSG_PUB.Add;

2111:
2112: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2113: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2114: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));
2115: OE_MSG_PUB.Add;
2116: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2117:
2118: END IF;
2119:

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

2112: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2113: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2114: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));
2115: OE_MSG_PUB.Add;
2116: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2117:
2118: END IF;
2119:
2120:

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

2121: RETURN FALSE;
2122:
2123: WHEN OTHERS THEN
2124:
2125: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2126: THEN
2127: OE_MSG_PUB.Add_Exc_Msg
2128: ( G_PKG_NAME
2129: , 'Expiration Date'

Line 2127: OE_MSG_PUB.Add_Exc_Msg

2123: WHEN OTHERS THEN
2124:
2125: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2126: THEN
2127: OE_MSG_PUB.Add_Exc_Msg
2128: ( G_PKG_NAME
2129: , 'Expiration Date'
2130: );
2131: END IF;

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

2158:
2159: WHEN NO_DATA_FOUND THEN
2160:
2161:
2162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2163: THEN
2164:
2165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Type_Code');
2166:

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

2161:
2162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2163: THEN
2164:
2165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Type_Code');
2166:
2167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2169: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));

Line 2170: OE_MSG_PUB.Add;

2166:
2167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2169: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));
2170: OE_MSG_PUB.Add;
2171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2172:
2173: END IF;
2174:

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

2167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2169: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));
2170: OE_MSG_PUB.Add;
2171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2172:
2173: END IF;
2174:
2175:

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

2176: RETURN FALSE;
2177:
2178: WHEN OTHERS THEN
2179:
2180: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2181: THEN
2182: OE_MSG_PUB.Add_Exc_Msg
2183: ( G_PKG_NAME
2184: , 'Rebate Transaction Type Code'

Line 2182: OE_MSG_PUB.Add_Exc_Msg

2178: WHEN OTHERS THEN
2179:
2180: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2181: THEN
2182: OE_MSG_PUB.Add_Exc_Msg
2183: ( G_PKG_NAME
2184: , 'Rebate Transaction Type Code'
2185: );
2186: END IF;

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

2213:
2214: WHEN NO_DATA_FOUND THEN
2215:
2216:
2217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2218: THEN
2219:
2220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Reference');
2221:

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

2216:
2217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2218: THEN
2219:
2220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Transaction_Reference');
2221:
2222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2224: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));

Line 2225: OE_MSG_PUB.Add;

2221:
2222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2224: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));
2225: OE_MSG_PUB.Add;
2226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2227:
2228: END IF;
2229:

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

2222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2224: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));
2225: OE_MSG_PUB.Add;
2226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2227:
2228: END IF;
2229:
2230:

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

2231: RETURN FALSE;
2232:
2233: WHEN OTHERS THEN
2234:
2235: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2236: THEN
2237: OE_MSG_PUB.Add_Exc_Msg
2238: ( G_PKG_NAME
2239: , 'Rebate_Transaction_Reference'

Line 2237: OE_MSG_PUB.Add_Exc_Msg

2233: WHEN OTHERS THEN
2234:
2235: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2236: THEN
2237: OE_MSG_PUB.Add_Exc_Msg
2238: ( G_PKG_NAME
2239: , 'Rebate_Transaction_Reference'
2240: );
2241: END IF;

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

2268:
2269: WHEN NO_DATA_FOUND THEN
2270:
2271:
2272: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2273: THEN
2274:
2275: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Payment_System_Code');
2276:

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

2271:
2272: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2273: THEN
2274:
2275: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Rebate_Payment_System_Code');
2276:
2277: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2278: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2279: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));

Line 2280: OE_MSG_PUB.Add;

2276:
2277: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2278: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2279: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));
2280: OE_MSG_PUB.Add;
2281: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2282:
2283: END IF;
2284:

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

2277: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2278: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2279: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));
2280: OE_MSG_PUB.Add;
2281: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2282:
2283: END IF;
2284:
2285:

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

2286: RETURN FALSE;
2287:
2288: WHEN OTHERS THEN
2289:
2290: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2291: THEN
2292: OE_MSG_PUB.Add_Exc_Msg
2293: ( G_PKG_NAME
2294: , 'Rebate Payment System Code'

Line 2292: OE_MSG_PUB.Add_Exc_Msg

2288: WHEN OTHERS THEN
2289:
2290: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2291: THEN
2292: OE_MSG_PUB.Add_Exc_Msg
2293: ( G_PKG_NAME
2294: , 'Rebate Payment System Code'
2295: );
2296: END IF;

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

2323:
2324: WHEN NO_DATA_FOUND THEN
2325:
2326:
2327: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2328: THEN
2329:
2330: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Date');
2331:

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

2326:
2327: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2328: THEN
2329:
2330: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Date');
2331:
2332: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2333: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2334: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));

Line 2335: OE_MSG_PUB.Add;

2331:
2332: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2333: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2334: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));
2335: OE_MSG_PUB.Add;
2336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2337:
2338: END IF;
2339:

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

2332: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2333: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2334: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));
2335: OE_MSG_PUB.Add;
2336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2337:
2338: END IF;
2339:
2340:

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

2341: RETURN FALSE;
2342:
2343: WHEN OTHERS THEN
2344:
2345: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2346: THEN
2347: OE_MSG_PUB.Add_Exc_Msg
2348: ( G_PKG_NAME
2349: , 'Redeemed Date'

Line 2347: OE_MSG_PUB.Add_Exc_Msg

2343: WHEN OTHERS THEN
2344:
2345: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2346: THEN
2347: OE_MSG_PUB.Add_Exc_Msg
2348: ( G_PKG_NAME
2349: , 'Redeemed Date'
2350: );
2351: END IF;

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

2378:
2379: WHEN NO_DATA_FOUND THEN
2380:
2381:
2382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2383: THEN
2384:
2385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Flag');
2386:

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

2381:
2382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2383: THEN
2384:
2385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Redeemed_Flag');
2386:
2387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2389: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));

Line 2390: OE_MSG_PUB.Add;

2386:
2387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2389: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));
2390: OE_MSG_PUB.Add;
2391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2392:
2393: END IF;
2394:

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

2387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2389: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));
2390: OE_MSG_PUB.Add;
2391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2392:
2393: END IF;
2394:
2395:

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

2396: RETURN FALSE;
2397:
2398: WHEN OTHERS THEN
2399:
2400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2401: THEN
2402: OE_MSG_PUB.Add_Exc_Msg
2403: ( G_PKG_NAME
2404: , 'Redeemed Flag'

Line 2402: OE_MSG_PUB.Add_Exc_Msg

2398: WHEN OTHERS THEN
2399:
2400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2401: THEN
2402: OE_MSG_PUB.Add_Exc_Msg
2403: ( G_PKG_NAME
2404: , 'Redeemed Flag'
2405: );
2406: END IF;

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

2433:
2434: WHEN NO_DATA_FOUND THEN
2435:
2436:
2437: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2438: THEN
2439:
2440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Accrual_Flag');
2441:

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

2436:
2437: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2438: THEN
2439:
2440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Accrual_Flag');
2441:
2442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2444: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));

Line 2445: OE_MSG_PUB.Add;

2441:
2442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2444: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));
2445: OE_MSG_PUB.Add;
2446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2447:
2448: END IF;
2449:

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

2442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2444: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));
2445: OE_MSG_PUB.Add;
2446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2447:
2448: END IF;
2449:
2450:

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

2451: RETURN FALSE;
2452:
2453: WHEN OTHERS THEN
2454:
2455: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2456: THEN
2457: OE_MSG_PUB.Add_Exc_Msg
2458: ( G_PKG_NAME
2459: , 'Accrual Flag'

Line 2457: OE_MSG_PUB.Add_Exc_Msg

2453: WHEN OTHERS THEN
2454:
2455: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2456: THEN
2457: OE_MSG_PUB.Add_Exc_Msg
2458: ( G_PKG_NAME
2459: , 'Accrual Flag'
2460: );
2461: END IF;

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

2488:
2489: WHEN NO_DATA_FOUND THEN
2490:
2491:
2492: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2493: THEN
2494:
2495: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'range_break_quantity');
2496:

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

2491:
2492: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2493: THEN
2494:
2495: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'range_break_quantity');
2496:
2497: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2498: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2499: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));

Line 2500: OE_MSG_PUB.Add;

2496:
2497: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2498: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2499: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));
2500: OE_MSG_PUB.Add;
2501: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2502:
2503: END IF;
2504:

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

2497: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2498: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2499: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));
2500: OE_MSG_PUB.Add;
2501: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2502:
2503: END IF;
2504:
2505:

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

2506: RETURN FALSE;
2507:
2508: WHEN OTHERS THEN
2509:
2510: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2511: THEN
2512: OE_MSG_PUB.Add_Exc_Msg
2513: ( G_PKG_NAME
2514: , 'range_break_quantity'

Line 2512: OE_MSG_PUB.Add_Exc_Msg

2508: WHEN OTHERS THEN
2509:
2510: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2511: THEN
2512: OE_MSG_PUB.Add_Exc_Msg
2513: ( G_PKG_NAME
2514: , 'range_break_quantity'
2515: );
2516: END IF;

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

2543:
2544: WHEN NO_DATA_FOUND THEN
2545:
2546:
2547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2548: THEN
2549:
2550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'accrual_conversion_rate');
2551:

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

2546:
2547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2548: THEN
2549:
2550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'accrual_conversion_rate');
2551:
2552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2554: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));

Line 2555: OE_MSG_PUB.Add;

2551:
2552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2554: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));
2555: OE_MSG_PUB.Add;
2556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2557:
2558: END IF;
2559:

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

2552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2554: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));
2555: OE_MSG_PUB.Add;
2556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2557:
2558: END IF;
2559:
2560:

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

2561: RETURN FALSE;
2562:
2563: WHEN OTHERS THEN
2564:
2565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2566: THEN
2567: OE_MSG_PUB.Add_Exc_Msg
2568: ( G_PKG_NAME
2569: , 'accrual_conversion_rate'

Line 2567: OE_MSG_PUB.Add_Exc_Msg

2563: WHEN OTHERS THEN
2564:
2565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2566: THEN
2567: OE_MSG_PUB.Add_Exc_Msg
2568: ( G_PKG_NAME
2569: , 'accrual_conversion_rate'
2570: );
2571: END IF;

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

2598:
2599: WHEN NO_DATA_FOUND THEN
2600:
2601:
2602: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2603: THEN
2604:
2605: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'pricing_group_sequence');
2606:

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

2601:
2602: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2603: THEN
2604:
2605: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'pricing_group_sequence');
2606:
2607: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2608: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2609: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));

Line 2610: OE_MSG_PUB.Add;

2606:
2607: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2608: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2609: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));
2610: OE_MSG_PUB.Add;
2611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2612:
2613: END IF;
2614:

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

2607: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2608: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2609: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));
2610: OE_MSG_PUB.Add;
2611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2612:
2613: END IF;
2614:
2615:

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

2616: RETURN FALSE;
2617:
2618: WHEN OTHERS THEN
2619:
2620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2621: THEN
2622: OE_MSG_PUB.Add_Exc_Msg
2623: ( G_PKG_NAME
2624: , 'pricing_group_sequence'

Line 2622: OE_MSG_PUB.Add_Exc_Msg

2618: WHEN OTHERS THEN
2619:
2620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2621: THEN
2622: OE_MSG_PUB.Add_Exc_Msg
2623: ( G_PKG_NAME
2624: , 'pricing_group_sequence'
2625: );
2626: END IF;

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

2653:
2654: WHEN NO_DATA_FOUND THEN
2655:
2656:
2657: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2658: THEN
2659:
2660: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'modifier_level_code');
2661:

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

2656:
2657: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2658: THEN
2659:
2660: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'modifier_level_code');
2661:
2662: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2663: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2664: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));

Line 2665: OE_MSG_PUB.Add;

2661:
2662: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2663: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2664: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));
2665: OE_MSG_PUB.Add;
2666: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2667:
2668: END IF;
2669:

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

2662: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2663: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2664: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));
2665: OE_MSG_PUB.Add;
2666: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2667:
2668: END IF;
2669:
2670:

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

2671: RETURN FALSE;
2672:
2673: WHEN OTHERS THEN
2674:
2675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2676: THEN
2677: OE_MSG_PUB.Add_Exc_Msg
2678: ( G_PKG_NAME
2679: , 'modifier_level_code'

Line 2677: OE_MSG_PUB.Add_Exc_Msg

2673: WHEN OTHERS THEN
2674:
2675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2676: THEN
2677: OE_MSG_PUB.Add_Exc_Msg
2678: ( G_PKG_NAME
2679: , 'modifier_level_code'
2680: );
2681: END IF;

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

2708:
2709: WHEN NO_DATA_FOUND THEN
2710:
2711:
2712: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2713: THEN
2714:
2715: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'price_break_type_code');
2716:

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

2711:
2712: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2713: THEN
2714:
2715: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'price_break_type_code');
2716:
2717: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2718: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2719: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));

Line 2720: OE_MSG_PUB.Add;

2716:
2717: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2718: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2719: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));
2720: OE_MSG_PUB.Add;
2721: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2722:
2723: END IF;
2724:

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

2717: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2718: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2719: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));
2720: OE_MSG_PUB.Add;
2721: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2722:
2723: END IF;
2724:
2725:

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

2726: RETURN FALSE;
2727:
2728: WHEN OTHERS THEN
2729:
2730: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2731: THEN
2732: OE_MSG_PUB.Add_Exc_Msg
2733: ( G_PKG_NAME
2734: , 'price_break_type_code'

Line 2732: OE_MSG_PUB.Add_Exc_Msg

2728: WHEN OTHERS THEN
2729:
2730: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2731: THEN
2732: OE_MSG_PUB.Add_Exc_Msg
2733: ( G_PKG_NAME
2734: , 'price_break_type_code'
2735: );
2736: END IF;

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

2763:
2764: WHEN NO_DATA_FOUND THEN
2765:
2766:
2767: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2768: THEN
2769:
2770: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'substitution_attribute');
2771:

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

2766:
2767: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2768: THEN
2769:
2770: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'substitution_attribute');
2771:
2772: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2773: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2774: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));

Line 2775: OE_MSG_PUB.Add;

2771:
2772: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2773: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2774: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));
2775: OE_MSG_PUB.Add;
2776: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2777:
2778: END IF;
2779:

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

2772: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2773: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2774: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));
2775: OE_MSG_PUB.Add;
2776: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2777:
2778: END IF;
2779:
2780:

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

2781: RETURN FALSE;
2782:
2783: WHEN OTHERS THEN
2784:
2785: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2786: THEN
2787: OE_MSG_PUB.Add_Exc_Msg
2788: ( G_PKG_NAME
2789: , 'substitution_attribute'

Line 2787: OE_MSG_PUB.Add_Exc_Msg

2783: WHEN OTHERS THEN
2784:
2785: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2786: THEN
2787: OE_MSG_PUB.Add_Exc_Msg
2788: ( G_PKG_NAME
2789: , 'substitution_attribute'
2790: );
2791: END IF;

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

2818:
2819: WHEN NO_DATA_FOUND THEN
2820:
2821:
2822: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2823: THEN
2824:
2825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'proration_type_code');
2826:

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

2821:
2822: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2823: THEN
2824:
2825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'proration_type_code');
2826:
2827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2829: OE_Order_Util.Get_Attribute_Name('proration_type_code'));

Line 2830: OE_MSG_PUB.Add;

2826:
2827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2829: OE_Order_Util.Get_Attribute_Name('proration_type_code'));
2830: OE_MSG_PUB.Add;
2831: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2832:
2833: END IF;
2834:

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

2827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2829: OE_Order_Util.Get_Attribute_Name('proration_type_code'));
2830: OE_MSG_PUB.Add;
2831: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2832:
2833: END IF;
2834:
2835:

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

2836: RETURN FALSE;
2837:
2838: WHEN OTHERS THEN
2839:
2840: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2841: THEN
2842: OE_MSG_PUB.Add_Exc_Msg
2843: ( G_PKG_NAME
2844: , 'proration_type_code'

Line 2842: OE_MSG_PUB.Add_Exc_Msg

2838: WHEN OTHERS THEN
2839:
2840: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2841: THEN
2842: OE_MSG_PUB.Add_Exc_Msg
2843: ( G_PKG_NAME
2844: , 'proration_type_code'
2845: );
2846: END IF;

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

2874: EXCEPTION
2875:
2876: WHEN NO_DATA_FOUND THEN
2877:
2878: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2879: THEN
2880:
2881: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
2882:

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

2877:
2878: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2879: THEN
2880:
2881: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
2882:
2883: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2884: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2885: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));

Line 2886: OE_MSG_PUB.Add;

2882:
2883: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2884: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2885: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
2886: OE_MSG_PUB.Add;
2887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2888:
2889: END IF;
2890:

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

2883: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2884: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2885: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
2886: OE_MSG_PUB.Add;
2887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2888:
2889: END IF;
2890:
2891:

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

2892: RETURN FALSE;
2893:
2894: WHEN OTHERS THEN
2895:
2896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2897: THEN
2898: OE_MSG_PUB.Add_Exc_Msg
2899: ( G_PKG_NAME
2900: , 'Updated_Flag'

Line 2898: OE_MSG_PUB.Add_Exc_Msg

2894: WHEN OTHERS THEN
2895:
2896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2897: THEN
2898: OE_MSG_PUB.Add_Exc_Msg
2899: ( G_PKG_NAME
2900: , 'Updated_Flag'
2901: );
2902: END IF;

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

2932: EXCEPTION
2933:
2934: WHEN NO_DATA_FOUND THEN
2935:
2936: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2937: THEN
2938:
2939: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
2940:

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

2935:
2936: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2937: THEN
2938:
2939: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
2940:
2941: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2942: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2943: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));

Line 2944: OE_MSG_PUB.Add;

2940:
2941: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2942: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2943: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
2944: OE_MSG_PUB.Add;
2945: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2946:
2947: END IF;
2948:

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

2941: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2942: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2943: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
2944: OE_MSG_PUB.Add;
2945: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2946:
2947: END IF;
2948:
2949:

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

2950: RETURN FALSE;
2951:
2952: WHEN OTHERS THEN
2953:
2954: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2955: THEN
2956: OE_MSG_PUB.Add_Exc_Msg
2957: ( G_PKG_NAME
2958: , 'Update_Allowed'

Line 2956: OE_MSG_PUB.Add_Exc_Msg

2952: WHEN OTHERS THEN
2953:
2954: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2955: THEN
2956: OE_MSG_PUB.Add_Exc_Msg
2957: ( G_PKG_NAME
2958: , 'Update_Allowed'
2959: );
2960: END IF;

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

2990: EXCEPTION
2991:
2992: WHEN NO_DATA_FOUND THEN
2993:
2994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2995: THEN
2996:
2997: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
2998:

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

2993:
2994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2995: THEN
2996:
2997: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
2998:
2999: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3000: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3001: OE_Order_Util.Get_Attribute_Name('created_by'));

Line 3002: OE_MSG_PUB.Add;

2998:
2999: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3000: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3001: OE_Order_Util.Get_Attribute_Name('created_by'));
3002: OE_MSG_PUB.Add;
3003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3004:
3005: END IF;
3006:

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

2999: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3000: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3001: OE_Order_Util.Get_Attribute_Name('created_by'));
3002: OE_MSG_PUB.Add;
3003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3004:
3005: END IF;
3006:
3007:

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

3008: RETURN FALSE;
3009:
3010: WHEN OTHERS THEN
3011:
3012: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3013: THEN
3014: OE_MSG_PUB.Add_Exc_Msg
3015: ( G_PKG_NAME
3016: , 'Created_By'

Line 3014: OE_MSG_PUB.Add_Exc_Msg

3010: WHEN OTHERS THEN
3011:
3012: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3013: THEN
3014: OE_MSG_PUB.Add_Exc_Msg
3015: ( G_PKG_NAME
3016: , 'Created_By'
3017: );
3018: END IF;

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

3047: EXCEPTION
3048:
3049: WHEN NO_DATA_FOUND THEN
3050:
3051: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3052: THEN
3053:
3054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
3055:

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

3050:
3051: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3052: THEN
3053:
3054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
3055:
3056: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3057: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3058: OE_Order_Util.Get_Attribute_Name('creation_date'));

Line 3059: OE_MSG_PUB.Add;

3055:
3056: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3057: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3058: OE_Order_Util.Get_Attribute_Name('creation_date'));
3059: OE_MSG_PUB.Add;
3060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3061:
3062: END IF;
3063:

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

3056: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3057: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3058: OE_Order_Util.Get_Attribute_Name('creation_date'));
3059: OE_MSG_PUB.Add;
3060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3061:
3062: END IF;
3063:
3064:

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

3065: RETURN FALSE;
3066:
3067: WHEN OTHERS THEN
3068:
3069: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3070: THEN
3071: OE_MSG_PUB.Add_Exc_Msg
3072: ( G_PKG_NAME
3073: , 'Creation_Date'

Line 3071: OE_MSG_PUB.Add_Exc_Msg

3067: WHEN OTHERS THEN
3068:
3069: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3070: THEN
3071: OE_MSG_PUB.Add_Exc_Msg
3072: ( G_PKG_NAME
3073: , 'Creation_Date'
3074: );
3075: END IF;

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

3106: EXCEPTION
3107:
3108: WHEN NO_DATA_FOUND THEN
3109:
3110: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3111: THEN
3112:
3113: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVERRIDE_FLAG');
3114:

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

3109:
3110: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3111: THEN
3112:
3113: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVERRIDE_FLAG');
3114:
3115: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3116: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3117: OE_Order_Util.Get_Attribute_Name('override_flag'));

Line 3118: OE_MSG_PUB.Add;

3114:
3115: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3116: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3117: OE_Order_Util.Get_Attribute_Name('override_flag'));
3118: OE_MSG_PUB.Add;
3119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3120:
3121: END IF;
3122:

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

3115: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3116: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3117: OE_Order_Util.Get_Attribute_Name('override_flag'));
3118: OE_MSG_PUB.Add;
3119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3120:
3121: END IF;
3122:
3123:

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

3124: RETURN FALSE;
3125:
3126: WHEN OTHERS THEN
3127:
3128: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3129: THEN
3130: OE_MSG_PUB.Add_Exc_Msg
3131: ( G_PKG_NAME
3132: , 'override_flag'

Line 3130: OE_MSG_PUB.Add_Exc_Msg

3126: WHEN OTHERS THEN
3127:
3128: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3129: THEN
3130: OE_MSG_PUB.Add_Exc_Msg
3131: ( G_PKG_NAME
3132: , 'override_flag'
3133: );
3134: END IF;

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

3164: EXCEPTION
3165:
3166: WHEN NO_DATA_FOUND THEN
3167:
3168: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3169: THEN
3170:
3171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
3172:

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

3167:
3168: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3169: THEN
3170:
3171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
3172:
3173: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3174: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3175: OE_Order_Util.Get_Attribute_Name('request_date'));

Line 3176: OE_MSG_PUB.Add;

3172:
3173: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3174: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3175: OE_Order_Util.Get_Attribute_Name('request_date'));
3176: OE_MSG_PUB.Add;
3177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3178:
3179: END IF;
3180:

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

3173: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3174: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3175: OE_Order_Util.Get_Attribute_Name('request_date'));
3176: OE_MSG_PUB.Add;
3177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3178:
3179: END IF;
3180:
3181:

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

3182: RETURN FALSE;
3183:
3184: WHEN OTHERS THEN
3185:
3186: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3187: THEN
3188: OE_MSG_PUB.Add_Exc_Msg
3189: ( G_PKG_NAME
3190: , 'Request_Date'

Line 3188: OE_MSG_PUB.Add_Exc_Msg

3184: WHEN OTHERS THEN
3185:
3186: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3187: THEN
3188: OE_MSG_PUB.Add_Exc_Msg
3189: ( G_PKG_NAME
3190: , 'Request_Date'
3191: );
3192: END IF;

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

3217: IS
3218: l_column_value VARCHAR2(240) := null;
3219: BEGIN
3220:
3221: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
3222:
3223: IF (p_attribute1 = FND_API.G_MISS_CHAR)
3224: AND (p_attribute2 = FND_API.G_MISS_CHAR)
3225: AND (p_attribute3 = FND_API.G_MISS_CHAR)

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

3465:
3466: WHEN OTHERS THEN
3467:
3468:
3469: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3470: THEN
3471:
3472: OE_MSG_PUB.Add_Exc_Msg
3473: ( G_PKG_NAME

Line 3472: OE_MSG_PUB.Add_Exc_Msg

3468:
3469: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3470: THEN
3471:
3472: OE_MSG_PUB.Add_Exc_Msg
3473: ( G_PKG_NAME
3474: , 'Price_Adj_Desc_Flex');
3475: END IF;
3476: