DBA Data[Home] [Help]

APPS.OE_VALIDATE_ADJ dependencies on OE_ORDER_UTIL

Line 204: OE_Order_Util.Get_Attribute_Name('DESC_FLEX'));

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'));
205: OE_MSG_PUB.Add;
206: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
207:
208: END IF;

Line 260: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));

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'));
261: OE_MSG_PUB.Add;
262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
263:
264: END IF;

Line 317: OE_Order_Util.Get_Attribute_Name('last_updated_by'));

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'));
318: OE_MSG_PUB.Add;
319: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
320:
321: END IF;

Line 374: OE_Order_Util.Get_Attribute_Name('last_update_date'));

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'));
375: OE_MSG_PUB.Add;
376: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
377:
378: END IF;

Line 431: OE_Order_Util.Get_Attribute_Name('last_update_login'));

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'));
432: OE_MSG_PUB.Add;
433: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
434:
435: END IF;

Line 488: OE_Order_Util.Get_Attribute_Name('program_application_id'));

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'));
489: OE_MSG_PUB.Add;
490: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
491:
492: END IF;

Line 545: OE_Order_Util.Get_Attribute_Name('program_id'));

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'));
546: OE_MSG_PUB.Add;
547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
548:
549: END IF;

Line 602: OE_Order_Util.Get_Attribute_Name('program_update_date'));

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'));
603: OE_MSG_PUB.Add;
604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
605:
606: END IF;

Line 659: OE_Order_Util.Get_Attribute_Name('request_id'));

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'));
660: OE_MSG_PUB.Add;
661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
662:
663: END IF;

Line 716: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));

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'));
717: OE_MSG_PUB.Add;
718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
719:
720: END IF;

Line 773: OE_Order_Util.Get_Attribute_Name('discount_id'));

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'));
774: OE_MSG_PUB.Add;
775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
776:
777: END IF;

Line 831: OE_Order_Util.Get_Attribute_Name('discount_line_id'));

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'));
832: OE_MSG_PUB.Add;
833: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
834:
835: END IF;

Line 888: OE_Order_Util.Get_Attribute_Name('automatic_flag'));

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'));
889: OE_MSG_PUB.Add;
890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
891:
892: END IF;

Line 957: OE_Order_Util.Get_Attribute_Name('percent'));

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'));
958: OE_MSG_PUB.Add;
959: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
960:
961: END IF;

Line 1014: OE_Order_Util.Get_Attribute_Name('line_id'));

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'));
1015: OE_MSG_PUB.Add;
1016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1017:
1018: END IF;

Line 1062: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

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'));
1063: OE_MSG_PUB.Add;
1064: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1065:
1066: END IF;

Line 1083: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

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'));
1084: OE_MSG_PUB.Add;
1085: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1086:
1087: END IF;

Line 1149: OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));

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'));
1150: OE_MSG_PUB.Add;
1151: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1152:
1153: END IF;

Line 1202: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));

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'));
1203: OE_MSG_PUB.Add;
1204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1205:
1206: END IF;

Line 1260: OE_Order_Util.Get_Attribute_Name('List_Header_id'));

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'));
1261: OE_MSG_PUB.Add;
1262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1263:
1264: END IF;

Line 1318: OE_Order_Util.Get_Attribute_Name('List_Line_id'));

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'));
1319: OE_MSG_PUB.Add;
1320: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1321:
1322: END IF;

Line 1375: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));

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'));
1376: OE_MSG_PUB.Add;
1377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1378:
1379: END IF;

Line 1434: OE_Order_Util.Get_Attribute_Name('Pricing_Phase_id'));

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'));
1435: OE_MSG_PUB.Add;
1436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1437:
1438: END IF;

Line 1492: OE_Order_Util.Get_Attribute_Name('ADJUSTED_AMOUNT'));

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'));
1493: OE_MSG_PUB.Add;
1494: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1495:
1496: END IF;

Line 1551: OE_Order_Util.Get_Attribute_Name('Modified_From'));

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'));
1552: OE_MSG_PUB.Add;
1553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1554:
1555: END IF;

Line 1608: OE_Order_Util.Get_Attribute_Name('Modified_To'));

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'));
1609: OE_MSG_PUB.Add;
1610: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1611:
1612: END IF;

Line 1666: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));

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'));
1667: OE_MSG_PUB.Add;
1668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1669:
1670: END IF;

Line 1725: OE_Order_Util.Get_Attribute_Name('Operand'));

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'));
1726: OE_MSG_PUB.Add;
1727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1728:
1729: END IF;

Line 1783: OE_Order_Util.Get_Attribute_Name('Arithmetic_Operator'));

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'));
1784: OE_MSG_PUB.Add;
1785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1786:
1787: END IF;

Line 1839: OE_Order_Util.Get_Attribute_Name('List_Line_NO'));

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'));
1840: OE_MSG_PUB.Add;
1841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1842:
1843: END IF;

Line 1894: OE_Order_Util.Get_Attribute_Name('Source_System_Code'));

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'));
1895: OE_MSG_PUB.Add;
1896: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1897:
1898: END IF;

Line 1949: OE_Order_Util.Get_Attribute_Name('Benefit_Qty'));

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'));
1950: OE_MSG_PUB.Add;
1951: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1952:
1953: END IF;

Line 2004: OE_Order_Util.Get_Attribute_Name('Benefit_UOM_Code'));

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'));
2005: OE_MSG_PUB.Add;
2006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2007:
2008: END IF;

Line 2059: OE_Order_Util.Get_Attribute_Name('Print_On_Invoice_Flag'));

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'));
2060: OE_MSG_PUB.Add;
2061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2062:
2063: END IF;

Line 2114: OE_Order_Util.Get_Attribute_Name('Expiration_Date'));

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'));
2115: OE_MSG_PUB.Add;
2116: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2117:
2118: END IF;

Line 2169: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Type_Code'));

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'));
2170: OE_MSG_PUB.Add;
2171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2172:
2173: END IF;

Line 2224: OE_Order_Util.Get_Attribute_Name('Rebate_Transaction_Reference'));

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'));
2225: OE_MSG_PUB.Add;
2226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2227:
2228: END IF;

Line 2279: OE_Order_Util.Get_Attribute_Name('Rebate_Payment_System_Code'));

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'));
2280: OE_MSG_PUB.Add;
2281: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2282:
2283: END IF;

Line 2334: OE_Order_Util.Get_Attribute_Name('Redeemed_Date'));

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'));
2335: OE_MSG_PUB.Add;
2336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2337:
2338: END IF;

Line 2389: OE_Order_Util.Get_Attribute_Name('Redeemed_Flag'));

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'));
2390: OE_MSG_PUB.Add;
2391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2392:
2393: END IF;

Line 2444: OE_Order_Util.Get_Attribute_Name('Accrual_Flag'));

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'));
2445: OE_MSG_PUB.Add;
2446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2447:
2448: END IF;

Line 2499: OE_Order_Util.Get_Attribute_Name('range_break_quantity'));

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'));
2500: OE_MSG_PUB.Add;
2501: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2502:
2503: END IF;

Line 2554: OE_Order_Util.Get_Attribute_Name('accrual_conversion_rate'));

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'));
2555: OE_MSG_PUB.Add;
2556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2557:
2558: END IF;

Line 2609: OE_Order_Util.Get_Attribute_Name('pricing_group_sequence'));

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'));
2610: OE_MSG_PUB.Add;
2611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2612:
2613: END IF;

Line 2664: OE_Order_Util.Get_Attribute_Name('modifier_level_code'));

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'));
2665: OE_MSG_PUB.Add;
2666: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2667:
2668: END IF;

Line 2719: OE_Order_Util.Get_Attribute_Name('price_break_type_code'));

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'));
2720: OE_MSG_PUB.Add;
2721: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2722:
2723: END IF;

Line 2774: OE_Order_Util.Get_Attribute_Name('substitution_attribute'));

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'));
2775: OE_MSG_PUB.Add;
2776: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2777:
2778: END IF;

Line 2829: OE_Order_Util.Get_Attribute_Name('proration_type_code'));

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'));
2830: OE_MSG_PUB.Add;
2831: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2832:
2833: END IF;

Line 2885: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));

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'));
2886: OE_MSG_PUB.Add;
2887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2888:
2889: END IF;

Line 2943: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));

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'));
2944: OE_MSG_PUB.Add;
2945: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2946:
2947: END IF;

Line 3001: OE_Order_Util.Get_Attribute_Name('created_by'));

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'));
3002: OE_MSG_PUB.Add;
3003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3004:
3005: END IF;

Line 3058: OE_Order_Util.Get_Attribute_Name('creation_date'));

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'));
3059: OE_MSG_PUB.Add;
3060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3061:
3062: END IF;

Line 3117: OE_Order_Util.Get_Attribute_Name('override_flag'));

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'));
3118: OE_MSG_PUB.Add;
3119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3120:
3121: END IF;

Line 3175: OE_Order_Util.Get_Attribute_Name('request_date'));

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'));
3176: OE_MSG_PUB.Add;
3177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3178:
3179: END IF;