DBA Data[Home] [Help]

APPS.OE_VALIDATE dependencies on OE_MSG_PUB

Line 587: OE_MSG_PUB.Add;

583: -- dictionary stack. Then, add it to the API message list.
584:
585: FND_MESSAGE.Set_Encoded(FND_FLEX_DESCVAL.Encoded_Error_Message);
586:
587: OE_MSG_PUB.Add;
588:
589: -- Derive return status.
590:
591: IF FND_FLEX_DESCVAL.unsupported_error

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

642:
643: WHEN NO_DATA_FOUND THEN
644:
645:
646: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
647: THEN
648:
649: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
650:

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

645:
646: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
647: THEN
648:
649: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'HEADER_ID');
650:
651: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
652: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
653: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));

Line 654: OE_MSG_PUB.Add;

650:
651: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
652: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
653: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
654: OE_MSG_PUB.Add;
655: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
656:
657: END IF;
658:

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

651: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
652: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
653: OE_Order_Util.Get_Attribute_Name('HEADER_ID'));
654: OE_MSG_PUB.Add;
655: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
656:
657: END IF;
658:
659:

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

660: RETURN FALSE;
661:
662: WHEN OTHERS THEN
663:
664: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
665: THEN
666: OE_MSG_PUB.Add_Exc_Msg
667: ( G_PKG_NAME
668: , 'Header'

Line 666: OE_MSG_PUB.Add_Exc_Msg

662: WHEN OTHERS THEN
663:
664: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
665: THEN
666: OE_MSG_PUB.Add_Exc_Msg
667: ( G_PKG_NAME
668: , 'Header'
669: );
670: END IF;

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

696: EXCEPTION
697:
698: WHEN NO_DATA_FOUND THEN
699:
700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
701: THEN
702:
703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORG_ID');
704:

Line 703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORG_ID');

699:
700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
701: THEN
702:
703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORG_ID');
704:
705: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
707: OE_Order_Util.Get_Attribute_Name('ORG_ID'));

Line 708: OE_MSG_PUB.Add;

704:
705: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
707: OE_Order_Util.Get_Attribute_Name('ORG_ID'));
708: OE_MSG_PUB.Add;
709:
710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
711:
712: END IF;

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

706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
707: OE_Order_Util.Get_Attribute_Name('ORG_ID'));
708: OE_MSG_PUB.Add;
709:
710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
711:
712: END IF;
713:
714: RETURN FALSE;

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

714: RETURN FALSE;
715:
716: WHEN OTHERS THEN
717:
718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
719: THEN
720: OE_MSG_PUB.Add_Exc_Msg
721: ( G_PKG_NAME
722: , 'Org'

Line 720: OE_MSG_PUB.Add_Exc_Msg

716: WHEN OTHERS THEN
717:
718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
719: THEN
720: OE_MSG_PUB.Add_Exc_Msg
721: ( G_PKG_NAME
722: , 'Org'
723: );
724: END IF;

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

784: EXCEPTION
785:
786: WHEN NO_DATA_FOUND THEN
787:
788: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
789: THEN
790:
791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_TYPE_ID');
792:

Line 791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_TYPE_ID');

787:
788: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
789: THEN
790:
791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_TYPE_ID');
792:
793: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
794: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
795: OE_Order_Util.Get_Attribute_Name('ORDER_TYPE_ID'));

Line 796: OE_MSG_PUB.Add;

792:
793: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
794: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
795: OE_Order_Util.Get_Attribute_Name('ORDER_TYPE_ID'));
796: OE_MSG_PUB.Add;
797:
798: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
799:
800:

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

794: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
795: OE_Order_Util.Get_Attribute_Name('ORDER_TYPE_ID'));
796: OE_MSG_PUB.Add;
797:
798: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
799:
800:
801: END IF;
802:

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

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

Line 809: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 883: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_NUMBER');

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

Line 889: OE_MSG_PUB.Add;

885: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
886: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
887: OE_Order_Util.Get_Attribute_Name('ORDER_NUMBER'));
888:
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_TOKEN('ATTRIBUTE',
887: OE_Order_Util.Get_Attribute_Name('ORDER_NUMBER'));
888:
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: , 'Order_Number'

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: , 'Order_Number'
904: );
905: END IF;

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

933: EXCEPTION
934:
935: WHEN NO_DATA_FOUND THEN
936:
937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
938: THEN
939:
940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VERSION_NUMBER');
941:

Line 940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VERSION_NUMBER');

936:
937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
938: THEN
939:
940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VERSION_NUMBER');
941:
942: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
943: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
944: OE_Order_Util.Get_Attribute_Name('VERSION_NUMBER'));

Line 945: OE_MSG_PUB.Add;

941:
942: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
943: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
944: OE_Order_Util.Get_Attribute_Name('VERSION_NUMBER'));
945: OE_MSG_PUB.Add;
946: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
947:
948: END IF;
949:

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

942: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
943: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
944: OE_Order_Util.Get_Attribute_Name('VERSION_NUMBER'));
945: OE_MSG_PUB.Add;
946: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
947:
948: END IF;
949:
950:

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

951: RETURN FALSE;
952:
953: WHEN OTHERS THEN
954:
955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
956: THEN
957: OE_MSG_PUB.Add_Exc_Msg
958: ( G_PKG_NAME
959: , 'Version_Number'

Line 957: OE_MSG_PUB.Add_Exc_Msg

953: WHEN OTHERS THEN
954:
955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
956: THEN
957: OE_MSG_PUB.Add_Exc_Msg
958: ( G_PKG_NAME
959: , 'Version_Number'
960: );
961: END IF;

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

988: EXCEPTION
989:
990: WHEN NO_DATA_FOUND THEN
991:
992: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
993: THEN
994:
995: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPIRATION_DATE');
996:

Line 995: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPIRATION_DATE');

991:
992: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
993: THEN
994:
995: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPIRATION_DATE');
996:
997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
999: OE_Order_Util.Get_Attribute_Name('EXPIRATION_DATE'));

Line 1000: OE_MSG_PUB.Add;

996:
997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
999: OE_Order_Util.Get_Attribute_Name('EXPIRATION_DATE'));
1000: OE_MSG_PUB.Add;
1001: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1002:
1003: END IF;
1004:

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

997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
999: OE_Order_Util.Get_Attribute_Name('EXPIRATION_DATE'));
1000: OE_MSG_PUB.Add;
1001: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1002:
1003: END IF;
1004:
1005:

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

1006: RETURN FALSE;
1007:
1008: WHEN OTHERS THEN
1009:
1010: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1011: THEN
1012: OE_MSG_PUB.Add_Exc_Msg
1013: ( G_PKG_NAME
1014: , 'Expiration_Date'

Line 1012: OE_MSG_PUB.Add_Exc_Msg

1008: WHEN OTHERS THEN
1009:
1010: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1011: THEN
1012: OE_MSG_PUB.Add_Exc_Msg
1013: ( G_PKG_NAME
1014: , 'Expiration_Date'
1015: );
1016: END IF;

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

1046: EXCEPTION
1047:
1048: WHEN NO_DATA_FOUND THEN
1049:
1050: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1051: THEN
1052:
1053: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_SOURCE_ID');
1054:

Line 1053: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_SOURCE_ID');

1049:
1050: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1051: THEN
1052:
1053: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_SOURCE_ID');
1054:
1055: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1056: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1057: OE_Order_Util.Get_Attribute_Name('order_source'));

Line 1058: OE_MSG_PUB.Add;

1054:
1055: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1056: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1057: OE_Order_Util.Get_Attribute_Name('order_source'));
1058: OE_MSG_PUB.Add;
1059: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1060:
1061: END IF;
1062:

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

1055: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1056: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1057: OE_Order_Util.Get_Attribute_Name('order_source'));
1058: OE_MSG_PUB.Add;
1059: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1060:
1061: END IF;
1062:
1063:

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

1064: RETURN FALSE;
1065:
1066: WHEN OTHERS THEN
1067:
1068: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1069: THEN
1070: OE_MSG_PUB.Add_Exc_Msg
1071: ( G_PKG_NAME
1072: , 'Order_Source'

Line 1070: OE_MSG_PUB.Add_Exc_Msg

1066: WHEN OTHERS THEN
1067:
1068: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1069: THEN
1070: OE_MSG_PUB.Add_Exc_Msg
1071: ( G_PKG_NAME
1072: , 'Order_Source'
1073: );
1074: END IF;

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

1103: EXCEPTION
1104:
1105: WHEN NO_DATA_FOUND THEN
1106:
1107: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1108: THEN
1109: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_TYPE_ID');
1110:
1111: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 1109: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_TYPE_ID');

1105: WHEN NO_DATA_FOUND THEN
1106:
1107: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1108: THEN
1109: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_TYPE_ID');
1110:
1111: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1112: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1113: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_TYPE_ID'));

Line 1114: OE_MSG_PUB.Add;

1110:
1111: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1112: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1113: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_TYPE_ID'));
1114: OE_MSG_PUB.Add;
1115: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1116:
1117: END IF;
1118:

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

1111: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1112: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1113: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_TYPE_ID'));
1114: OE_MSG_PUB.Add;
1115: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1116:
1117: END IF;
1118:
1119:

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

1120: RETURN FALSE;
1121:
1122: WHEN OTHERS THEN
1123:
1124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1125: THEN
1126: OE_MSG_PUB.Add_Exc_Msg
1127: ( G_PKG_NAME
1128: , 'Source_Document_Type'

Line 1126: OE_MSG_PUB.Add_Exc_Msg

1122: WHEN OTHERS THEN
1123:
1124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1125: THEN
1126: OE_MSG_PUB.Add_Exc_Msg
1127: ( G_PKG_NAME
1128: , 'Source_Document_Type'
1129: );
1130: END IF;

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

1163: EXCEPTION
1164:
1165: WHEN NO_DATA_FOUND THEN
1166:
1167: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1168: THEN
1169:
1170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_TYPE_CODE');
1171:

Line 1170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_TYPE_CODE');

1166:
1167: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1168: THEN
1169:
1170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_TYPE_CODE');
1171:
1172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1174: OE_Order_Util.Get_Attribute_Name('SOURCE_TYPE_CODE'));

Line 1175: OE_MSG_PUB.Add;

1171:
1172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1174: OE_Order_Util.Get_Attribute_Name('SOURCE_TYPE_CODE'));
1175: OE_MSG_PUB.Add;
1176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1177:
1178: END IF;
1179:

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

1172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1174: OE_Order_Util.Get_Attribute_Name('SOURCE_TYPE_CODE'));
1175: OE_MSG_PUB.Add;
1176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1177:
1178: END IF;
1179:
1180:

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

1181: RETURN FALSE;
1182:
1183: WHEN OTHERS THEN
1184:
1185: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1186: THEN
1187: OE_MSG_PUB.Add_Exc_Msg
1188: ( G_PKG_NAME
1189: , 'Source_Type'

Line 1187: OE_MSG_PUB.Add_Exc_Msg

1183: WHEN OTHERS THEN
1184:
1185: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1186: THEN
1187: OE_MSG_PUB.Add_Exc_Msg
1188: ( G_PKG_NAME
1189: , 'Source_Type'
1190: );
1191: END IF;

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

1219: EXCEPTION
1220:
1221: WHEN NO_DATA_FOUND THEN
1222:
1223: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1224: THEN
1225:
1226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_ID');
1227:

Line 1226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_ID');

1222:
1223: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1224: THEN
1225:
1226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_ID');
1227:
1228: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1229: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1230: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_ID'));

Line 1231: OE_MSG_PUB.Add;

1227:
1228: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1229: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1230: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_ID'));
1231: OE_MSG_PUB.Add;
1232: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1233:
1234: END IF;
1235:

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

1228: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1229: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1230: OE_Order_Util.Get_Attribute_Name('SOURCE_DOCUMENT_ID'));
1231: OE_MSG_PUB.Add;
1232: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1233:
1234: END IF;
1235:
1236:

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

1237: RETURN FALSE;
1238:
1239: WHEN OTHERS THEN
1240:
1241: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1242: THEN
1243: OE_MSG_PUB.Add_Exc_Msg
1244: ( G_PKG_NAME
1245: , 'Source_Document'

Line 1243: OE_MSG_PUB.Add_Exc_Msg

1239: WHEN OTHERS THEN
1240:
1241: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1242: THEN
1243: OE_MSG_PUB.Add_Exc_Msg
1244: ( G_PKG_NAME
1245: , 'Source_Document'
1246: );
1247: END IF;

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

1275: EXCEPTION
1276:
1277: WHEN NO_DATA_FOUND THEN
1278:
1279: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1280: THEN
1281:
1282: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_DOCUMENT_REF');
1283:

Line 1282: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_DOCUMENT_REF');

1278:
1279: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1280: THEN
1281:
1282: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_DOCUMENT_REF');
1283:
1284: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1285: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1286: OE_Order_Util.Get_Attribute_Name('orig_sys_document_ref'));

Line 1287: OE_MSG_PUB.Add;

1283:
1284: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1285: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1286: OE_Order_Util.Get_Attribute_Name('orig_sys_document_ref'));
1287: OE_MSG_PUB.Add;
1288: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1289:
1290: END IF;
1291:

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

1284: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1285: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1286: OE_Order_Util.Get_Attribute_Name('orig_sys_document_ref'));
1287: OE_MSG_PUB.Add;
1288: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1289:
1290: END IF;
1291:
1292:

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

1293: RETURN FALSE;
1294:
1295: WHEN OTHERS THEN
1296:
1297: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1298: THEN
1299: OE_MSG_PUB.Add_Exc_Msg
1300: ( G_PKG_NAME
1301: , 'Orig_Sys_Document_Ref'

Line 1299: OE_MSG_PUB.Add_Exc_Msg

1295: WHEN OTHERS THEN
1296:
1297: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1298: THEN
1299: OE_MSG_PUB.Add_Exc_Msg
1300: ( G_PKG_NAME
1301: , 'Orig_Sys_Document_Ref'
1302: );
1303: END IF;

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

1331: EXCEPTION
1332:
1333: WHEN NO_DATA_FOUND THEN
1334:
1335: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1336: THEN
1337:
1338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_ORDERED');
1339:

Line 1338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_ORDERED');

1334:
1335: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1336: THEN
1337:
1338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_ORDERED');
1339:
1340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1342: OE_Order_Util.Get_Attribute_Name('date_ordered'));

Line 1343: OE_MSG_PUB.Add;

1339:
1340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1342: OE_Order_Util.Get_Attribute_Name('date_ordered'));
1343: OE_MSG_PUB.Add;
1344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1345:
1346: END IF;
1347:

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

1340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1342: OE_Order_Util.Get_Attribute_Name('date_ordered'));
1343: OE_MSG_PUB.Add;
1344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1345:
1346: END IF;
1347:
1348:

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

1349: RETURN FALSE;
1350:
1351: WHEN OTHERS THEN
1352:
1353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1354: THEN
1355: OE_MSG_PUB.Add_Exc_Msg
1356: ( G_PKG_NAME
1357: , 'Date_Ordered'

Line 1355: OE_MSG_PUB.Add_Exc_Msg

1351: WHEN OTHERS THEN
1352:
1353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1354: THEN
1355: OE_MSG_PUB.Add_Exc_Msg
1356: ( G_PKG_NAME
1357: , 'Date_Ordered'
1358: );
1359: END IF;

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

1386: EXCEPTION
1387:
1388: WHEN NO_DATA_FOUND THEN
1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1391: THEN
1392:
1393: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_REQUESTED');
1394:

Line 1393: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_REQUESTED');

1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1391: THEN
1392:
1393: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_REQUESTED');
1394:
1395: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1396: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1397: OE_Order_Util.Get_Attribute_Name('date_requested'));

Line 1398: OE_MSG_PUB.Add;

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

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

1395: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1396: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1397: OE_Order_Util.Get_Attribute_Name('date_requested'));
1398: OE_MSG_PUB.Add;
1399: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1400:
1401: END IF;
1402:
1403:

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

1404: RETURN FALSE;
1405:
1406: WHEN OTHERS THEN
1407:
1408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: OE_MSG_PUB.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Date_Requested'

Line 1410: OE_MSG_PUB.Add_Exc_Msg

1406: WHEN OTHERS THEN
1407:
1408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: OE_MSG_PUB.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Date_Requested'
1413: );
1414: END IF;

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

1449: EXCEPTION
1450:
1451: WHEN NO_DATA_FOUND THEN
1452:
1453: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1454: THEN
1455:
1456: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_PRIORITY_CODE');
1457:

Line 1456: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_PRIORITY_CODE');

1452:
1453: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1454: THEN
1455:
1456: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_PRIORITY_CODE');
1457:
1458: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1459: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1460: OE_Order_Util.Get_Attribute_Name('shipment_priority_code'));

Line 1461: OE_MSG_PUB.Add;

1457:
1458: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1459: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1460: OE_Order_Util.Get_Attribute_Name('shipment_priority_code'));
1461: OE_MSG_PUB.Add;
1462: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1463:
1464: END IF;
1465:

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

1458: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1459: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1460: OE_Order_Util.Get_Attribute_Name('shipment_priority_code'));
1461: OE_MSG_PUB.Add;
1462: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1463:
1464: END IF;
1465:
1466:

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

1467: RETURN FALSE;
1468:
1469: WHEN OTHERS THEN
1470:
1471: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1472: THEN
1473: OE_MSG_PUB.Add_Exc_Msg
1474: ( G_PKG_NAME
1475: , 'Shipment_Priority'

Line 1473: OE_MSG_PUB.Add_Exc_Msg

1469: WHEN OTHERS THEN
1470:
1471: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1472: THEN
1473: OE_MSG_PUB.Add_Exc_Msg
1474: ( G_PKG_NAME
1475: , 'Shipment_Priority'
1476: );
1477: END IF;

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

1511: EXCEPTION
1512:
1513: WHEN NO_DATA_FOUND THEN
1514:
1515: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1516: THEN
1517:
1518: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_CLASS_CODE');
1519:

Line 1518: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_CLASS_CODE');

1514:
1515: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1516: THEN
1517:
1518: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_CLASS_CODE');
1519:
1520: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1521: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1522: OE_Order_Util.Get_Attribute_Name('demand_class_code'));

Line 1523: OE_MSG_PUB.Add;

1519:
1520: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1521: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1522: OE_Order_Util.Get_Attribute_Name('demand_class_code'));
1523: OE_MSG_PUB.Add;
1524: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1525:
1526: END IF;
1527:

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

1520: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1521: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1522: OE_Order_Util.Get_Attribute_Name('demand_class_code'));
1523: OE_MSG_PUB.Add;
1524: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1525:
1526: END IF;
1527:
1528:

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

1529: RETURN FALSE;
1530:
1531: WHEN OTHERS THEN
1532:
1533: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1534: THEN
1535: OE_MSG_PUB.Add_Exc_Msg
1536: ( G_PKG_NAME
1537: , 'Demand_Class'

Line 1535: OE_MSG_PUB.Add_Exc_Msg

1531: WHEN OTHERS THEN
1532:
1533: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1534: THEN
1535: OE_MSG_PUB.Add_Exc_Msg
1536: ( G_PKG_NAME
1537: , 'Demand_Class'
1538: );
1539: END IF;

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

1592: EXCEPTION
1593:
1594: WHEN NO_DATA_FOUND THEN
1595:
1596: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1597: THEN
1598:
1599: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_LIST_ID');
1600:

Line 1599: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_LIST_ID');

1595:
1596: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1597: THEN
1598:
1599: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_LIST_ID');
1600:
1601: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1602: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1603: OE_Order_Util.Get_Attribute_Name('price_list_id'));

Line 1604: OE_MSG_PUB.Add;

1600:
1601: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1602: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1603: OE_Order_Util.Get_Attribute_Name('price_list_id'));
1604: OE_MSG_PUB.Add;
1605: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1606:
1607: END IF;
1608:

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

1601: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1602: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1603: OE_Order_Util.Get_Attribute_Name('price_list_id'));
1604: OE_MSG_PUB.Add;
1605: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1606:
1607: END IF;
1608:
1609:

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

1610: RETURN FALSE;
1611:
1612: WHEN OTHERS THEN
1613:
1614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1615: THEN
1616: OE_MSG_PUB.Add_Exc_Msg
1617: ( G_PKG_NAME
1618: , 'Price_List'

Line 1616: OE_MSG_PUB.Add_Exc_Msg

1612: WHEN OTHERS THEN
1613:
1614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1615: THEN
1616: OE_MSG_PUB.Add_Exc_Msg
1617: ( G_PKG_NAME
1618: , 'Price_List'
1619: );
1620: 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 => 'TAX_EXEMPT_FLAG');
1663:

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

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 => 'TAX_EXEMPT_FLAG');
1663:
1664: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1665: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1666: OE_Order_Util.Get_Attribute_Name('tax_exempt_flag'));

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('tax_exempt_flag'));
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('tax_exempt_flag'));
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: , 'Tax_Exempt'

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: , 'Tax_Exempt'
1682: );
1683: END IF;

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

1710: EXCEPTION
1711:
1712: WHEN NO_DATA_FOUND THEN
1713:
1714: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1715: THEN
1716:
1717: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_EXEMPT_NUMBER');
1718:

Line 1717: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_EXEMPT_NUMBER');

1713:
1714: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1715: THEN
1716:
1717: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_EXEMPT_NUMBER');
1718:
1719: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1720: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1721: OE_Order_Util.Get_Attribute_Name('tax_exempt_number'));

Line 1722: OE_MSG_PUB.Add;

1718:
1719: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1720: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1721: OE_Order_Util.Get_Attribute_Name('tax_exempt_number'));
1722: OE_MSG_PUB.Add;
1723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1724:
1725: END IF;
1726:

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

1719: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1720: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1721: OE_Order_Util.Get_Attribute_Name('tax_exempt_number'));
1722: OE_MSG_PUB.Add;
1723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1724:
1725: END IF;
1726:
1727:

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

1728: RETURN FALSE;
1729:
1730: WHEN OTHERS THEN
1731:
1732: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1733: THEN
1734: OE_MSG_PUB.Add_Exc_Msg
1735: ( G_PKG_NAME
1736: , 'Tax_Exempt_Number'

Line 1734: OE_MSG_PUB.Add_Exc_Msg

1730: WHEN OTHERS THEN
1731:
1732: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1733: THEN
1734: OE_MSG_PUB.Add_Exc_Msg
1735: ( G_PKG_NAME
1736: , 'Tax_Exempt_Number'
1737: );
1738: 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 => 'TAX_EXEMPT_REASON_CODE');
1780:

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

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 => 'TAX_EXEMPT_REASON_CODE');
1780:
1781: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
1782: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1783: OE_Order_Util.Get_Attribute_Name('tax_exempt_reason_code'));

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

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

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

Line 1797: OE_MSG_PUB.Add_Exc_Msg

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

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

1830: EXCEPTION
1831:
1832: WHEN NO_DATA_FOUND THEN
1833:
1834: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1835: THEN
1836:
1837: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_RATE');
1838:

Line 1837: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_RATE');

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

Line 1842: OE_MSG_PUB.Add;

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

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

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

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

1848: RETURN FALSE;
1849:
1850: WHEN OTHERS THEN
1851:
1852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1853: THEN
1854: OE_MSG_PUB.Add_Exc_Msg
1855: ( G_PKG_NAME
1856: , 'Conversion_Rate'

Line 1854: OE_MSG_PUB.Add_Exc_Msg

1850: WHEN OTHERS THEN
1851:
1852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1853: THEN
1854: OE_MSG_PUB.Add_Exc_Msg
1855: ( G_PKG_NAME
1856: , 'Conversion_Rate'
1857: );
1858: END IF;

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

1881: EXCEPTION
1882:
1883: WHEN NO_DATA_FOUND THEN
1884:
1885: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1886: THEN
1887:
1888: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_PREFERENCE_SET_CODE');
1889:

Line 1888: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_PREFERENCE_SET_CODE');

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

Line 1893: OE_MSG_PUB.Add;

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

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

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

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

1899: RETURN FALSE;
1900:
1901: WHEN OTHERS THEN
1902:
1903: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1904: THEN
1905: OE_MSG_PUB.Add_Exc_Msg
1906: ( G_PKG_NAME
1907: , 'CUSTOMER_PREFERENCE_SET'

Line 1905: OE_MSG_PUB.Add_Exc_Msg

1901: WHEN OTHERS THEN
1902:
1903: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1904: THEN
1905: OE_MSG_PUB.Add_Exc_Msg
1906: ( G_PKG_NAME
1907: , 'CUSTOMER_PREFERENCE_SET'
1908: );
1909: END IF;

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

1936: EXCEPTION
1937:
1938: WHEN NO_DATA_FOUND THEN
1939:
1940: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1941: THEN
1942:
1943: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_TYPE_CODE');
1944:

Line 1943: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_TYPE_CODE');

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

Line 1948: OE_MSG_PUB.Add;

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

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

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

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

1954: RETURN FALSE;
1955:
1956: WHEN OTHERS THEN
1957:
1958: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1959: THEN
1960: OE_MSG_PUB.Add_Exc_Msg
1961: ( G_PKG_NAME
1962: , 'Conversion_Type'

Line 1960: OE_MSG_PUB.Add_Exc_Msg

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

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

1990: EXCEPTION
1991:
1992: WHEN NO_DATA_FOUND THEN
1993:
1994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1995: THEN
1996:
1997: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_RATE_DATE');
1998:

Line 1997: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_RATE_DATE');

1993:
1994: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1995: THEN
1996:
1997: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_RATE_DATE');
1998:
1999: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2000: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2001: OE_Order_Util.Get_Attribute_Name('conversion_rate_date'));

Line 2002: OE_MSG_PUB.Add;

1998:
1999: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2000: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2001: OE_Order_Util.Get_Attribute_Name('conversion_rate_date'));
2002: OE_MSG_PUB.Add;
2003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2004:
2005: END IF;
2006:

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

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

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

2008: RETURN FALSE;
2009:
2010: WHEN OTHERS THEN
2011:
2012: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2013: THEN
2014: OE_MSG_PUB.Add_Exc_Msg
2015: ( G_PKG_NAME
2016: , 'Conversion_Rate_Date'

Line 2014: OE_MSG_PUB.Add_Exc_Msg

2010: WHEN OTHERS THEN
2011:
2012: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2013: THEN
2014: OE_MSG_PUB.Add_Exc_Msg
2015: ( G_PKG_NAME
2016: , 'Conversion_Rate_Date'
2017: );
2018: END IF;

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

2051: EXCEPTION
2052:
2053: WHEN NO_DATA_FOUND THEN
2054:
2055: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2056: THEN
2057:
2058: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARTIAL_SHIPMENTS_ALLOWED');
2059:

Line 2058: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARTIAL_SHIPMENTS_ALLOWED');

2054:
2055: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2056: THEN
2057:
2058: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARTIAL_SHIPMENTS_ALLOWED');
2059:
2060: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2061: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2062: OE_Order_Util.Get_Attribute_Name('partial_shipments_allowed'));

Line 2063: OE_MSG_PUB.Add;

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

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

2060: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2061: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2062: OE_Order_Util.Get_Attribute_Name('partial_shipments_allowed'));
2063: OE_MSG_PUB.Add;
2064: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2065:
2066: END IF;
2067:
2068:

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

2069: RETURN FALSE;
2070:
2071: WHEN OTHERS THEN
2072:
2073: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2074: THEN
2075: OE_MSG_PUB.Add_Exc_Msg
2076: ( G_PKG_NAME
2077: , 'Partial_Shipments_Allowed'

Line 2075: OE_MSG_PUB.Add_Exc_Msg

2071: WHEN OTHERS THEN
2072:
2073: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2074: THEN
2075: OE_MSG_PUB.Add_Exc_Msg
2076: ( G_PKG_NAME
2077: , 'Partial_Shipments_Allowed'
2078: );
2079: END IF;

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

2107: EXCEPTION
2108:
2109: WHEN NO_DATA_FOUND THEN
2110:
2111: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2112: THEN
2113:
2114: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_ABOVE');
2115:

Line 2114: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_ABOVE');

2110:
2111: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2112: THEN
2113:
2114: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_ABOVE');
2115:
2116: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2117: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2118: OE_Order_Util.Get_Attribute_Name('ship_tolerance_above'));

Line 2119: OE_MSG_PUB.Add;

2115:
2116: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2117: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2118: OE_Order_Util.Get_Attribute_Name('ship_tolerance_above'));
2119: OE_MSG_PUB.Add;
2120: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2121:
2122: END IF;
2123:

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

2116: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2117: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2118: OE_Order_Util.Get_Attribute_Name('ship_tolerance_above'));
2119: OE_MSG_PUB.Add;
2120: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2121:
2122: END IF;
2123:
2124:

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

2125: RETURN FALSE;
2126:
2127: WHEN OTHERS THEN
2128:
2129: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2130: THEN
2131: OE_MSG_PUB.Add_Exc_Msg
2132: ( G_PKG_NAME
2133: , 'Ship_Tolerance_Above'

Line 2131: OE_MSG_PUB.Add_Exc_Msg

2127: WHEN OTHERS THEN
2128:
2129: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2130: THEN
2131: OE_MSG_PUB.Add_Exc_Msg
2132: ( G_PKG_NAME
2133: , 'Ship_Tolerance_Above'
2134: );
2135: END IF;

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

2163: EXCEPTION
2164:
2165: WHEN NO_DATA_FOUND THEN
2166:
2167: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2168: THEN
2169:
2170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_BELOW');
2171:

Line 2170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_BELOW');

2166:
2167: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2168: THEN
2169:
2170: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TOLERANCE_BELOW');
2171:
2172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2174: OE_Order_Util.Get_Attribute_Name('ship_tolerance_below'));

Line 2175: OE_MSG_PUB.Add;

2171:
2172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2174: OE_Order_Util.Get_Attribute_Name('ship_tolerance_below'));
2175: OE_MSG_PUB.Add;
2176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2177:
2178: END IF;
2179:

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

2172: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2173: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2174: OE_Order_Util.Get_Attribute_Name('ship_tolerance_below'));
2175: OE_MSG_PUB.Add;
2176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2177:
2178: END IF;
2179:
2180:

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

2181: RETURN FALSE;
2182:
2183: WHEN OTHERS THEN
2184:
2185: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2186: THEN
2187: OE_MSG_PUB.Add_Exc_Msg
2188: ( G_PKG_NAME
2189: , 'Ship_Tolerance_Below'

Line 2187: OE_MSG_PUB.Add_Exc_Msg

2183: WHEN OTHERS THEN
2184:
2185: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2186: THEN
2187: OE_MSG_PUB.Add_Exc_Msg
2188: ( G_PKG_NAME
2189: , 'Ship_Tolerance_Below'
2190: );
2191: END IF;

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

2223: EXCEPTION
2224:
2225: WHEN NO_DATA_FOUND THEN
2226:
2227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2228: THEN
2229:
2230: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPABLE_FLAG');
2231:

Line 2230: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPABLE_FLAG');

2226:
2227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2228: THEN
2229:
2230: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPABLE_FLAG');
2231:
2232: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2233: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2234: OE_Order_Util.Get_Attribute_Name('shippable_flag'));

Line 2235: OE_MSG_PUB.Add;

2231:
2232: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2233: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2234: OE_Order_Util.Get_Attribute_Name('shippable_flag'));
2235: OE_MSG_PUB.Add;
2236: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2237:
2238: END IF;
2239:

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

2232: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2233: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2234: OE_Order_Util.Get_Attribute_Name('shippable_flag'));
2235: OE_MSG_PUB.Add;
2236: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2237:
2238: END IF;
2239:
2240:

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

2241: RETURN FALSE;
2242:
2243: WHEN OTHERS THEN
2244:
2245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2246: THEN
2247: OE_MSG_PUB.Add_Exc_Msg
2248: ( G_PKG_NAME
2249: , 'Shippable'

Line 2247: OE_MSG_PUB.Add_Exc_Msg

2243: WHEN OTHERS THEN
2244:
2245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2246: THEN
2247: OE_MSG_PUB.Add_Exc_Msg
2248: ( G_PKG_NAME
2249: , 'Shippable'
2250: );
2251: END IF;

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

2283: EXCEPTION
2284:
2285: WHEN NO_DATA_FOUND THEN
2286:
2287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2288: THEN
2289:
2290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INTERFACED_FLAG');
2291:

Line 2290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INTERFACED_FLAG');

2286:
2287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2288: THEN
2289:
2290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INTERFACED_FLAG');
2291:
2292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2294: OE_Order_Util.Get_Attribute_Name('shipping_interfaced_flag'));

Line 2295: OE_MSG_PUB.Add;

2291:
2292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2294: OE_Order_Util.Get_Attribute_Name('shipping_interfaced_flag'));
2295: OE_MSG_PUB.Add;
2296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2297:
2298: END IF;
2299:

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

2292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2294: OE_Order_Util.Get_Attribute_Name('shipping_interfaced_flag'));
2295: OE_MSG_PUB.Add;
2296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2297:
2298: END IF;
2299:
2300:

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

2301: RETURN FALSE;
2302:
2303: WHEN OTHERS THEN
2304:
2305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2306: THEN
2307: OE_MSG_PUB.Add_Exc_Msg
2308: ( G_PKG_NAME
2309: , 'Shipping_Interfaced'

Line 2307: OE_MSG_PUB.Add_Exc_Msg

2303: WHEN OTHERS THEN
2304:
2305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2306: THEN
2307: OE_MSG_PUB.Add_Exc_Msg
2308: ( G_PKG_NAME
2309: , 'Shipping_Interfaced'
2310: );
2311: END IF;

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

2339: EXCEPTION
2340:
2341: WHEN NO_DATA_FOUND THEN
2342:
2343: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2344: THEN
2345:
2346: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INSTRUCTIONS');
2347:

Line 2346: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INSTRUCTIONS');

2342:
2343: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2344: THEN
2345:
2346: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_INSTRUCTIONS');
2347:
2348: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2349: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2350: OE_Order_Util.Get_Attribute_Name('shipping_instructions'));

Line 2351: OE_MSG_PUB.Add;

2347:
2348: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2349: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2350: OE_Order_Util.Get_Attribute_Name('shipping_instructions'));
2351: OE_MSG_PUB.Add;
2352: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2353:
2354: END IF;
2355:

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

2348: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2349: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2350: OE_Order_Util.Get_Attribute_Name('shipping_instructions'));
2351: OE_MSG_PUB.Add;
2352: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2353:
2354: END IF;
2355:
2356:

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

2357: RETURN FALSE;
2358:
2359: WHEN OTHERS THEN
2360:
2361: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2362: THEN
2363: OE_MSG_PUB.Add_Exc_Msg
2364: ( G_PKG_NAME
2365: , 'Shipping_Instructions'

Line 2363: OE_MSG_PUB.Add_Exc_Msg

2359: WHEN OTHERS THEN
2360:
2361: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2362: THEN
2363: OE_MSG_PUB.Add_Exc_Msg
2364: ( G_PKG_NAME
2365: , 'Shipping_Instructions'
2366: );
2367: END IF;

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

2396: EXCEPTION
2397:
2398: WHEN NO_DATA_FOUND THEN
2399:
2400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2401: THEN
2402:
2403: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAQCKING_INSTRUCTIONS');
2404:

Line 2403: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAQCKING_INSTRUCTIONS');

2399:
2400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2401: THEN
2402:
2403: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAQCKING_INSTRUCTIONS');
2404:
2405: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2406: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2407: OE_Order_Util.Get_Attribute_Name('packing_instructions'));

Line 2408: OE_MSG_PUB.Add;

2404:
2405: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2406: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2407: OE_Order_Util.Get_Attribute_Name('packing_instructions'));
2408: OE_MSG_PUB.Add;
2409: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2410:
2411: END IF;
2412:

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

2405: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2406: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2407: OE_Order_Util.Get_Attribute_Name('packing_instructions'));
2408: OE_MSG_PUB.Add;
2409: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2410:
2411: END IF;
2412:
2413:

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

2414: RETURN FALSE;
2415:
2416: WHEN OTHERS THEN
2417:
2418: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2419: THEN
2420: OE_MSG_PUB.Add_Exc_Msg
2421: ( G_PKG_NAME
2422: , 'Packing_Instructions'

Line 2420: OE_MSG_PUB.Add_Exc_Msg

2416: WHEN OTHERS THEN
2417:
2418: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2419: THEN
2420: OE_MSG_PUB.Add_Exc_Msg
2421: ( G_PKG_NAME
2422: , 'Packing_Instructions'
2423: );
2424: END IF;

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

2453: EXCEPTION
2454:
2455: WHEN NO_DATA_FOUND THEN
2456:
2457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2458: THEN
2459:
2460: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_SHIPMENT_TOLERANCE');
2461:

Line 2460: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_SHIPMENT_TOLERANCE');

2456:
2457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2458: THEN
2459:
2460: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_SHIPMENT_TOLERANCE');
2461:
2462: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2463: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2464: OE_Order_Util.Get_Attribute_Name('under_shipment_tolerance'));

Line 2465: OE_MSG_PUB.Add;

2461:
2462: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2463: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2464: OE_Order_Util.Get_Attribute_Name('under_shipment_tolerance'));
2465: OE_MSG_PUB.Add;
2466: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2467:
2468: END IF;
2469:

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

2462: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2463: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2464: OE_Order_Util.Get_Attribute_Name('under_shipment_tolerance'));
2465: OE_MSG_PUB.Add;
2466: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2467:
2468: END IF;
2469:
2470:

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

2471: RETURN FALSE;
2472:
2473: WHEN OTHERS THEN
2474:
2475: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2476: THEN
2477: OE_MSG_PUB.Add_Exc_Msg
2478: ( G_PKG_NAME
2479: , 'under_shipment_tolerance'

Line 2477: OE_MSG_PUB.Add_Exc_Msg

2473: WHEN OTHERS THEN
2474:
2475: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2476: THEN
2477: OE_MSG_PUB.Add_Exc_Msg
2478: ( G_PKG_NAME
2479: , 'under_shipment_tolerance'
2480: );
2481: END IF;

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

2508: EXCEPTION
2509:
2510: WHEN NO_DATA_FOUND THEN
2511:
2512: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2513: THEN
2514:
2515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIPMENT_TOLERANCE');
2516:

Line 2515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIPMENT_TOLERANCE');

2511:
2512: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2513: THEN
2514:
2515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIPMENT_TOLERANCE');
2516:
2517: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2518: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2519: OE_Order_Util.Get_Attribute_Name('over_shipment_tolerance'));

Line 2520: OE_MSG_PUB.Add;

2516:
2517: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2518: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2519: OE_Order_Util.Get_Attribute_Name('over_shipment_tolerance'));
2520: OE_MSG_PUB.Add;
2521: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2522:
2523: END IF;
2524:

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

2517: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2518: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2519: OE_Order_Util.Get_Attribute_Name('over_shipment_tolerance'));
2520: OE_MSG_PUB.Add;
2521: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2522:
2523: END IF;
2524:
2525:

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

2526: RETURN FALSE;
2527:
2528: WHEN OTHERS THEN
2529:
2530: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2531: THEN
2532: OE_MSG_PUB.Add_Exc_Msg
2533: ( G_PKG_NAME
2534: , 'over_shipment_tolerance'

Line 2532: OE_MSG_PUB.Add_Exc_Msg

2528: WHEN OTHERS THEN
2529:
2530: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2531: THEN
2532: OE_MSG_PUB.Add_Exc_Msg
2533: ( G_PKG_NAME
2534: , 'over_shipment_tolerance'
2535: );
2536: END IF;

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

2563: EXCEPTION
2564:
2565: WHEN NO_DATA_FOUND THEN
2566:
2567: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2568: THEN
2569:
2570: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_RETURN_TOLERANCE');
2571:

Line 2570: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_RETURN_TOLERANCE');

2566:
2567: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2568: THEN
2569:
2570: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_RETURN_TOLERANCE');
2571:
2572: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2573: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2574: OE_Order_Util.Get_Attribute_Name('over_return_tolerance'));

Line 2575: OE_MSG_PUB.Add;

2571:
2572: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2573: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2574: OE_Order_Util.Get_Attribute_Name('over_return_tolerance'));
2575: OE_MSG_PUB.Add;
2576: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2577:
2578: END IF;
2579:

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

2572: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2573: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2574: OE_Order_Util.Get_Attribute_Name('over_return_tolerance'));
2575: OE_MSG_PUB.Add;
2576: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2577:
2578: END IF;
2579:
2580:

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

2581: RETURN FALSE;
2582:
2583: WHEN OTHERS THEN
2584:
2585: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2586: THEN
2587: OE_MSG_PUB.Add_Exc_Msg
2588: ( G_PKG_NAME
2589: , 'over_return_tolerance'

Line 2587: OE_MSG_PUB.Add_Exc_Msg

2583: WHEN OTHERS THEN
2584:
2585: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2586: THEN
2587: OE_MSG_PUB.Add_Exc_Msg
2588: ( G_PKG_NAME
2589: , 'over_return_tolerance'
2590: );
2591: END IF;

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

2618: EXCEPTION
2619:
2620: WHEN NO_DATA_FOUND THEN
2621:
2622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2623: THEN
2624:
2625: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_RETURN_TOLERANCE');
2626:

Line 2625: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_RETURN_TOLERANCE');

2621:
2622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2623: THEN
2624:
2625: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNDER_RETURN_TOLERANCE');
2626:
2627: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2628: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2629: OE_Order_Util.Get_Attribute_Name('under_return_tolerance'));

Line 2630: OE_MSG_PUB.Add;

2626:
2627: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2628: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2629: OE_Order_Util.Get_Attribute_Name('under_return_tolerance'));
2630: OE_MSG_PUB.Add;
2631: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2632:
2633: END IF;
2634:

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

2627: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2628: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2629: OE_Order_Util.Get_Attribute_Name('under_return_tolerance'));
2630: OE_MSG_PUB.Add;
2631: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2632:
2633: END IF;
2634:
2635:

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

2636: RETURN FALSE;
2637:
2638: WHEN OTHERS THEN
2639:
2640: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2641: THEN
2642: OE_MSG_PUB.Add_Exc_Msg
2643: ( G_PKG_NAME
2644: , 'under_return_tolerance'

Line 2642: OE_MSG_PUB.Add_Exc_Msg

2638: WHEN OTHERS THEN
2639:
2640: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2641: THEN
2642: OE_MSG_PUB.Add_Exc_Msg
2643: ( G_PKG_NAME
2644: , 'under_return_tolerance'
2645: );
2646: END IF;

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

2681: EXCEPTION
2682:
2683: WHEN NO_DATA_FOUND THEN
2684:
2685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2686: THEN
2687:
2688: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTIONAL_CURR_CODE');
2689:

Line 2688: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTIONAL_CURR_CODE');

2684:
2685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2686: THEN
2687:
2688: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTIONAL_CURR_CODE');
2689:
2690: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2691: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2692: OE_Order_Util.Get_Attribute_Name('transactional_curr_code'));

Line 2693: OE_MSG_PUB.Add;

2689:
2690: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2691: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2692: OE_Order_Util.Get_Attribute_Name('transactional_curr_code'));
2693: OE_MSG_PUB.Add;
2694: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2695:
2696: END IF;
2697:

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

2690: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2691: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2692: OE_Order_Util.Get_Attribute_Name('transactional_curr_code'));
2693: OE_MSG_PUB.Add;
2694: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2695:
2696: END IF;
2697:
2698:

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

2699: RETURN FALSE;
2700:
2701: WHEN OTHERS THEN
2702:
2703: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2704: THEN
2705: OE_MSG_PUB.Add_Exc_Msg
2706: ( G_PKG_NAME
2707: , 'Transactional_Curr'

Line 2705: OE_MSG_PUB.Add_Exc_Msg

2701: WHEN OTHERS THEN
2702:
2703: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2704: THEN
2705: OE_MSG_PUB.Add_Exc_Msg
2706: ( G_PKG_NAME
2707: , 'Transactional_Curr'
2708: );
2709: END IF;

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

2742: EXCEPTION
2743:
2744: WHEN NO_DATA_FOUND THEN
2745:
2746: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2747: THEN
2748:
2749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AGREEMENT_ID');
2750:

Line 2749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AGREEMENT_ID');

2745:
2746: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2747: THEN
2748:
2749: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AGREEMENT_ID');
2750:
2751: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2752: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2753: OE_Order_Util.Get_Attribute_Name('agreement_id'));

Line 2754: OE_MSG_PUB.Add;

2750:
2751: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2752: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2753: OE_Order_Util.Get_Attribute_Name('agreement_id'));
2754: OE_MSG_PUB.Add;
2755: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2756:
2757: END IF;
2758:

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

2751: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2752: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2753: OE_Order_Util.Get_Attribute_Name('agreement_id'));
2754: OE_MSG_PUB.Add;
2755: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2756:
2757: END IF;
2758:
2759:

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

2761: RETURN FALSE;
2762:
2763: WHEN OTHERS THEN
2764:
2765: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2766: THEN
2767: OE_MSG_PUB.Add_Exc_Msg
2768: ( G_PKG_NAME
2769: , 'Agreement'

Line 2767: OE_MSG_PUB.Add_Exc_Msg

2763: WHEN OTHERS THEN
2764:
2765: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2766: THEN
2767: OE_MSG_PUB.Add_Exc_Msg
2768: ( G_PKG_NAME
2769: , 'Agreement'
2770: );
2771: END IF;

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

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

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

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

Line 2817: OE_MSG_PUB.Add;

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

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

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

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

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

Line 2829: OE_MSG_PUB.Add_Exc_Msg

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

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

2862: EXCEPTION
2863:
2864: WHEN NO_DATA_FOUND THEN
2865:
2866: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2867: THEN
2868:
2869: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PO_NUMBER');
2870:

Line 2869: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PO_NUMBER');

2865:
2866: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2867: THEN
2868:
2869: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PO_NUMBER');
2870:
2871: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2872: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2873: OE_Order_Util.Get_Attribute_Name('cust_po_number'));

Line 2874: OE_MSG_PUB.Add;

2870:
2871: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
2872: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
2873: OE_Order_Util.Get_Attribute_Name('cust_po_number'));
2874: OE_MSG_PUB.Add;
2875: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
2876:
2877: END IF;
2878:

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

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

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

2880: RETURN FALSE;
2881:
2882: WHEN OTHERS THEN
2883:
2884: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: OE_MSG_PUB.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Cust_Po_Number'

Line 2886: OE_MSG_PUB.Add_Exc_Msg

2882: WHEN OTHERS THEN
2883:
2884: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: OE_MSG_PUB.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Cust_Po_Number'
2889: );
2890: END IF;

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

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

Line 2929: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICING_RULE_ID');

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

Line 2934: OE_MSG_PUB.Add;

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

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

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

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

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

Line 2946: OE_MSG_PUB.Add_Exc_Msg

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

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

3001: EXCEPTION
3002:
3003: WHEN NO_DATA_FOUND THEN
3004:
3005: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3006: THEN
3007:
3008: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TERM_ID');
3009:

Line 3008: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TERM_ID');

3004:
3005: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3006: THEN
3007:
3008: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TERM_ID');
3009:
3010: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3011: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3012: OE_Order_Util.Get_Attribute_Name('payment_term_id'));

Line 3013: OE_MSG_PUB.Add;

3009:
3010: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3011: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3012: OE_Order_Util.Get_Attribute_Name('payment_term_id'));
3013: OE_MSG_PUB.Add;
3014: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3015:
3016: END IF;
3017:

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

3010: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3011: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3012: OE_Order_Util.Get_Attribute_Name('payment_term_id'));
3013: OE_MSG_PUB.Add;
3014: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3015:
3016: END IF;
3017:
3018:

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

3019: RETURN FALSE;
3020:
3021: WHEN OTHERS THEN
3022:
3023: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3024: THEN
3025: OE_MSG_PUB.Add_Exc_Msg
3026: ( G_PKG_NAME
3027: , 'Payment_Term'

Line 3025: OE_MSG_PUB.Add_Exc_Msg

3021: WHEN OTHERS THEN
3022:
3023: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3024: THEN
3025: OE_MSG_PUB.Add_Exc_Msg
3026: ( G_PKG_NAME
3027: , 'Payment_Term'
3028: );
3029: END IF;

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

3057: EXCEPTION
3058:
3059: WHEN NO_DATA_FOUND THEN
3060:
3061: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3062: THEN
3063:
3064: OE_MSG_PUB.Update_Msg_Context
3065: (p_attribute_code => 'PLANNING_PRIORITY');

Line 3064: OE_MSG_PUB.Update_Msg_Context

3060:
3061: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3062: THEN
3063:
3064: OE_MSG_PUB.Update_Msg_Context
3065: (p_attribute_code => 'PLANNING_PRIORITY');
3066: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3067: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3068: OE_Order_Util.Get_Attribute_Name('planning_priority'));

Line 3069: OE_MSG_PUB.Add;

3065: (p_attribute_code => 'PLANNING_PRIORITY');
3066: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3067: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3068: OE_Order_Util.Get_Attribute_Name('planning_priority'));
3069: OE_MSG_PUB.Add;
3070: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3071:
3072: END IF;
3073:

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

3066: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3067: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3068: OE_Order_Util.Get_Attribute_Name('planning_priority'));
3069: OE_MSG_PUB.Add;
3070: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3071:
3072: END IF;
3073:
3074:

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

3075: RETURN FALSE;
3076:
3077: WHEN OTHERS THEN
3078:
3079: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3080: THEN
3081: OE_MSG_PUB.Add_Exc_Msg
3082: ( G_PKG_NAME
3083: , 'Planning_Priority'

Line 3081: OE_MSG_PUB.Add_Exc_Msg

3077: WHEN OTHERS THEN
3078:
3079: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3080: THEN
3081: OE_MSG_PUB.Add_Exc_Msg
3082: ( G_PKG_NAME
3083: , 'Planning_Priority'
3084: );
3085: END IF;

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

3120: EXCEPTION
3121:
3122: WHEN NO_DATA_FOUND THEN
3123:
3124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3125: THEN
3126:
3127: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD_CODE');
3128:

Line 3127: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD_CODE');

3123:
3124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3125: THEN
3126:
3127: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD_CODE');
3128:
3129: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3130: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3131: OE_Order_Util.Get_Attribute_Name('shipping_method_code'));

Line 3132: OE_MSG_PUB.Add;

3128:
3129: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3130: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3131: OE_Order_Util.Get_Attribute_Name('shipping_method_code'));
3132: OE_MSG_PUB.Add;
3133: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3134:
3135: END IF;
3136:

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

3129: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3130: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3131: OE_Order_Util.Get_Attribute_Name('shipping_method_code'));
3132: OE_MSG_PUB.Add;
3133: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3134:
3135: END IF;
3136:
3137:

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

3138: RETURN FALSE;
3139:
3140: WHEN OTHERS THEN
3141:
3142: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3143: THEN
3144: OE_MSG_PUB.Add_Exc_Msg
3145: ( G_PKG_NAME
3146: , 'Shipping_Method'

Line 3144: OE_MSG_PUB.Add_Exc_Msg

3140: WHEN OTHERS THEN
3141:
3142: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3143: THEN
3144: OE_MSG_PUB.Add_Exc_Msg
3145: ( G_PKG_NAME
3146: , 'Shipping_Method'
3147: );
3148: END IF;

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

3177: EXCEPTION
3178:
3179: WHEN NO_DATA_FOUND THEN
3180:
3181: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3182: THEN
3183:
3184: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_CARRIER_CODE');
3185:

Line 3184: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_CARRIER_CODE');

3180:
3181: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3182: THEN
3183:
3184: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_CARRIER_CODE');
3185:
3186: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3187: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3188: OE_Order_Util.Get_Attribute_Name('freight_carrier_code'));

Line 3189: OE_MSG_PUB.Add;

3185:
3186: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3187: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3188: OE_Order_Util.Get_Attribute_Name('freight_carrier_code'));
3189: OE_MSG_PUB.Add;
3190: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3191:
3192: END IF;
3193:

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

3186: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3187: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3188: OE_Order_Util.Get_Attribute_Name('freight_carrier_code'));
3189: OE_MSG_PUB.Add;
3190: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3191:
3192: END IF;
3193:
3194:

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

3195: RETURN FALSE;
3196:
3197: WHEN OTHERS THEN
3198:
3199: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3200: THEN
3201: OE_MSG_PUB.Add_Exc_Msg
3202: ( G_PKG_NAME
3203: , 'Freight_Carrier'

Line 3201: OE_MSG_PUB.Add_Exc_Msg

3197: WHEN OTHERS THEN
3198:
3199: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3200: THEN
3201: OE_MSG_PUB.Add_Exc_Msg
3202: ( G_PKG_NAME
3203: , 'Freight_Carrier'
3204: );
3205: END IF;

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

3241: EXCEPTION
3242:
3243: WHEN NO_DATA_FOUND THEN
3244:
3245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3246: THEN
3247:
3248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FOB_POINT_CODE');
3249:

Line 3248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FOB_POINT_CODE');

3244:
3245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3246: THEN
3247:
3248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FOB_POINT_CODE');
3249:
3250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3252: OE_Order_Util.Get_Attribute_Name('fob_point_code'));

Line 3253: OE_MSG_PUB.Add;

3249:
3250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3252: OE_Order_Util.Get_Attribute_Name('fob_point_code'));
3253: OE_MSG_PUB.Add;
3254: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3255:
3256: END IF;
3257:

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

3250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3252: OE_Order_Util.Get_Attribute_Name('fob_point_code'));
3253: OE_MSG_PUB.Add;
3254: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3255:
3256: END IF;
3257:
3258:

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

3259: RETURN FALSE;
3260:
3261: WHEN OTHERS THEN
3262:
3263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3264: THEN
3265: OE_MSG_PUB.Add_Exc_Msg
3266: ( G_PKG_NAME
3267: , 'Fob_Point'

Line 3265: OE_MSG_PUB.Add_Exc_Msg

3261: WHEN OTHERS THEN
3262:
3263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3264: THEN
3265: OE_MSG_PUB.Add_Exc_Msg
3266: ( G_PKG_NAME
3267: , 'Fob_Point'
3268: );
3269: END IF;

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

3307: EXCEPTION
3308:
3309: WHEN NO_DATA_FOUND THEN
3310:
3311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3312: THEN
3313:
3314: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_TERMS_CODE');
3315:

Line 3314: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_TERMS_CODE');

3310:
3311: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3312: THEN
3313:
3314: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FREIGHT_TERMS_CODE');
3315:
3316:
3317: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3318: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 3320: OE_MSG_PUB.Add;

3316:
3317: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3318: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3319: OE_Order_Util.Get_Attribute_Name('freight_terms_code'));
3320: OE_MSG_PUB.Add;
3321: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3322:
3323: END IF;
3324:

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

3317: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3318: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3319: OE_Order_Util.Get_Attribute_Name('freight_terms_code'));
3320: OE_MSG_PUB.Add;
3321: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3322:
3323: END IF;
3324:
3325:

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

3326: RETURN FALSE;
3327:
3328: WHEN OTHERS THEN
3329:
3330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3331: THEN
3332: OE_MSG_PUB.Add_Exc_Msg
3333: ( G_PKG_NAME
3334: , 'Freight_Terms'

Line 3332: OE_MSG_PUB.Add_Exc_Msg

3328: WHEN OTHERS THEN
3329:
3330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3331: THEN
3332: OE_MSG_PUB.Add_Exc_Msg
3333: ( G_PKG_NAME
3334: , 'Freight_Terms'
3335: );
3336: END IF;

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

3370: EXCEPTION
3371:
3372: WHEN NO_DATA_FOUND THEN
3373:
3374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3375: THEN
3376:
3377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_ORG_ID');
3378:

Line 3377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_ORG_ID');

3373:
3374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3375: THEN
3376:
3377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_ORG_ID');
3378:
3379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3381: OE_Order_Util.Get_Attribute_Name('sold_to_org_id'));

Line 3382: OE_MSG_PUB.Add;

3378:
3379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3381: OE_Order_Util.Get_Attribute_Name('sold_to_org_id'));
3382: OE_MSG_PUB.Add;
3383: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3384:
3385: END IF;
3386:

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

3379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3381: OE_Order_Util.Get_Attribute_Name('sold_to_org_id'));
3382: OE_MSG_PUB.Add;
3383: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3384:
3385: END IF;
3386:
3387:

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

3388: RETURN FALSE;
3389:
3390: WHEN OTHERS THEN
3391:
3392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3393: THEN
3394: OE_MSG_PUB.Add_Exc_Msg
3395: ( G_PKG_NAME
3396: , 'Sold_To_Org'

Line 3394: OE_MSG_PUB.Add_Exc_Msg

3390: WHEN OTHERS THEN
3391:
3392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3393: THEN
3394: OE_MSG_PUB.Add_Exc_Msg
3395: ( G_PKG_NAME
3396: , 'Sold_To_Org'
3397: );
3398: END IF;

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

3428: EXCEPTION
3429:
3430: WHEN NO_DATA_FOUND THEN
3431:
3432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3433: THEN
3434:
3435: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_PHONE_ID');
3436:

Line 3435: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_PHONE_ID');

3431:
3432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3433: THEN
3434:
3435: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_PHONE_ID');
3436:
3437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3439: OE_Order_Util.Get_Attribute_Name('sold_to_phone_id'));

Line 3440: OE_MSG_PUB.Add;

3436:
3437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3439: OE_Order_Util.Get_Attribute_Name('sold_to_phone_id'));
3440: OE_MSG_PUB.Add;
3441: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3442:
3443: END IF;
3444:

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

3437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3439: OE_Order_Util.Get_Attribute_Name('sold_to_phone_id'));
3440: OE_MSG_PUB.Add;
3441: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3442:
3443: END IF;
3444:
3445:

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

3446: RETURN FALSE;
3447:
3448: WHEN OTHERS THEN
3449:
3450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3451: THEN
3452: OE_MSG_PUB.Add_Exc_Msg
3453: ( G_PKG_NAME
3454: , 'Sold_To_Org'

Line 3452: OE_MSG_PUB.Add_Exc_Msg

3448: WHEN OTHERS THEN
3449:
3450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3451: THEN
3452: OE_MSG_PUB.Add_Exc_Msg
3453: ( G_PKG_NAME
3454: , 'Sold_To_Org'
3455: );
3456: END IF;

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

3489: EXCEPTION
3490:
3491: WHEN NO_DATA_FOUND THEN
3492:
3493: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3494: THEN
3495:
3496: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_ID');
3497:

Line 3496: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_ID');

3492:
3493: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3494: THEN
3495:
3496: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_ID');
3497:
3498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3500: OE_Order_Util.Get_Attribute_Name('Customer_id'));

Line 3501: OE_MSG_PUB.Add;

3497:
3498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3500: OE_Order_Util.Get_Attribute_Name('Customer_id'));
3501: OE_MSG_PUB.Add;
3502: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3503:
3504: END IF;
3505:

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

3498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3500: OE_Order_Util.Get_Attribute_Name('Customer_id'));
3501: OE_MSG_PUB.Add;
3502: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3503:
3504: END IF;
3505:
3506:

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

3507: RETURN FALSE;
3508:
3509: WHEN OTHERS THEN
3510:
3511: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3512: THEN
3513: OE_MSG_PUB.Add_Exc_Msg
3514: ( G_PKG_NAME
3515: , 'Customer'

Line 3513: OE_MSG_PUB.Add_Exc_Msg

3509: WHEN OTHERS THEN
3510:
3511: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3512: THEN
3513: OE_MSG_PUB.Add_Exc_Msg
3514: ( G_PKG_NAME
3515: , 'Customer'
3516: );
3517: END IF;

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

3546: EXCEPTION
3547:
3548: WHEN NO_DATA_FOUND THEN
3549:
3550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3551: THEN
3552:
3553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERNAL_ITEM_ID');
3554:

Line 3553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERNAL_ITEM_ID');

3549:
3550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3551: THEN
3552:
3553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERNAL_ITEM_ID');
3554:
3555:
3556: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3557: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 3559: OE_MSG_PUB.Add;

3555:
3556: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3557: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3558: OE_Order_Util.Get_Attribute_Name('internal_item_id'));
3559: OE_MSG_PUB.Add;
3560: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3561:
3562: END IF;
3563:

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

3556: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3557: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3558: OE_Order_Util.Get_Attribute_Name('internal_item_id'));
3559: OE_MSG_PUB.Add;
3560: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3561:
3562: END IF;
3563:
3564:

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

3565: RETURN FALSE;
3566:
3567: WHEN OTHERS THEN
3568:
3569: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3570: THEN
3571: OE_MSG_PUB.Add_Exc_Msg
3572: ( G_PKG_NAME
3573: , 'internal_item'

Line 3571: OE_MSG_PUB.Add_Exc_Msg

3567: WHEN OTHERS THEN
3568:
3569: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3570: THEN
3571: OE_MSG_PUB.Add_Exc_Msg
3572: ( G_PKG_NAME
3573: , 'internal_item'
3574: );
3575: END IF;

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

3604: EXCEPTION
3605:
3606: WHEN NO_DATA_FOUND THEN
3607:
3608: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3609: THEN
3610:
3611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_ITEM_SETTING_ID');
3612:

Line 3611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_ITEM_SETTING_ID');

3607:
3608: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3609: THEN
3610:
3611: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_ITEM_SETTING_ID');
3612:
3613: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3614: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3615: OE_Order_Util.Get_Attribute_Name('cust_item_setting_id'));

Line 3616: OE_MSG_PUB.Add;

3612:
3613: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3614: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3615: OE_Order_Util.Get_Attribute_Name('cust_item_setting_id'));
3616: OE_MSG_PUB.Add;
3617: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3618:
3619: END IF;
3620:

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

3613: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3614: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3615: OE_Order_Util.Get_Attribute_Name('cust_item_setting_id'));
3616: OE_MSG_PUB.Add;
3617: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3618:
3619: END IF;
3620:
3621:

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

3622: RETURN FALSE;
3623:
3624: WHEN OTHERS THEN
3625:
3626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3627: THEN
3628: OE_MSG_PUB.Add_Exc_Msg
3629: ( G_PKG_NAME
3630: , 'cust_item_setting'

Line 3628: OE_MSG_PUB.Add_Exc_Msg

3624: WHEN OTHERS THEN
3625:
3626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3627: THEN
3628: OE_MSG_PUB.Add_Exc_Msg
3629: ( G_PKG_NAME
3630: , 'cust_item_setting'
3631: );
3632: END IF;

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

3661: EXCEPTION
3662:
3663: WHEN NO_DATA_FOUND THEN
3664:
3665: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3666: THEN
3667:
3668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_FROM_ORG_ID');
3669:

Line 3668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_FROM_ORG_ID');

3664:
3665: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3666: THEN
3667:
3668: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_FROM_ORG_ID');
3669:
3670: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3671: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3672: OE_Order_Util.Get_Attribute_Name('ship_from_org_id'));

Line 3673: OE_MSG_PUB.Add;

3669:
3670: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3671: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3672: OE_Order_Util.Get_Attribute_Name('ship_from_org_id'));
3673: OE_MSG_PUB.Add;
3674: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3675:
3676: END IF;
3677:

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

3670: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3671: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3672: OE_Order_Util.Get_Attribute_Name('ship_from_org_id'));
3673: OE_MSG_PUB.Add;
3674: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3675:
3676: END IF;
3677:
3678:

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

3679: RETURN FALSE;
3680:
3681: WHEN OTHERS THEN
3682:
3683: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3684: THEN
3685: OE_MSG_PUB.Add_Exc_Msg
3686: ( G_PKG_NAME
3687: , 'Ship_From_Org'

Line 3685: OE_MSG_PUB.Add_Exc_Msg

3681: WHEN OTHERS THEN
3682:
3683: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3684: THEN
3685: OE_MSG_PUB.Add_Exc_Msg
3686: ( G_PKG_NAME
3687: , 'Ship_From_Org'
3688: );
3689: END IF;

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

3716: EXCEPTION
3717:
3718: WHEN NO_DATA_FOUND THEN
3719:
3720: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3721: THEN
3722:
3723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBINVENTORY');
3724:

Line 3723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBINVENTORY');

3719:
3720: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3721: THEN
3722:
3723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBINVENTORY');
3724:
3725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3727: OE_Order_Util.Get_Attribute_Name('subinventory'));

Line 3728: OE_MSG_PUB.Add;

3724:
3725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3727: OE_Order_Util.Get_Attribute_Name('subinventory'));
3728: OE_MSG_PUB.Add;
3729: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3730:
3731: END IF;
3732:

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

3725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3727: OE_Order_Util.Get_Attribute_Name('subinventory'));
3728: OE_MSG_PUB.Add;
3729: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3730:
3731: END IF;
3732:
3733:

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

3734: RETURN FALSE;
3735:
3736: WHEN OTHERS THEN
3737:
3738: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3739: THEN
3740: OE_MSG_PUB.Add_Exc_Msg
3741: ( G_PKG_NAME
3742: , 'Subinventory'

Line 3740: OE_MSG_PUB.Add_Exc_Msg

3736: WHEN OTHERS THEN
3737:
3738: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3739: THEN
3740: OE_MSG_PUB.Add_Exc_Msg
3741: ( G_PKG_NAME
3742: , 'Subinventory'
3743: );
3744: END IF;

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

3773: EXCEPTION
3774:
3775: WHEN NO_DATA_FOUND THEN
3776:
3777: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3778: THEN
3779:
3780: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ORG_ID');
3781:

Line 3780: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ORG_ID');

3776:
3777: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3778: THEN
3779:
3780: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ORG_ID');
3781:
3782: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3783: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3784: OE_Order_Util.Get_Attribute_Name('inventory_org_id'));

Line 3785: OE_MSG_PUB.Add;

3781:
3782: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3783: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3784: OE_Order_Util.Get_Attribute_Name('inventory_org_id'));
3785: OE_MSG_PUB.Add;
3786: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3787:
3788: END IF;
3789:

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

3782: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3783: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3784: OE_Order_Util.Get_Attribute_Name('inventory_org_id'));
3785: OE_MSG_PUB.Add;
3786: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3787:
3788: END IF;
3789:
3790:

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

3791: RETURN FALSE;
3792:
3793: WHEN OTHERS THEN
3794:
3795: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3796: THEN
3797: OE_MSG_PUB.Add_Exc_Msg
3798: ( G_PKG_NAME
3799: , 'inventory_org'

Line 3797: OE_MSG_PUB.Add_Exc_Msg

3793: WHEN OTHERS THEN
3794:
3795: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3796: THEN
3797: OE_MSG_PUB.Add_Exc_Msg
3798: ( G_PKG_NAME
3799: , 'inventory_org'
3800: );
3801: END IF;

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

3820: EXCEPTION
3821:
3822: WHEN NO_DATA_FOUND THEN
3823:
3824: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3825: THEN
3826:
3827: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_ORG_ID');
3828:

Line 3827: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_ORG_ID');

3823:
3824: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3825: THEN
3826:
3827: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_ORG_ID');
3828:
3829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3831: OE_Order_Util.Get_Attribute_Name('ship_to_org_id'));

Line 3832: OE_MSG_PUB.Add;

3828:
3829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3831: OE_Order_Util.Get_Attribute_Name('ship_to_org_id'));
3832: OE_MSG_PUB.Add;
3833: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3834:
3835: END IF;
3836:

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

3829: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3830: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3831: OE_Order_Util.Get_Attribute_Name('ship_to_org_id'));
3832: OE_MSG_PUB.Add;
3833: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3834:
3835: END IF;
3836:
3837:

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

3838: RETURN FALSE;
3839:
3840: WHEN OTHERS THEN
3841:
3842: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3843: THEN
3844: OE_MSG_PUB.Add_Exc_Msg
3845: ( G_PKG_NAME
3846: , 'Ship_To_Org'

Line 3844: OE_MSG_PUB.Add_Exc_Msg

3840: WHEN OTHERS THEN
3841:
3842: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3843: THEN
3844: OE_MSG_PUB.Add_Exc_Msg
3845: ( G_PKG_NAME
3846: , 'Ship_To_Org'
3847: );
3848: END IF;

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

3877: EXCEPTION
3878:
3879: WHEN NO_DATA_FOUND THEN
3880:
3881: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3882: THEN
3883:
3884: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SITE_USE_ID');
3885:

Line 3884: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SITE_USE_ID');

3880:
3881: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3882: THEN
3883:
3884: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SITE_USE_ID');
3885:
3886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3888: OE_Order_Util.Get_Attribute_Name('site_use_id'));

Line 3889: OE_MSG_PUB.Add;

3885:
3886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3888: OE_Order_Util.Get_Attribute_Name('site_use_id'));
3889: OE_MSG_PUB.Add;
3890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3891:
3892: END IF;
3893:

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

3886: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3887: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3888: OE_Order_Util.Get_Attribute_Name('site_use_id'));
3889: OE_MSG_PUB.Add;
3890: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3891:
3892: END IF;
3893:
3894:

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

3895: RETURN FALSE;
3896:
3897: WHEN OTHERS THEN
3898:
3899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3900: THEN
3901: OE_MSG_PUB.Add_Exc_Msg
3902: ( G_PKG_NAME
3903: , 'Site_Use'

Line 3901: OE_MSG_PUB.Add_Exc_Msg

3897: WHEN OTHERS THEN
3898:
3899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3900: THEN
3901: OE_MSG_PUB.Add_Exc_Msg
3902: ( G_PKG_NAME
3903: , 'Site_Use'
3904: );
3905: END IF;

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

3923: EXCEPTION
3924:
3925: WHEN NO_DATA_FOUND THEN
3926:
3927: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3928: THEN
3929:
3930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_ORG_ID');
3931:

Line 3930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_ORG_ID');

3926:
3927: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3928: THEN
3929:
3930: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_ORG_ID');
3931:
3932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3934: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_org_id'));

Line 3935: OE_MSG_PUB.Add;

3931:
3932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3934: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_org_id'));
3935: OE_MSG_PUB.Add;
3936: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3937:
3938: END IF;
3939:

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

3932: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
3933: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
3934: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_org_id'));
3935: OE_MSG_PUB.Add;
3936: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
3937:
3938: END IF;
3939:
3940:

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

3941: RETURN FALSE;
3942:
3943: WHEN OTHERS THEN
3944:
3945: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3946: THEN
3947: OE_MSG_PUB.Add_Exc_Msg
3948: ( G_PKG_NAME
3949: , 'Intermed_Ship_To_Org'

Line 3947: OE_MSG_PUB.Add_Exc_Msg

3943: WHEN OTHERS THEN
3944:
3945: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3946: THEN
3947: OE_MSG_PUB.Add_Exc_Msg
3948: ( G_PKG_NAME
3949: , 'Intermed_Ship_To_Org'
3950: );
3951: END IF;

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

4005: EXCEPTION
4006:
4007: WHEN NO_DATA_FOUND THEN
4008:
4009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4010: THEN
4011:
4012: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_ORG_ID');
4013:

Line 4012: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_ORG_ID');

4008:
4009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4010: THEN
4011:
4012: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_ORG_ID');
4013:
4014: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4015: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4016: OE_Order_Util.Get_Attribute_Name('invoice_to_org_id'));

Line 4017: OE_MSG_PUB.Add;

4013:
4014: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4015: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4016: OE_Order_Util.Get_Attribute_Name('invoice_to_org_id'));
4017: OE_MSG_PUB.Add;
4018: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4019:
4020: END IF;
4021:

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

4014: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4015: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4016: OE_Order_Util.Get_Attribute_Name('invoice_to_org_id'));
4017: OE_MSG_PUB.Add;
4018: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4019:
4020: END IF;
4021:
4022:

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

4023: RETURN FALSE;
4024:
4025: WHEN OTHERS THEN
4026:
4027: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4028: THEN
4029: OE_MSG_PUB.Add_Exc_Msg
4030: ( G_PKG_NAME
4031: , 'Invoice_To_Org'

Line 4029: OE_MSG_PUB.Add_Exc_Msg

4025: WHEN OTHERS THEN
4026:
4027: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4028: THEN
4029: OE_MSG_PUB.Add_Exc_Msg
4030: ( G_PKG_NAME
4031: , 'Invoice_To_Org'
4032: );
4033: END IF;

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

4066: EXCEPTION
4067:
4068: WHEN NO_DATA_FOUND THEN
4069:
4070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4071: THEN
4072:
4073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_ORG_ID');
4074:

Line 4073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_ORG_ID');

4069:
4070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4071: THEN
4072:
4073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_ORG_ID');
4074:
4075: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4077: OE_Order_Util.Get_Attribute_Name('deliver_to_org_id'));

Line 4078: OE_MSG_PUB.Add;

4074:
4075: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4077: OE_Order_Util.Get_Attribute_Name('deliver_to_org_id'));
4078: OE_MSG_PUB.Add;
4079: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4080:
4081: END IF;
4082:

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

4075: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4077: OE_Order_Util.Get_Attribute_Name('deliver_to_org_id'));
4078: OE_MSG_PUB.Add;
4079: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4080:
4081: END IF;
4082:
4083:

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

4084: RETURN FALSE;
4085:
4086: WHEN OTHERS THEN
4087:
4088: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4089: THEN
4090: OE_MSG_PUB.Add_Exc_Msg
4091: ( G_PKG_NAME
4092: , 'Deliver_To_Org'

Line 4090: OE_MSG_PUB.Add_Exc_Msg

4086: WHEN OTHERS THEN
4087:
4088: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4089: THEN
4090: OE_MSG_PUB.Add_Exc_Msg
4091: ( G_PKG_NAME
4092: , 'Deliver_To_Org'
4093: );
4094: END IF;

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

4126: EXCEPTION
4127:
4128: WHEN NO_DATA_FOUND THEN
4129:
4130: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4131: THEN
4132:
4133: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_CONTACT_ID');
4134:

Line 4133: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_CONTACT_ID');

4129:
4130: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4131: THEN
4132:
4133: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_CONTACT_ID');
4134:
4135: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4136: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4137: OE_Order_Util.Get_Attribute_Name('sold_to_contact_id'));

Line 4138: OE_MSG_PUB.Add;

4134:
4135: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4136: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4137: OE_Order_Util.Get_Attribute_Name('sold_to_contact_id'));
4138: OE_MSG_PUB.Add;
4139: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4140:
4141: END IF;
4142:

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

4135: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4136: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4137: OE_Order_Util.Get_Attribute_Name('sold_to_contact_id'));
4138: OE_MSG_PUB.Add;
4139: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4140:
4141: END IF;
4142:
4143:

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

4144: RETURN FALSE;
4145:
4146: WHEN OTHERS THEN
4147:
4148: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4149: THEN
4150: OE_MSG_PUB.Add_Exc_Msg
4151: ( G_PKG_NAME
4152: , 'Sold_To_Contact'

Line 4150: OE_MSG_PUB.Add_Exc_Msg

4146: WHEN OTHERS THEN
4147:
4148: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4149: THEN
4150: OE_MSG_PUB.Add_Exc_Msg
4151: ( G_PKG_NAME
4152: , 'Sold_To_Contact'
4153: );
4154: END IF;

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

4194: EXCEPTION
4195:
4196: WHEN NO_DATA_FOUND THEN
4197:
4198: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4199: THEN
4200:
4201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_CONTACT_ID');
4202:

Line 4201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_CONTACT_ID');

4197:
4198: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4199: THEN
4200:
4201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_TO_CONTACT_ID');
4202:
4203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4205: OE_Order_Util.Get_Attribute_Name('ship_to_contact_id'));

Line 4206: OE_MSG_PUB.Add;

4202:
4203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4205: OE_Order_Util.Get_Attribute_Name('ship_to_contact_id'));
4206: OE_MSG_PUB.Add;
4207: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4208:
4209: END IF;
4210:

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

4203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4205: OE_Order_Util.Get_Attribute_Name('ship_to_contact_id'));
4206: OE_MSG_PUB.Add;
4207: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4208:
4209: END IF;
4210:
4211:

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

4212: RETURN FALSE;
4213:
4214: WHEN OTHERS THEN
4215:
4216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4217: THEN
4218: OE_MSG_PUB.Add_Exc_Msg
4219: ( G_PKG_NAME
4220: , 'Ship_To_Contact'

Line 4218: OE_MSG_PUB.Add_Exc_Msg

4214: WHEN OTHERS THEN
4215:
4216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4217: THEN
4218: OE_MSG_PUB.Add_Exc_Msg
4219: ( G_PKG_NAME
4220: , 'Ship_To_Contact'
4221: );
4222: END IF;

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

4262: EXCEPTION
4263:
4264: WHEN NO_DATA_FOUND THEN
4265:
4266: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4267: THEN
4268:
4269: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_CONTACT_ID');
4270:

Line 4269: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_CONTACT_ID');

4265:
4266: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4267: THEN
4268:
4269: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INTERMED_SHIP_TO_CONTACT_ID');
4270:
4271: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4272: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4273: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_contact_id'));

Line 4274: OE_MSG_PUB.Add;

4270:
4271: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4272: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4273: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_contact_id'));
4274: OE_MSG_PUB.Add;
4275: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4276:
4277: END IF;
4278:

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

4271: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4272: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4273: OE_Order_Util.Get_Attribute_Name('intermed_ship_to_contact_id'));
4274: OE_MSG_PUB.Add;
4275: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4276:
4277: END IF;
4278:
4279:

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

4280: RETURN FALSE;
4281:
4282: WHEN OTHERS THEN
4283:
4284: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4285:
4286: THEN
4287: OE_MSG_PUB.Add_Exc_Msg
4288: ( G_PKG_NAME

Line 4287: OE_MSG_PUB.Add_Exc_Msg

4283:
4284: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4285:
4286: THEN
4287: OE_MSG_PUB.Add_Exc_Msg
4288: ( G_PKG_NAME
4289: , 'Intermed_Ship_To_Contact'
4290: );
4291: END IF;

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

4329: RETURN TRUE;
4330:
4331: WHEN NO_DATA_FOUND THEN
4332:
4333: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4334: THEN
4335:
4336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_CONTACT_ID');
4337:

Line 4336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_CONTACT_ID');

4332:
4333: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4334: THEN
4335:
4336: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_TO_CONTACT_ID');
4337:
4338: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4339: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4340: OE_Order_Util.Get_Attribute_Name('invoice_to_contact_id'));

Line 4341: OE_MSG_PUB.Add;

4337:
4338: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4339: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4340: OE_Order_Util.Get_Attribute_Name('invoice_to_contact_id'));
4341: OE_MSG_PUB.Add;
4342: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4343:
4344: END IF;
4345:

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

4338: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4339: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4340: OE_Order_Util.Get_Attribute_Name('invoice_to_contact_id'));
4341: OE_MSG_PUB.Add;
4342: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4343:
4344: END IF;
4345:
4346:

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

4347: RETURN FALSE;
4348:
4349: WHEN OTHERS THEN
4350:
4351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4352: THEN
4353: OE_MSG_PUB.Add_Exc_Msg
4354: ( G_PKG_NAME
4355: , 'Invoice_To_Contact'

Line 4353: OE_MSG_PUB.Add_Exc_Msg

4349: WHEN OTHERS THEN
4350:
4351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4352: THEN
4353: OE_MSG_PUB.Add_Exc_Msg
4354: ( G_PKG_NAME
4355: , 'Invoice_To_Contact'
4356: );
4357: END IF;

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

4393: WHEN TOO_MANY_ROWS THEN
4394: RETURN TRUE;
4395: WHEN NO_DATA_FOUND THEN
4396:
4397: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4398: THEN
4399:
4400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_CONTACT_ID');
4401:

Line 4400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_CONTACT_ID');

4396:
4397: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4398: THEN
4399:
4400: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVER_TO_CONTACT_ID');
4401:
4402: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4403: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4404: OE_Order_Util.Get_Attribute_Name('deliver_to_contact_id'));

Line 4405: OE_MSG_PUB.Add;

4401:
4402: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4403: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4404: OE_Order_Util.Get_Attribute_Name('deliver_to_contact_id'));
4405: OE_MSG_PUB.Add;
4406: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4407:
4408: END IF;
4409:

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

4402: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4403: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4404: OE_Order_Util.Get_Attribute_Name('deliver_to_contact_id'));
4405: OE_MSG_PUB.Add;
4406: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4407:
4408: END IF;
4409:
4410:

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

4411: RETURN FALSE;
4412:
4413: WHEN OTHERS THEN
4414:
4415: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4416: THEN
4417: OE_MSG_PUB.Add_Exc_Msg
4418: ( G_PKG_NAME
4419: , 'Deliver_To_Contact'

Line 4417: OE_MSG_PUB.Add_Exc_Msg

4413: WHEN OTHERS THEN
4414:
4415: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4416: THEN
4417: OE_MSG_PUB.Add_Exc_Msg
4418: ( G_PKG_NAME
4419: , 'Deliver_To_Contact'
4420: );
4421: END IF;

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

4452: EXCEPTION
4453:
4454: WHEN NO_DATA_FOUND THEN
4455:
4456: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4457: THEN
4458:
4459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
4460:

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

4455:
4456: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4457: THEN
4458:
4459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATED_BY');
4460:
4461: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4462: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4463: OE_Order_Util.Get_Attribute_Name('last_updated_by'));

Line 4464: OE_MSG_PUB.Add;

4460:
4461: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4462: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4463: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
4464: OE_MSG_PUB.Add;
4465: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4466:
4467: END IF;
4468:

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

4461: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4462: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4463: OE_Order_Util.Get_Attribute_Name('last_updated_by'));
4464: OE_MSG_PUB.Add;
4465: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4466:
4467: END IF;
4468:
4469:

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

4470: RETURN FALSE;
4471:
4472: WHEN OTHERS THEN
4473:
4474: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4475: THEN
4476: OE_MSG_PUB.Add_Exc_Msg
4477: ( G_PKG_NAME
4478: , 'Last_Updated_By'

Line 4476: OE_MSG_PUB.Add_Exc_Msg

4472: WHEN OTHERS THEN
4473:
4474: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4475: THEN
4476: OE_MSG_PUB.Add_Exc_Msg
4477: ( G_PKG_NAME
4478: , 'Last_Updated_By'
4479: );
4480: END IF;

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

4509: EXCEPTION
4510:
4511: WHEN NO_DATA_FOUND THEN
4512:
4513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4514: THEN
4515:
4516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
4517:

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

4512:
4513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4514: THEN
4515:
4516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_DATE');
4517:
4518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4520: OE_Order_Util.Get_Attribute_Name('last_update_date'));

Line 4521: OE_MSG_PUB.Add;

4517:
4518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4520: OE_Order_Util.Get_Attribute_Name('last_update_date'));
4521: OE_MSG_PUB.Add;
4522: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4523:
4524: END IF;
4525:

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

4518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4520: OE_Order_Util.Get_Attribute_Name('last_update_date'));
4521: OE_MSG_PUB.Add;
4522: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4523:
4524: END IF;
4525:
4526:

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

4527: RETURN FALSE;
4528:
4529: WHEN OTHERS THEN
4530:
4531: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4532: THEN
4533: OE_MSG_PUB.Add_Exc_Msg
4534: ( G_PKG_NAME
4535: , 'Last_Update_Date'

Line 4533: OE_MSG_PUB.Add_Exc_Msg

4529: WHEN OTHERS THEN
4530:
4531: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4532: THEN
4533: OE_MSG_PUB.Add_Exc_Msg
4534: ( G_PKG_NAME
4535: , 'Last_Update_Date'
4536: );
4537: END IF;

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

4566: EXCEPTION
4567:
4568: WHEN NO_DATA_FOUND THEN
4569:
4570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4571: THEN
4572:
4573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
4574:

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

4569:
4570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4571: THEN
4572:
4573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_UPDATE_LOGIN');
4574:
4575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4577: OE_Order_Util.Get_Attribute_Name('last_update_login'));

Line 4578: OE_MSG_PUB.Add;

4574:
4575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4577: OE_Order_Util.Get_Attribute_Name('last_update_login'));
4578: OE_MSG_PUB.Add;
4579: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4580:
4581: END IF;
4582:

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

4575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4577: OE_Order_Util.Get_Attribute_Name('last_update_login'));
4578: OE_MSG_PUB.Add;
4579: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4580:
4581: END IF;
4582:
4583:

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

4584: RETURN FALSE;
4585:
4586: WHEN OTHERS THEN
4587:
4588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4589: THEN
4590: OE_MSG_PUB.Add_Exc_Msg
4591: ( G_PKG_NAME
4592: , 'Last_Update_Login'

Line 4590: OE_MSG_PUB.Add_Exc_Msg

4586: WHEN OTHERS THEN
4587:
4588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4589: THEN
4590: OE_MSG_PUB.Add_Exc_Msg
4591: ( G_PKG_NAME
4592: , 'Last_Update_Login'
4593: );
4594: END IF;

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

4623: EXCEPTION
4624:
4625: WHEN NO_DATA_FOUND THEN
4626:
4627: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4628: THEN
4629:
4630: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
4631:

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

4626:
4627: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4628: THEN
4629:
4630: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_APPLICATION_ID');
4631:
4632: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4633: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4634: OE_Order_Util.Get_Attribute_Name('program_application_id'));

Line 4635: OE_MSG_PUB.Add;

4631:
4632: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4633: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4634: OE_Order_Util.Get_Attribute_Name('program_application_id'));
4635: OE_MSG_PUB.Add;
4636: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4637:
4638: END IF;
4639:

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

4632: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4633: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4634: OE_Order_Util.Get_Attribute_Name('program_application_id'));
4635: OE_MSG_PUB.Add;
4636: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4637:
4638: END IF;
4639:
4640:

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

4641: RETURN FALSE;
4642:
4643: WHEN OTHERS THEN
4644:
4645: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4646: THEN
4647: OE_MSG_PUB.Add_Exc_Msg
4648: ( G_PKG_NAME
4649: , 'Program_Application'

Line 4647: OE_MSG_PUB.Add_Exc_Msg

4643: WHEN OTHERS THEN
4644:
4645: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4646: THEN
4647: OE_MSG_PUB.Add_Exc_Msg
4648: ( G_PKG_NAME
4649: , 'Program_Application'
4650: );
4651: END IF;

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

4680: EXCEPTION
4681:
4682: WHEN NO_DATA_FOUND THEN
4683:
4684: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4685: THEN
4686:
4687: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
4688:

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

4683:
4684: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4685: THEN
4686:
4687: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_ID');
4688:
4689: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4690: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4691: OE_Order_Util.Get_Attribute_Name('program_id'));

Line 4692: OE_MSG_PUB.Add;

4688:
4689: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4690: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4691: OE_Order_Util.Get_Attribute_Name('program_id'));
4692: OE_MSG_PUB.Add;
4693: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4694:
4695: END IF;
4696:

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

4689: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4690: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4691: OE_Order_Util.Get_Attribute_Name('program_id'));
4692: OE_MSG_PUB.Add;
4693: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4694:
4695: END IF;
4696:
4697:

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

4698: RETURN FALSE;
4699:
4700: WHEN OTHERS THEN
4701:
4702: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4703: THEN
4704: OE_MSG_PUB.Add_Exc_Msg
4705: ( G_PKG_NAME
4706: , 'Program'

Line 4704: OE_MSG_PUB.Add_Exc_Msg

4700: WHEN OTHERS THEN
4701:
4702: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4703: THEN
4704: OE_MSG_PUB.Add_Exc_Msg
4705: ( G_PKG_NAME
4706: , 'Program'
4707: );
4708: END IF;

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

4737: EXCEPTION
4738:
4739: WHEN NO_DATA_FOUND THEN
4740:
4741: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4742: THEN
4743:
4744: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
4745:

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

4740:
4741: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4742: THEN
4743:
4744: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROGRAM_UPDATE_DATE');
4745:
4746: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4747: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4748: OE_Order_Util.Get_Attribute_Name('program_update_date'));

Line 4749: OE_MSG_PUB.Add;

4745:
4746: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4747: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4748: OE_Order_Util.Get_Attribute_Name('program_update_date'));
4749: OE_MSG_PUB.Add;
4750: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4751:
4752: END IF;
4753:

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

4746: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4747: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4748: OE_Order_Util.Get_Attribute_Name('program_update_date'));
4749: OE_MSG_PUB.Add;
4750: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4751:
4752: END IF;
4753:
4754:

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

4755: RETURN FALSE;
4756:
4757: WHEN OTHERS THEN
4758:
4759: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4760: THEN
4761: OE_MSG_PUB.Add_Exc_Msg
4762: ( G_PKG_NAME
4763: , 'Program_Update_Date'

Line 4761: OE_MSG_PUB.Add_Exc_Msg

4757: WHEN OTHERS THEN
4758:
4759: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4760: THEN
4761: OE_MSG_PUB.Add_Exc_Msg
4762: ( G_PKG_NAME
4763: , 'Program_Update_Date'
4764: );
4765: END IF;

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

4794: EXCEPTION
4795:
4796: WHEN NO_DATA_FOUND THEN
4797:
4798: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4799: THEN
4800:
4801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
4802:

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

4797:
4798: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4799: THEN
4800:
4801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_ID');
4802:
4803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4805: OE_Order_Util.Get_Attribute_Name('request_id'));

Line 4806: OE_MSG_PUB.Add;

4802:
4803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4805: OE_Order_Util.Get_Attribute_Name('request_id'));
4806: OE_MSG_PUB.Add;
4807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4808:
4809: END IF;
4810:

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

4803: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4804: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4805: OE_Order_Util.Get_Attribute_Name('request_id'));
4806: OE_MSG_PUB.Add;
4807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4808:
4809: END IF;
4810:
4811:

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

4812: RETURN FALSE;
4813:
4814: WHEN OTHERS THEN
4815:
4816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4817: THEN
4818: OE_MSG_PUB.Add_Exc_Msg
4819: ( G_PKG_NAME
4820: , 'Request'

Line 4818: OE_MSG_PUB.Add_Exc_Msg

4814: WHEN OTHERS THEN
4815:
4816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4817: THEN
4818: OE_MSG_PUB.Add_Exc_Msg
4819: ( G_PKG_NAME
4820: , 'Request'
4821: );
4822: END IF;

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

4851: EXCEPTION
4852:
4853: WHEN NO_DATA_FOUND THEN
4854:
4855: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4856: THEN
4857:
4858: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE1');
4859:

Line 4858: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE1');

4854:
4855: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4856: THEN
4857:
4858: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE1');
4859:
4860: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4861: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4862: OE_Order_Util.Get_Attribute_Name('global_attribute1'));

Line 4863: OE_MSG_PUB.Add;

4859:
4860: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4861: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4862: OE_Order_Util.Get_Attribute_Name('global_attribute1'));
4863: OE_MSG_PUB.Add;
4864: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4865:
4866: END IF;
4867:

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

4860: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4861: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4862: OE_Order_Util.Get_Attribute_Name('global_attribute1'));
4863: OE_MSG_PUB.Add;
4864: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4865:
4866: END IF;
4867:
4868:

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

4869: RETURN FALSE;
4870:
4871: WHEN OTHERS THEN
4872:
4873: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4874: THEN
4875: OE_MSG_PUB.Add_Exc_Msg
4876: ( G_PKG_NAME
4877: , 'Global_Attribute1'

Line 4875: OE_MSG_PUB.Add_Exc_Msg

4871: WHEN OTHERS THEN
4872:
4873: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4874: THEN
4875: OE_MSG_PUB.Add_Exc_Msg
4876: ( G_PKG_NAME
4877: , 'Global_Attribute1'
4878: );
4879: END IF;

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

4909: EXCEPTION
4910:
4911: WHEN NO_DATA_FOUND THEN
4912:
4913: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4914: THEN
4915:
4916: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
4917:

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

4912:
4913: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4914: THEN
4915:
4916: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_ADJUSTMENT_ID');
4917:
4918: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4919: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4920: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));

Line 4921: OE_MSG_PUB.Add;

4917:
4918: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4919: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4920: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
4921: OE_MSG_PUB.Add;
4922: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4923:
4924: END IF;
4925:

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

4918: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4919: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4920: OE_Order_Util.Get_Attribute_Name('price_adjustment_id'));
4921: OE_MSG_PUB.Add;
4922: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4923:
4924: END IF;
4925:
4926:

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

4927: RETURN FALSE;
4928:
4929: WHEN OTHERS THEN
4930:
4931: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4932: THEN
4933: OE_MSG_PUB.Add_Exc_Msg
4934: ( G_PKG_NAME
4935: , 'Price_Adjustment'

Line 4933: OE_MSG_PUB.Add_Exc_Msg

4929: WHEN OTHERS THEN
4930:
4931: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4932: THEN
4933: OE_MSG_PUB.Add_Exc_Msg
4934: ( G_PKG_NAME
4935: , 'Price_Adjustment'
4936: );
4937: END IF;

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

4966: EXCEPTION
4967:
4968: WHEN NO_DATA_FOUND THEN
4969:
4970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4971: THEN
4972:
4973: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
4974:

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

4969:
4970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
4971: THEN
4972:
4973: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_ID');
4974:
4975: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4976: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4977: OE_Order_Util.Get_Attribute_Name('discount_id'));

Line 4978: OE_MSG_PUB.Add;

4974:
4975: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4976: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4977: OE_Order_Util.Get_Attribute_Name('discount_id'));
4978: OE_MSG_PUB.Add;
4979: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4980:
4981: END IF;
4982:

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

4975: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
4976: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
4977: OE_Order_Util.Get_Attribute_Name('discount_id'));
4978: OE_MSG_PUB.Add;
4979: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
4980:
4981: END IF;
4982:
4983:

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

4984: RETURN FALSE;
4985:
4986: WHEN OTHERS THEN
4987:
4988: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4989: THEN
4990: OE_MSG_PUB.Add_Exc_Msg
4991: ( G_PKG_NAME
4992: , 'Discount'

Line 4990: OE_MSG_PUB.Add_Exc_Msg

4986: WHEN OTHERS THEN
4987:
4988: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4989: THEN
4990: OE_MSG_PUB.Add_Exc_Msg
4991: ( G_PKG_NAME
4992: , 'Discount'
4993: );
4994: END IF;

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

5024: EXCEPTION
5025:
5026: WHEN NO_DATA_FOUND THEN
5027:
5028: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5029: THEN
5030:
5031: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
5032:

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

5027:
5028: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5029: THEN
5030:
5031: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DISCOUNT_LINE_ID');
5032:
5033: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5034: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5035: OE_Order_Util.Get_Attribute_Name('discount_line_id'));

Line 5036: OE_MSG_PUB.Add;

5032:
5033: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5034: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5035: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
5036: OE_MSG_PUB.Add;
5037: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5038:
5039: END IF;
5040:

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

5033: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5034: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5035: OE_Order_Util.Get_Attribute_Name('discount_line_id'));
5036: OE_MSG_PUB.Add;
5037: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5038:
5039: END IF;
5040:
5041:

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

5042: RETURN FALSE;
5043:
5044: WHEN OTHERS THEN
5045:
5046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5047: THEN
5048: OE_MSG_PUB.Add_Exc_Msg
5049: ( G_PKG_NAME
5050: , 'Discount_Line'

Line 5048: OE_MSG_PUB.Add_Exc_Msg

5044: WHEN OTHERS THEN
5045:
5046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5047: THEN
5048: OE_MSG_PUB.Add_Exc_Msg
5049: ( G_PKG_NAME
5050: , 'Discount_Line'
5051: );
5052: END IF;

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

5081: EXCEPTION
5082:
5083: WHEN NO_DATA_FOUND THEN
5084:
5085: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5086: THEN
5087:
5088: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
5089:

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

5084:
5085: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5086: THEN
5087:
5088: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTOMATIC_FLAG');
5089:
5090: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5091: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5092: OE_Order_Util.Get_Attribute_Name('automatic_flag'));

Line 5093: OE_MSG_PUB.Add;

5089:
5090: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5091: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5092: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
5093: OE_MSG_PUB.Add;
5094: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5095:
5096: END IF;
5097:

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

5090: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5091: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5092: OE_Order_Util.Get_Attribute_Name('automatic_flag'));
5093: OE_MSG_PUB.Add;
5094: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5095:
5096: END IF;
5097:
5098:

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

5099: RETURN FALSE;
5100:
5101: WHEN OTHERS THEN
5102:
5103: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5104: THEN
5105: OE_MSG_PUB.Add_Exc_Msg
5106: ( G_PKG_NAME
5107: , 'Automatic'

Line 5105: OE_MSG_PUB.Add_Exc_Msg

5101: WHEN OTHERS THEN
5102:
5103: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5104: THEN
5105: OE_MSG_PUB.Add_Exc_Msg
5106: ( G_PKG_NAME
5107: , 'Automatic'
5108: );
5109: END IF;

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

5150: EXCEPTION
5151:
5152: WHEN NO_DATA_FOUND THEN
5153:
5154: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5155: THEN
5156:
5157: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
5158:

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

5153:
5154: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5155: THEN
5156:
5157: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
5158:
5159: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5160: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5161: OE_Order_Util.Get_Attribute_Name('percent'));

Line 5162: OE_MSG_PUB.Add;

5158:
5159: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5160: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5161: OE_Order_Util.Get_Attribute_Name('percent'));
5162: OE_MSG_PUB.Add;
5163: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5164:
5165: END IF;
5166:

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

5159: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5160: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5161: OE_Order_Util.Get_Attribute_Name('percent'));
5162: OE_MSG_PUB.Add;
5163: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5164:
5165: END IF;
5166:
5167:

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

5168: RETURN FALSE;
5169:
5170: WHEN OTHERS THEN
5171:
5172: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5173: THEN
5174: OE_MSG_PUB.Add_Exc_Msg
5175: ( G_PKG_NAME
5176: , 'Percent'

Line 5174: OE_MSG_PUB.Add_Exc_Msg

5170: WHEN OTHERS THEN
5171:
5172: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5173: THEN
5174: OE_MSG_PUB.Add_Exc_Msg
5175: ( G_PKG_NAME
5176: , 'Percent'
5177: );
5178: END IF;

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

5207: EXCEPTION
5208:
5209: WHEN NO_DATA_FOUND THEN
5210:
5211: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5212: THEN
5213:
5214: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
5215:

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

5210:
5211: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5212: THEN
5213:
5214: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_ID');
5215:
5216: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5217: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5218: OE_Order_Util.Get_Attribute_Name('line_id'));

Line 5219: OE_MSG_PUB.Add;

5215:
5216: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5217: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5218: OE_Order_Util.Get_Attribute_Name('line_id'));
5219: OE_MSG_PUB.Add;
5220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5221:
5222: END IF;
5223:

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

5216: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5217: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5218: OE_Order_Util.Get_Attribute_Name('line_id'));
5219: OE_MSG_PUB.Add;
5220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5221:
5222: END IF;
5223:
5224:

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

5225: RETURN FALSE;
5226:
5227: WHEN OTHERS THEN
5228:
5229: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5230: THEN
5231: OE_MSG_PUB.Add_Exc_Msg
5232: ( G_PKG_NAME
5233: , 'Line'

Line 5231: OE_MSG_PUB.Add_Exc_Msg

5227: WHEN OTHERS THEN
5228:
5229: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5230: THEN
5231: OE_MSG_PUB.Add_Exc_Msg
5232: ( G_PKG_NAME
5233: , 'Line'
5234: );
5235: END IF;

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

5264: EXCEPTION
5265:
5266: WHEN NO_DATA_FOUND THEN
5267:
5268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5269: THEN
5270:
5271: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
5272:

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

5267:
5268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5269: THEN
5270:
5271: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPLIED_FLAG');
5272:
5273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5275: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));

Line 5276: OE_MSG_PUB.Add;

5272:
5273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5275: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
5276: OE_MSG_PUB.Add;
5277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5278:
5279: END IF;
5280:

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

5273: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5274: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5275: OE_Order_Util.Get_Attribute_Name('Applied_Flag'));
5276: OE_MSG_PUB.Add;
5277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5278:
5279: END IF;
5280:
5281:

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

5282: RETURN FALSE;
5283:
5284: WHEN OTHERS THEN
5285:
5286: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5287: THEN
5288: OE_MSG_PUB.Add_Exc_Msg
5289: ( G_PKG_NAME
5290: , 'Applied_Flag'

Line 5288: OE_MSG_PUB.Add_Exc_Msg

5284: WHEN OTHERS THEN
5285:
5286: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5287: THEN
5288: OE_MSG_PUB.Add_Exc_Msg
5289: ( G_PKG_NAME
5290: , 'Applied_Flag'
5291: );
5292: END IF;

Line 5332: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN

5328: IF l_debug_level > 0 THEN
5329: OE_DEBUG_PUB.add('Change/Cancel Reason Code is invalid ',1);
5330: OE_DEBUG_PUB.add('Error Message at 1 : '||sqlerrm,1);
5331: END IF;
5332: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
5333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
5334: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5335: FND_MESSAGE.SET_TOKEN('ATTRIBUTE', OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
5336: OE_MSG_PUB.Add;

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

5329: OE_DEBUG_PUB.add('Change/Cancel Reason Code is invalid ',1);
5330: OE_DEBUG_PUB.add('Error Message at 1 : '||sqlerrm,1);
5331: END IF;
5332: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
5333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
5334: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5335: FND_MESSAGE.SET_TOKEN('ATTRIBUTE', OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
5336: OE_MSG_PUB.Add;
5337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

Line 5336: OE_MSG_PUB.Add;

5332: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
5333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
5334: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5335: FND_MESSAGE.SET_TOKEN('ATTRIBUTE', OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
5336: OE_MSG_PUB.Add;
5337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5338: END IF;
5339: RETURN FALSE;
5340: WHEN OTHERS THEN

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

5333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_CODE');
5334: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5335: FND_MESSAGE.SET_TOKEN('ATTRIBUTE', OE_Order_Util.Get_Attribute_Name('Change_Reason_Code'));
5336: OE_MSG_PUB.Add;
5337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5338: END IF;
5339: RETURN FALSE;
5340: WHEN OTHERS THEN
5341: IF l_debug_level > 0 THEN

Line 5345: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

5341: IF l_debug_level > 0 THEN
5342: OE_DEBUG_PUB.add('Change/Cancel Reason Code is invalid ',1);
5343: OE_DEBUG_PUB.add('Error Message at 2 : '||sqlerrm,1);
5344: END IF;
5345: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5346: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , 'Change_Reason_Code');
5347: END IF;
5348: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5349:

Line 5346: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , 'Change_Reason_Code');

5342: OE_DEBUG_PUB.add('Change/Cancel Reason Code is invalid ',1);
5343: OE_DEBUG_PUB.add('Error Message at 2 : '||sqlerrm,1);
5344: END IF;
5345: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5346: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , 'Change_Reason_Code');
5347: END IF;
5348: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5349:
5350: END Change_Reason_Code;

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

5370: EXCEPTION
5371:
5372: WHEN NO_DATA_FOUND THEN
5373:
5374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5375: THEN
5376:
5377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
5378:

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

5373:
5374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5375: THEN
5376:
5377: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHANGE_REASON_TEXT');
5378:
5379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5381: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));

Line 5382: OE_MSG_PUB.Add;

5378:
5379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5381: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
5382: OE_MSG_PUB.Add;
5383: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5384:
5385: END IF;
5386:

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

5379: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5381: OE_Order_Util.Get_Attribute_Name('Change_Reason_Text'));
5382: OE_MSG_PUB.Add;
5383: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5384:
5385: END IF;
5386:
5387:

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

5388: RETURN FALSE;
5389:
5390: WHEN OTHERS THEN
5391:
5392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5393: THEN
5394: OE_MSG_PUB.Add_Exc_Msg
5395: ( G_PKG_NAME
5396: , 'Change_Reason_Text'

Line 5394: OE_MSG_PUB.Add_Exc_Msg

5390: WHEN OTHERS THEN
5391:
5392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5393: THEN
5394: OE_MSG_PUB.Add_Exc_Msg
5395: ( G_PKG_NAME
5396: , 'Change_Reason_Text'
5397: );
5398: END IF;

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

5428: EXCEPTION
5429:
5430: WHEN NO_DATA_FOUND THEN
5431:
5432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5433: THEN
5434:
5435: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
5436:

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

5431:
5432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5433: THEN
5434:
5435: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_HEADER_ID');
5436:
5437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5439: OE_Order_Util.Get_Attribute_Name('List_Header_id'));

Line 5440: OE_MSG_PUB.Add;

5436:
5437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5439: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
5440: OE_MSG_PUB.Add;
5441: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5442:
5443: END IF;
5444:

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

5437: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5438: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5439: OE_Order_Util.Get_Attribute_Name('List_Header_id'));
5440: OE_MSG_PUB.Add;
5441: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5442:
5443: END IF;
5444:
5445:

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

5446: RETURN FALSE;
5447:
5448: WHEN OTHERS THEN
5449:
5450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5451: THEN
5452: OE_MSG_PUB.Add_Exc_Msg
5453: ( G_PKG_NAME
5454: , 'List_Header_id'

Line 5452: OE_MSG_PUB.Add_Exc_Msg

5448: WHEN OTHERS THEN
5449:
5450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5451: THEN
5452: OE_MSG_PUB.Add_Exc_Msg
5453: ( G_PKG_NAME
5454: , 'List_Header_id'
5455: );
5456: END IF;

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

5486: EXCEPTION
5487:
5488: WHEN NO_DATA_FOUND THEN
5489:
5490: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5491: THEN
5492:
5493: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
5494:

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

5489:
5490: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5491: THEN
5492:
5493: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_ID');
5494:
5495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5497: OE_Order_Util.Get_Attribute_Name('List_Line_id'));

Line 5498: OE_MSG_PUB.Add;

5494:
5495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5497: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
5498: OE_MSG_PUB.Add;
5499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5500:
5501: END IF;
5502:

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

5495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5497: OE_Order_Util.Get_Attribute_Name('List_Line_id'));
5498: OE_MSG_PUB.Add;
5499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5500:
5501: END IF;
5502:
5503:

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

5504: RETURN FALSE;
5505:
5506: WHEN OTHERS THEN
5507:
5508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5509: THEN
5510: OE_MSG_PUB.Add_Exc_Msg
5511: ( G_PKG_NAME
5512: , 'List_Line_id'

Line 5510: OE_MSG_PUB.Add_Exc_Msg

5506: WHEN OTHERS THEN
5507:
5508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5509: THEN
5510: OE_MSG_PUB.Add_Exc_Msg
5511: ( G_PKG_NAME
5512: , 'List_Line_id'
5513: );
5514: END IF;

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

5543: EXCEPTION
5544:
5545: WHEN NO_DATA_FOUND THEN
5546:
5547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5548: THEN
5549:
5550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
5551:

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

5546:
5547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5548: THEN
5549:
5550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LIST_LINE_TYPE_CODE');
5551:
5552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5554: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));

Line 5555: OE_MSG_PUB.Add;

5551:
5552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5554: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
5555: OE_MSG_PUB.Add;
5556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5557:
5558: END IF;
5559:

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

5552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5554: OE_Order_Util.Get_Attribute_Name('List_Line_Type_code'));
5555: OE_MSG_PUB.Add;
5556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5557:
5558: END IF;
5559:
5560:

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

5561: RETURN FALSE;
5562:
5563: WHEN OTHERS THEN
5564:
5565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5566: THEN
5567: OE_MSG_PUB.Add_Exc_Msg
5568: ( G_PKG_NAME
5569: , 'List_Line_Type_code'

Line 5567: OE_MSG_PUB.Add_Exc_Msg

5563: WHEN OTHERS THEN
5564:
5565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5566: THEN
5567: OE_MSG_PUB.Add_Exc_Msg
5568: ( G_PKG_NAME
5569: , 'List_Line_Type_code'
5570: );
5571: END IF;

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

5601: EXCEPTION
5602:
5603: WHEN NO_DATA_FOUND THEN
5604:
5605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5606: THEN
5607:
5608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
5609:

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

5604:
5605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5606: THEN
5607:
5608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_FROM');
5609:
5610: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5611: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5612: OE_Order_Util.Get_Attribute_Name('Modified_From'));

Line 5613: OE_MSG_PUB.Add;

5609:
5610: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5611: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5612: OE_Order_Util.Get_Attribute_Name('Modified_From'));
5613: OE_MSG_PUB.Add;
5614: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5615:
5616: END IF;
5617:

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

5610: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5611: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5612: OE_Order_Util.Get_Attribute_Name('Modified_From'));
5613: OE_MSG_PUB.Add;
5614: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5615:
5616: END IF;
5617:
5618:

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

5619: RETURN FALSE;
5620:
5621: WHEN OTHERS THEN
5622:
5623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5624: THEN
5625: OE_MSG_PUB.Add_Exc_Msg
5626: ( G_PKG_NAME
5627: , 'Modified_From'

Line 5625: OE_MSG_PUB.Add_Exc_Msg

5621: WHEN OTHERS THEN
5622:
5623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5624: THEN
5625: OE_MSG_PUB.Add_Exc_Msg
5626: ( G_PKG_NAME
5627: , 'Modified_From'
5628: );
5629: END IF;

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

5658: EXCEPTION
5659:
5660: WHEN NO_DATA_FOUND THEN
5661:
5662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5663: THEN
5664:
5665: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
5666:

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

5661:
5662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5663: THEN
5664:
5665: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIED_TO');
5666:
5667: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5668: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5669: OE_Order_Util.Get_Attribute_Name('Modified_To'));

Line 5670: OE_MSG_PUB.Add;

5666:
5667: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5668: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5669: OE_Order_Util.Get_Attribute_Name('Modified_To'));
5670: OE_MSG_PUB.Add;
5671: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5672:
5673: END IF;
5674:

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

5667: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5668: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5669: OE_Order_Util.Get_Attribute_Name('Modified_To'));
5670: OE_MSG_PUB.Add;
5671: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5672:
5673: END IF;
5674:
5675:

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

5676: RETURN FALSE;
5677:
5678: WHEN OTHERS THEN
5679:
5680: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5681: THEN
5682: OE_MSG_PUB.Add_Exc_Msg
5683: ( G_PKG_NAME
5684: , 'Modified_To'

Line 5682: OE_MSG_PUB.Add_Exc_Msg

5678: WHEN OTHERS THEN
5679:
5680: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5681: THEN
5682: OE_MSG_PUB.Add_Exc_Msg
5683: ( G_PKG_NAME
5684: , 'Modified_To'
5685: );
5686: END IF;

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

5716: EXCEPTION
5717:
5718: WHEN NO_DATA_FOUND THEN
5719:
5720: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5721: THEN
5722:
5723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
5724:

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

5719:
5720: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5721: THEN
5722:
5723: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODIFIER_MECHANISM_TYPE_CODE');
5724:
5725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5727: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));

Line 5728: OE_MSG_PUB.Add;

5724:
5725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5727: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
5728: OE_MSG_PUB.Add;
5729: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5730:
5731: END IF;
5732:

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

5725: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5726: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5727: OE_Order_Util.Get_Attribute_Name('Modifier_mechanism_type_code'));
5728: OE_MSG_PUB.Add;
5729: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5730:
5731: END IF;
5732:
5733:

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

5734: RETURN FALSE;
5735:
5736: WHEN OTHERS THEN
5737:
5738: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5739: THEN
5740: OE_MSG_PUB.Add_Exc_Msg
5741: ( G_PKG_NAME
5742: , 'Modifier_mechanism_type_code'

Line 5740: OE_MSG_PUB.Add_Exc_Msg

5736: WHEN OTHERS THEN
5737:
5738: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5739: THEN
5740: OE_MSG_PUB.Add_Exc_Msg
5741: ( G_PKG_NAME
5742: , 'Modifier_mechanism_type_code'
5743: );
5744: END IF;

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

5775: EXCEPTION
5776:
5777: WHEN NO_DATA_FOUND THEN
5778:
5779: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5780: THEN
5781:
5782: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
5783:

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

5778:
5779: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5780: THEN
5781:
5782: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATED_FLAG');
5783:
5784: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5785: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5786: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));

Line 5787: OE_MSG_PUB.Add;

5783:
5784: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5785: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5786: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
5787: OE_MSG_PUB.Add;
5788: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5789:
5790: END IF;
5791:

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

5784: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5785: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5786: OE_Order_Util.Get_Attribute_Name('Updated_Flag'));
5787: OE_MSG_PUB.Add;
5788: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5789:
5790: END IF;
5791:
5792:

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

5793: RETURN FALSE;
5794:
5795: WHEN OTHERS THEN
5796:
5797: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5798: THEN
5799: OE_MSG_PUB.Add_Exc_Msg
5800: ( G_PKG_NAME
5801: , 'Updated_Flag'

Line 5799: OE_MSG_PUB.Add_Exc_Msg

5795: WHEN OTHERS THEN
5796:
5797: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5798: THEN
5799: OE_MSG_PUB.Add_Exc_Msg
5800: ( G_PKG_NAME
5801: , 'Updated_Flag'
5802: );
5803: END IF;

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

5833: EXCEPTION
5834:
5835: WHEN NO_DATA_FOUND THEN
5836:
5837: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5838: THEN
5839:
5840: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
5841:

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

5836:
5837: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5838: THEN
5839:
5840: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UPDATE_ALLOWED');
5841:
5842: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5843: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5844: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));

Line 5845: OE_MSG_PUB.Add;

5841:
5842: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5843: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5844: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
5845: OE_MSG_PUB.Add;
5846: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5847:
5848: END IF;
5849:

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

5842: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5843: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5844: OE_Order_Util.Get_Attribute_Name('Update_Allowed'));
5845: OE_MSG_PUB.Add;
5846: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5847:
5848: END IF;
5849:
5850:

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

5851: RETURN FALSE;
5852:
5853: WHEN OTHERS THEN
5854:
5855: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5856: THEN
5857: OE_MSG_PUB.Add_Exc_Msg
5858: ( G_PKG_NAME
5859: , 'Update_Allowed'

Line 5857: OE_MSG_PUB.Add_Exc_Msg

5853: WHEN OTHERS THEN
5854:
5855: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5856: THEN
5857: OE_MSG_PUB.Add_Exc_Msg
5858: ( G_PKG_NAME
5859: , 'Update_Allowed'
5860: );
5861: END IF;

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

5890: EXCEPTION
5891:
5892: WHEN NO_DATA_FOUND THEN
5893:
5894: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5895: THEN
5896:
5897: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CREDIT_ID');
5898:

Line 5897: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CREDIT_ID');

5893:
5894: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5895: THEN
5896:
5897: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CREDIT_ID');
5898:
5899: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5900: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5901: OE_Order_Util.Get_Attribute_Name('sales_credit_id'));

Line 5902: OE_MSG_PUB.Add;

5898:
5899: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5900: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5901: OE_Order_Util.Get_Attribute_Name('sales_credit_id'));
5902: OE_MSG_PUB.Add;
5903: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5904:
5905: END IF;
5906:

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

5899: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5900: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5901: OE_Order_Util.Get_Attribute_Name('sales_credit_id'));
5902: OE_MSG_PUB.Add;
5903: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5904:
5905: END IF;
5906:
5907:

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

5908: RETURN FALSE;
5909:
5910: WHEN OTHERS THEN
5911:
5912: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5913: THEN
5914: OE_MSG_PUB.Add_Exc_Msg
5915: ( G_PKG_NAME
5916: , 'Sales_Credit'

Line 5914: OE_MSG_PUB.Add_Exc_Msg

5910: WHEN OTHERS THEN
5911:
5912: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5913: THEN
5914: OE_MSG_PUB.Add_Exc_Msg
5915: ( G_PKG_NAME
5916: , 'Sales_Credit'
5917: );
5918: END IF;

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

5946: IF l_dummy = 'VALID' then
5947:
5948: RETURN TRUE;
5949: ELSE
5950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5951: THEN
5952:
5953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Sales_credit_type_id');
5954:

Line 5953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Sales_credit_type_id');

5949: ELSE
5950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
5951: THEN
5952:
5953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Sales_credit_type_id');
5954:
5955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5957: OE_Order_Util.Get_Attribute_Name('Sales_credit_type_id'));

Line 5958: OE_MSG_PUB.Add;

5954:
5955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5957: OE_Order_Util.Get_Attribute_Name('Sales_credit_type_id'));
5958: OE_MSG_PUB.Add;
5959: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5960:
5961: END IF;
5962:

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

5955: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
5956: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
5957: OE_Order_Util.Get_Attribute_Name('Sales_credit_type_id'));
5958: OE_MSG_PUB.Add;
5959: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
5960:
5961: END IF;
5962:
5963: RETURN FALSE;

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

5965: EXCEPTION
5966:
5967: WHEN OTHERS THEN
5968:
5969: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5970: THEN
5971: OE_MSG_PUB.Add_Exc_Msg
5972: ( G_PKG_NAME
5973: , 'Sales_credit_type'

Line 5971: OE_MSG_PUB.Add_Exc_Msg

5967: WHEN OTHERS THEN
5968:
5969: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5970: THEN
5971: OE_MSG_PUB.Add_Exc_Msg
5972: ( G_PKG_NAME
5973: , 'Sales_credit_type'
5974: );
5975: END IF;

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

6065: end if;
6066:
6067: RETURN TRUE;
6068: ELSE
6069: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6070: THEN
6071:
6072: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6073:

Line 6072: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');

6068: ELSE
6069: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6070: THEN
6071:
6072: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6073:
6074: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6075: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6076: OE_Order_Util.Get_Attribute_Name('salesrep_id'));

Line 6077: OE_MSG_PUB.Add;

6073:
6074: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6075: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6076: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6077: OE_MSG_PUB.Add;
6078: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6079:
6080: END IF;
6081: IF l_debug_level > 0 THEN

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

6074: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6075: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6076: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6077: OE_MSG_PUB.Add;
6078: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6079:
6080: END IF;
6081: IF l_debug_level > 0 THEN
6082: oe_debug_pub.add(' rtf failed 1');

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

6090: IF l_debug_level > 0 THEN
6091: oe_debug_pub.add('Return False, Sales Rep Not Active');
6092: end if;
6093: ---start bug# 13657183
6094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6095: THEN
6096:
6097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6098:

Line 6097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');

6093: ---start bug# 13657183
6094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6095: THEN
6096:
6097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6098:
6099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6101: OE_Order_Util.Get_Attribute_Name('salesrep_id'));

Line 6102: OE_MSG_PUB.Add;

6098:
6099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6101: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6102: OE_MSG_PUB.Add;
6103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6104:
6105: END IF;
6106:

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

6099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6101: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6102: OE_MSG_PUB.Add;
6103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6104:
6105: END IF;
6106:
6107: ---End bug# 13657183

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

6123: ELSE
6124: IF l_debug_level > 0 THEN
6125: oe_debug_pub.add(' rtf failed 2');
6126: END IF;
6127: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6128: THEN
6129:
6130: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6131:

Line 6130: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');

6126: END IF;
6127: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6128: THEN
6129:
6130: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6131:
6132: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6133: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6134: OE_Order_Util.Get_Attribute_Name('salesrep_id'));

Line 6135: OE_MSG_PUB.Add;

6131:
6132: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6133: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6134: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6135: OE_MSG_PUB.Add;
6136: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6137:
6138: END IF;
6139: END IF;

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

6132: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6133: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6134: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6135: OE_MSG_PUB.Add;
6136: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6137:
6138: END IF;
6139: END IF;
6140:

Line 6147: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');

6143: End;
6144: EXCEPTION
6145:
6146: WHEN no_data_found Then
6147: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6148: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6149: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6150: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6151: OE_MSG_PUB.Add;

Line 6151: OE_MSG_PUB.Add;

6147: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALESREP_ID');
6148: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6149: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6150: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6151: OE_MSG_PUB.Add;
6152: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6153: Return FALSE;
6154: WHEN OTHERS THEN
6155:

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

6148: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6149: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6150: OE_Order_Util.Get_Attribute_Name('salesrep_id'));
6151: OE_MSG_PUB.Add;
6152: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6153: Return FALSE;
6154: WHEN OTHERS THEN
6155:
6156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

6152: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6153: Return FALSE;
6154: WHEN OTHERS THEN
6155:
6156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6157: THEN
6158: OE_MSG_PUB.Add_Exc_Msg
6159: ( G_PKG_NAME
6160: , 'Salesrep'

Line 6158: OE_MSG_PUB.Add_Exc_Msg

6154: WHEN OTHERS THEN
6155:
6156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6157: THEN
6158: OE_MSG_PUB.Add_Exc_Msg
6159: ( G_PKG_NAME
6160: , 'Salesrep'
6161: );
6162: END IF;

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

6191: EXCEPTION
6192:
6193: WHEN NO_DATA_FOUND THEN
6194:
6195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6196: THEN
6197:
6198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DW_UPDATE_ADVICE_FLAG');
6199:

Line 6198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DW_UPDATE_ADVICE_FLAG');

6194:
6195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6196: THEN
6197:
6198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DW_UPDATE_ADVICE_FLAG');
6199:
6200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6202: OE_Order_Util.Get_Attribute_Name('dw_update_advice_flag'));

Line 6203: OE_MSG_PUB.Add;

6199:
6200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6202: OE_Order_Util.Get_Attribute_Name('dw_update_advice_flag'));
6203: OE_MSG_PUB.Add;
6204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6205:
6206: END IF;
6207:

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

6200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6202: OE_Order_Util.Get_Attribute_Name('dw_update_advice_flag'));
6203: OE_MSG_PUB.Add;
6204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6205:
6206: END IF;
6207:
6208:

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

6209: RETURN FALSE;
6210:
6211: WHEN OTHERS THEN
6212:
6213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6214: THEN
6215: OE_MSG_PUB.Add_Exc_Msg
6216: ( G_PKG_NAME
6217: , 'Dw_Update_Advice'

Line 6215: OE_MSG_PUB.Add_Exc_Msg

6211: WHEN OTHERS THEN
6212:
6213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6214: THEN
6215: OE_MSG_PUB.Add_Exc_Msg
6216: ( G_PKG_NAME
6217: , 'Dw_Update_Advice'
6218: );
6219: END IF;

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

6248: EXCEPTION
6249:
6250: WHEN NO_DATA_FOUND THEN
6251:
6252: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6253: THEN
6254:
6255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'WH_UPDATE_DATE');
6256:

Line 6255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'WH_UPDATE_DATE');

6251:
6252: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6253: THEN
6254:
6255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'WH_UPDATE_DATE');
6256:
6257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6259: OE_Order_Util.Get_Attribute_Name('wh_update_date'));

Line 6260: OE_MSG_PUB.Add;

6256:
6257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6259: OE_Order_Util.Get_Attribute_Name('wh_update_date'));
6260: OE_MSG_PUB.Add;
6261: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6262:
6263: END IF;
6264:

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

6257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6259: OE_Order_Util.Get_Attribute_Name('wh_update_date'));
6260: OE_MSG_PUB.Add;
6261: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6262:
6263: END IF;
6264:
6265:

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

6266: RETURN FALSE;
6267:
6268: WHEN OTHERS THEN
6269:
6270: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6271: THEN
6272: OE_MSG_PUB.Add_Exc_Msg
6273: ( G_PKG_NAME
6274: , 'Wh_Update_Date'

Line 6272: OE_MSG_PUB.Add_Exc_Msg

6268: WHEN OTHERS THEN
6269:
6270: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6271: THEN
6272: OE_MSG_PUB.Add_Exc_Msg
6273: ( G_PKG_NAME
6274: , 'Wh_Update_Date'
6275: );
6276: END IF;

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

6331: EXCEPTION
6332:
6333: WHEN NO_DATA_FOUND THEN
6334:
6335: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6336: THEN
6337:
6338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_TYPE_ID');
6339:

Line 6338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_TYPE_ID');

6334:
6335: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6336: THEN
6337:
6338: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_TYPE_ID');
6339:
6340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6342: OE_Order_Util.Get_Attribute_Name('line_type_id'));

Line 6343: OE_MSG_PUB.Add;

6339:
6340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6342: OE_Order_Util.Get_Attribute_Name('line_type_id'));
6343: OE_MSG_PUB.Add;
6344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6345:
6346: END IF;
6347:

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

6340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6342: OE_Order_Util.Get_Attribute_Name('line_type_id'));
6343: OE_MSG_PUB.Add;
6344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6345:
6346: END IF;
6347:
6348:

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

6349: RETURN FALSE;
6350:
6351: WHEN OTHERS THEN
6352:
6353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6354: THEN
6355: OE_MSG_PUB.Add_Exc_Msg
6356: ( G_PKG_NAME
6357: , 'Line_Type'

Line 6355: OE_MSG_PUB.Add_Exc_Msg

6351: WHEN OTHERS THEN
6352:
6353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6354: THEN
6355: OE_MSG_PUB.Add_Exc_Msg
6356: ( G_PKG_NAME
6357: , 'Line_Type'
6358: );
6359: END IF;

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

6388: EXCEPTION
6389:
6390: WHEN NO_DATA_FOUND THEN
6391:
6392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6393: THEN
6394:
6395: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_NUMBER');
6396:

Line 6395: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_NUMBER');

6391:
6392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6393: THEN
6394:
6395: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_NUMBER');
6396:
6397: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6398: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6399: OE_Order_Util.Get_Attribute_Name('line_number'));

Line 6400: OE_MSG_PUB.Add;

6396:
6397: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6398: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6399: OE_Order_Util.Get_Attribute_Name('line_number'));
6400: OE_MSG_PUB.Add;
6401: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6402:
6403: END IF;
6404:

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

6397: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6398: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6399: OE_Order_Util.Get_Attribute_Name('line_number'));
6400: OE_MSG_PUB.Add;
6401: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6402:
6403: END IF;
6404:
6405:

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

6406: RETURN FALSE;
6407:
6408: WHEN OTHERS THEN
6409:
6410: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6411: THEN
6412: OE_MSG_PUB.Add_Exc_Msg
6413: ( G_PKG_NAME
6414: , 'Line_Number'

Line 6412: OE_MSG_PUB.Add_Exc_Msg

6408: WHEN OTHERS THEN
6409:
6410: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6411: THEN
6412: OE_MSG_PUB.Add_Exc_Msg
6413: ( G_PKG_NAME
6414: , 'Line_Number'
6415: );
6416: END IF;

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

6445: EXCEPTION
6446:
6447: WHEN NO_DATA_FOUND THEN
6448:
6449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6450: THEN
6451:
6452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM_ID');
6453:

Line 6452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM_ID');

6448:
6449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6450: THEN
6451:
6452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM_ID');
6453:
6454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6456: OE_Order_Util.Get_Attribute_Name('ordered_item_id'));

Line 6457: OE_MSG_PUB.Add;

6453:
6454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6456: OE_Order_Util.Get_Attribute_Name('ordered_item_id'));
6457: OE_MSG_PUB.Add;
6458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6459:
6460: END IF;
6461:

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

6454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6456: OE_Order_Util.Get_Attribute_Name('ordered_item_id'));
6457: OE_MSG_PUB.Add;
6458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6459:
6460: END IF;
6461:
6462:

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

6463: RETURN FALSE;
6464:
6465: WHEN OTHERS THEN
6466:
6467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6468: THEN
6469: OE_MSG_PUB.Add_Exc_Msg
6470: ( G_PKG_NAME
6471: , 'Ordered_Item_Id'

Line 6469: OE_MSG_PUB.Add_Exc_Msg

6465: WHEN OTHERS THEN
6466:
6467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6468: THEN
6469: OE_MSG_PUB.Add_Exc_Msg
6470: ( G_PKG_NAME
6471: , 'Ordered_Item_Id'
6472: );
6473: END IF;

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

6502: EXCEPTION
6503:
6504: WHEN NO_DATA_FOUND THEN
6505:
6506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6507: THEN
6508:
6509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_IDENTIFIER_TYPE');
6510:

Line 6509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_IDENTIFIER_TYPE');

6505:
6506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6507: THEN
6508:
6509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_IDENTIFIER_TYPE');
6510:
6511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6513: OE_Order_Util.Get_Attribute_Name('item_identifier_type'));

Line 6514: OE_MSG_PUB.Add;

6510:
6511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6513: OE_Order_Util.Get_Attribute_Name('item_identifier_type'));
6514: OE_MSG_PUB.Add;
6515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6516:
6517: END IF;
6518:

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

6511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6513: OE_Order_Util.Get_Attribute_Name('item_identifier_type'));
6514: OE_MSG_PUB.Add;
6515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6516:
6517: END IF;
6518:
6519:

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

6520: RETURN FALSE;
6521:
6522: WHEN OTHERS THEN
6523:
6524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6525: THEN
6526: OE_MSG_PUB.Add_Exc_Msg
6527: ( G_PKG_NAME
6528: , 'Item_Identifier_Type'

Line 6526: OE_MSG_PUB.Add_Exc_Msg

6522: WHEN OTHERS THEN
6523:
6524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6525: THEN
6526: OE_MSG_PUB.Add_Exc_Msg
6527: ( G_PKG_NAME
6528: , 'Item_Identifier_Type'
6529: );
6530: END IF;

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

6559: EXCEPTION
6560:
6561: WHEN NO_DATA_FOUND THEN
6562:
6563: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6564: THEN
6565:
6566: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM');
6567:

Line 6566: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM');

6562:
6563: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6564: THEN
6565:
6566: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_ITEM');
6567:
6568: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6569: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6570: OE_Order_Util.Get_Attribute_Name('ordered_item'));

Line 6571: OE_MSG_PUB.Add;

6567:
6568: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6569: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6570: OE_Order_Util.Get_Attribute_Name('ordered_item'));
6571: OE_MSG_PUB.Add;
6572: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6573:
6574: END IF;
6575:

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

6568: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6569: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6570: OE_Order_Util.Get_Attribute_Name('ordered_item'));
6571: OE_MSG_PUB.Add;
6572: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6573:
6574: END IF;
6575:
6576:

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

6577: RETURN FALSE;
6578:
6579: WHEN OTHERS THEN
6580:
6581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6582: THEN
6583: OE_MSG_PUB.Add_Exc_Msg
6584: ( G_PKG_NAME
6585: , 'Ordered_Item'

Line 6583: OE_MSG_PUB.Add_Exc_Msg

6579: WHEN OTHERS THEN
6580:
6581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6582: THEN
6583: OE_MSG_PUB.Add_Exc_Msg
6584: ( G_PKG_NAME
6585: , 'Ordered_Item'
6586: );
6587: END IF;

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

6616: EXCEPTION
6617:
6618: WHEN NO_DATA_FOUND THEN
6619:
6620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6621: THEN
6622:
6623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_REQUESTED');
6624:

Line 6623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_REQUESTED');

6619:
6620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6621: THEN
6622:
6623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_REQUESTED');
6624:
6625: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6626: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6627: OE_Order_Util.Get_Attribute_Name('date_and_time_requested'));

Line 6628: OE_MSG_PUB.Add;

6624:
6625: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6626: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6627: OE_Order_Util.Get_Attribute_Name('date_and_time_requested'));
6628: OE_MSG_PUB.Add;
6629: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6630:
6631: END IF;
6632:

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

6625: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6626: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6627: OE_Order_Util.Get_Attribute_Name('date_and_time_requested'));
6628: OE_MSG_PUB.Add;
6629: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6630:
6631: END IF;
6632:
6633:

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

6634: RETURN FALSE;
6635:
6636: WHEN OTHERS THEN
6637:
6638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6639: THEN
6640: OE_MSG_PUB.Add_Exc_Msg
6641: ( G_PKG_NAME
6642: , 'Date_And_Time_Requested'

Line 6640: OE_MSG_PUB.Add_Exc_Msg

6636: WHEN OTHERS THEN
6637:
6638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6639: THEN
6640: OE_MSG_PUB.Add_Exc_Msg
6641: ( G_PKG_NAME
6642: , 'Date_And_Time_Requested'
6643: );
6644: END IF;

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

6673: EXCEPTION
6674:
6675: WHEN NO_DATA_FOUND THEN
6676:
6677: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6678: THEN
6679:
6680: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_PROMISED');
6681:

Line 6680: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_PROMISED');

6676:
6677: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6678: THEN
6679:
6680: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_PROMISED');
6681:
6682: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6683: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6684: OE_Order_Util.Get_Attribute_Name('date_and_time_promised'));

Line 6685: OE_MSG_PUB.Add;

6681:
6682: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6683: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6684: OE_Order_Util.Get_Attribute_Name('date_and_time_promised'));
6685: OE_MSG_PUB.Add;
6686: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6687:
6688: END IF;
6689:

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

6682: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6683: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6684: OE_Order_Util.Get_Attribute_Name('date_and_time_promised'));
6685: OE_MSG_PUB.Add;
6686: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6687:
6688: END IF;
6689:
6690:

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

6691: RETURN FALSE;
6692:
6693: WHEN OTHERS THEN
6694:
6695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6696: THEN
6697: OE_MSG_PUB.Add_Exc_Msg
6698: ( G_PKG_NAME
6699: , 'Date_And_Time_Promised'

Line 6697: OE_MSG_PUB.Add_Exc_Msg

6693: WHEN OTHERS THEN
6694:
6695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6696: THEN
6697: OE_MSG_PUB.Add_Exc_Msg
6698: ( G_PKG_NAME
6699: , 'Date_And_Time_Promised'
6700: );
6701: END IF;

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

6730: EXCEPTION
6731:
6732: WHEN NO_DATA_FOUND THEN
6733:
6734: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6735: THEN
6736:
6737: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_SCHEDULED');
6738:

Line 6737: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_SCHEDULED');

6733:
6734: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6735: THEN
6736:
6737: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DATE_AND_TIME_SCHEDULED');
6738:
6739: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6740: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6741: OE_Order_Util.Get_Attribute_Name('date_and_time_scheduled'));

Line 6742: OE_MSG_PUB.Add;

6738:
6739: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6740: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6741: OE_Order_Util.Get_Attribute_Name('date_and_time_scheduled'));
6742: OE_MSG_PUB.Add;
6743: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6744:
6745: END IF;
6746:

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

6739: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6740: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6741: OE_Order_Util.Get_Attribute_Name('date_and_time_scheduled'));
6742: OE_MSG_PUB.Add;
6743: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6744:
6745: END IF;
6746:
6747:

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

6748: RETURN FALSE;
6749:
6750: WHEN OTHERS THEN
6751:
6752: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6753: THEN
6754: OE_MSG_PUB.Add_Exc_Msg
6755: ( G_PKG_NAME
6756: , 'Date_And_Time_Scheduled'

Line 6754: OE_MSG_PUB.Add_Exc_Msg

6750: WHEN OTHERS THEN
6751:
6752: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6753: THEN
6754: OE_MSG_PUB.Add_Exc_Msg
6755: ( G_PKG_NAME
6756: , 'Date_And_Time_Scheduled'
6757: );
6758: END IF;

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

6787: EXCEPTION
6788:
6789: WHEN NO_DATA_FOUND THEN
6790:
6791: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6792: THEN
6793:
6794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_QUANTITY_UOM');
6795:

Line 6794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_QUANTITY_UOM');

6790:
6791: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6792: THEN
6793:
6794: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_QUANTITY_UOM');
6795:
6796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6798: OE_Order_Util.Get_Attribute_Name('order_quantity_uom'));

Line 6799: OE_MSG_PUB.Add;

6795:
6796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6798: OE_Order_Util.Get_Attribute_Name('order_quantity_uom'));
6799: OE_MSG_PUB.Add;
6800: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6801:
6802: END IF;
6803:

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

6796: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6797: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6798: OE_Order_Util.Get_Attribute_Name('order_quantity_uom'));
6799: OE_MSG_PUB.Add;
6800: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6801:
6802: END IF;
6803:
6804:

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

6805: RETURN FALSE;
6806:
6807: WHEN OTHERS THEN
6808:
6809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6810: THEN
6811: OE_MSG_PUB.Add_Exc_Msg
6812: ( G_PKG_NAME
6813: , 'Order_Quantity_Uom'

Line 6811: OE_MSG_PUB.Add_Exc_Msg

6807: WHEN OTHERS THEN
6808:
6809: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6810: THEN
6811: OE_MSG_PUB.Add_Exc_Msg
6812: ( G_PKG_NAME
6813: , 'Order_Quantity_Uom'
6814: );
6815: END IF;

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

6840: EXCEPTION
6841:
6842: WHEN NO_DATA_FOUND THEN
6843:
6844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6845: THEN
6846:
6847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY_UOM2');
6848:

Line 6847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY_UOM2');

6843:
6844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6845: THEN
6846:
6847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY_UOM2');
6848:
6849: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6850: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6851: OE_Order_Util.Get_Attribute_Name('ordered_quantity_uom2'));

Line 6852: OE_MSG_PUB.Add;

6848:
6849: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6850: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6851: OE_Order_Util.Get_Attribute_Name('ordered_quantity_uom2'));
6852: OE_MSG_PUB.Add;
6853: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6854:
6855: END IF;
6856:

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

6849: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6850: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6851: OE_Order_Util.Get_Attribute_Name('ordered_quantity_uom2'));
6852: OE_MSG_PUB.Add;
6853: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6854:
6855: END IF;
6856:
6857:

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

6858: RETURN FALSE;
6859:
6860: WHEN OTHERS THEN
6861:
6862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6863: THEN
6864: OE_MSG_PUB.Add_Exc_Msg
6865: ( G_PKG_NAME
6866: , 'Ordered_Quantity_Uom2'

Line 6864: OE_MSG_PUB.Add_Exc_Msg

6860: WHEN OTHERS THEN
6861:
6862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6863: THEN
6864: OE_MSG_PUB.Add_Exc_Msg
6865: ( G_PKG_NAME
6866: , 'Ordered_Quantity_Uom2'
6867: );
6868: END IF;

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

6902: EXCEPTION
6903:
6904: WHEN NO_DATA_FOUND THEN
6905:
6906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6907: THEN
6908:
6909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREFERRED_GRADE');
6910:

Line 6909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREFERRED_GRADE');

6905:
6906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6907: THEN
6908:
6909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREFERRED_GRADE');
6910:
6911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6913: OE_Order_Util.Get_Attribute_Name('preferred_grade'));

Line 6914: OE_MSG_PUB.Add;

6910:
6911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6913: OE_Order_Util.Get_Attribute_Name('preferred_grade'));
6914: OE_MSG_PUB.Add;
6915: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6916:
6917: END IF;
6918:

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

6911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6913: OE_Order_Util.Get_Attribute_Name('preferred_grade'));
6914: OE_MSG_PUB.Add;
6915: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6916:
6917: END IF;
6918:
6919:

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

6920: RETURN FALSE;
6921:
6922: WHEN OTHERS THEN
6923:
6924: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6925: THEN
6926: IF l_debug_level > 0 THEN
6927: oe_debug_pub.add('OPM preferred_grade exception in VATB', 1);
6928: END IF;

Line 6929: OE_MSG_PUB.Add_Exc_Msg

6925: THEN
6926: IF l_debug_level > 0 THEN
6927: oe_debug_pub.add('OPM preferred_grade exception in VATB', 1);
6928: END IF;
6929: OE_MSG_PUB.Add_Exc_Msg
6930: ( G_PKG_NAME
6931: , 'Preferred_Grade'
6932: );
6933: END IF;

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

6961: EXCEPTION
6962:
6963: WHEN NO_DATA_FOUND THEN
6964:
6965: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6966: THEN
6967:
6968: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_REQUEST_CODE');
6969:

Line 6968: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_REQUEST_CODE');

6964:
6965: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6966: THEN
6967:
6968: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICE_REQUEST_CODE');
6969:
6970: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6971: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6972: OE_Order_Util.Get_Attribute_Name('price_request_code'));

Line 6973: OE_MSG_PUB.Add;

6969:
6970: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6971: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6972: OE_Order_Util.Get_Attribute_Name('price_request_code'));
6973: OE_MSG_PUB.Add;
6974: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6975:
6976: END IF;
6977:

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

6970: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
6971: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
6972: OE_Order_Util.Get_Attribute_Name('price_request_code'));
6973: OE_MSG_PUB.Add;
6974: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
6975:
6976: END IF;
6977:
6978:

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

6979: RETURN FALSE;
6980:
6981: WHEN OTHERS THEN
6982:
6983: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6984: THEN
6985: OE_MSG_PUB.Add_Exc_Msg
6986: ( G_PKG_NAME
6987: , 'Price_Request_Code'

Line 6985: OE_MSG_PUB.Add_Exc_Msg

6981: WHEN OTHERS THEN
6982:
6983: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6984: THEN
6985: OE_MSG_PUB.Add_Exc_Msg
6986: ( G_PKG_NAME
6987: , 'Price_Request_Code'
6988: );
6989: END IF;

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

7020: EXCEPTION
7021:
7022: WHEN NO_DATA_FOUND THEN
7023:
7024: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7025: THEN
7026:
7027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY');
7028:

Line 7027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY');

7023:
7024: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7025: THEN
7026:
7027: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY');
7028:
7029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7031: OE_Order_Util.Get_Attribute_Name('pricing_quantity'));

Line 7032: OE_MSG_PUB.Add;

7028:
7029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7031: OE_Order_Util.Get_Attribute_Name('pricing_quantity'));
7032: OE_MSG_PUB.Add;
7033: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7034:
7035: END IF;
7036:

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

7029: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7030: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7031: OE_Order_Util.Get_Attribute_Name('pricing_quantity'));
7032: OE_MSG_PUB.Add;
7033: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7034:
7035: END IF;
7036:
7037:

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

7038: RETURN FALSE;
7039:
7040: WHEN OTHERS THEN
7041:
7042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7043: THEN
7044: OE_MSG_PUB.Add_Exc_Msg
7045: ( G_PKG_NAME
7046: , 'Pricing_Quantity'

Line 7044: OE_MSG_PUB.Add_Exc_Msg

7040: WHEN OTHERS THEN
7041:
7042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7043: THEN
7044: OE_MSG_PUB.Add_Exc_Msg
7045: ( G_PKG_NAME
7046: , 'Pricing_Quantity'
7047: );
7048: END IF;

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

7077: EXCEPTION
7078:
7079: WHEN NO_DATA_FOUND THEN
7080:
7081: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7082: THEN
7083:
7084: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY_UOM');
7085:

Line 7084: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY_UOM');

7080:
7081: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7082: THEN
7083:
7084: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_QUANTITY_UOM');
7085:
7086: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7087: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7088: OE_Order_Util.Get_Attribute_Name('pricing_quantity_uom'));

Line 7089: OE_MSG_PUB.Add;

7085:
7086: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7087: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7088: OE_Order_Util.Get_Attribute_Name('pricing_quantity_uom'));
7089: OE_MSG_PUB.Add;
7090: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7091:
7092: END IF;
7093:

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

7086: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7087: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7088: OE_Order_Util.Get_Attribute_Name('pricing_quantity_uom'));
7089: OE_MSG_PUB.Add;
7090: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7091:
7092: END IF;
7093:
7094:

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

7095: RETURN FALSE;
7096:
7097: WHEN OTHERS THEN
7098:
7099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7100: THEN
7101: OE_MSG_PUB.Add_Exc_Msg
7102: ( G_PKG_NAME
7103: , 'Pricing_Quantity_Uom'

Line 7101: OE_MSG_PUB.Add_Exc_Msg

7097: WHEN OTHERS THEN
7098:
7099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7100: THEN
7101: OE_MSG_PUB.Add_Exc_Msg
7102: ( G_PKG_NAME
7103: , 'Pricing_Quantity_Uom'
7104: );
7105: END IF;

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

7134: EXCEPTION
7135:
7136: WHEN NO_DATA_FOUND THEN
7137:
7138: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7139: THEN
7140:
7141: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_CANCELLED');
7142:

Line 7141: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_CANCELLED');

7137:
7138: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7139: THEN
7140:
7141: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_CANCELLED');
7142:
7143: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7144: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7145: OE_Order_Util.Get_Attribute_Name('quantity_cancelled'));

Line 7146: OE_MSG_PUB.Add;

7142:
7143: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7144: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7145: OE_Order_Util.Get_Attribute_Name('quantity_cancelled'));
7146: OE_MSG_PUB.Add;
7147: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7148:
7149: END IF;
7150:

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

7143: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7144: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7145: OE_Order_Util.Get_Attribute_Name('quantity_cancelled'));
7146: OE_MSG_PUB.Add;
7147: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7148:
7149: END IF;
7150:
7151:

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

7152: RETURN FALSE;
7153:
7154: WHEN OTHERS THEN
7155:
7156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7157: THEN
7158: OE_MSG_PUB.Add_Exc_Msg
7159: ( G_PKG_NAME
7160: , 'Quantity_Cancelled'

Line 7158: OE_MSG_PUB.Add_Exc_Msg

7154: WHEN OTHERS THEN
7155:
7156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7157: THEN
7158: OE_MSG_PUB.Add_Exc_Msg
7159: ( G_PKG_NAME
7160: , 'Quantity_Cancelled'
7161: );
7162: END IF;

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

7191: EXCEPTION
7192:
7193: WHEN NO_DATA_FOUND THEN
7194:
7195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7196: THEN
7197:
7198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_SHIPPED');
7199:

Line 7198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_SHIPPED');

7194:
7195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7196: THEN
7197:
7198: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_SHIPPED');
7199:
7200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7202: OE_Order_Util.Get_Attribute_Name('quantity_shipped'));

Line 7203: OE_MSG_PUB.Add;

7199:
7200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7202: OE_Order_Util.Get_Attribute_Name('quantity_shipped'));
7203: OE_MSG_PUB.Add;
7204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7205:
7206: END IF;
7207:

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

7200: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7201: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7202: OE_Order_Util.Get_Attribute_Name('quantity_shipped'));
7203: OE_MSG_PUB.Add;
7204: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7205:
7206: END IF;
7207:
7208:

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

7209: RETURN FALSE;
7210:
7211: WHEN OTHERS THEN
7212:
7213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7214: THEN
7215: OE_MSG_PUB.Add_Exc_Msg
7216: ( G_PKG_NAME
7217: , 'Quantity_Shipped'

Line 7215: OE_MSG_PUB.Add_Exc_Msg

7211: WHEN OTHERS THEN
7212:
7213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7214: THEN
7215: OE_MSG_PUB.Add_Exc_Msg
7216: ( G_PKG_NAME
7217: , 'Quantity_Shipped'
7218: );
7219: END IF;

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

7248: EXCEPTION
7249:
7250: WHEN NO_DATA_FOUND THEN
7251:
7252: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7253: THEN
7254:
7255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_ORDERED');
7256:

Line 7255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_ORDERED');

7251:
7252: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7253: THEN
7254:
7255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_ORDERED');
7256:
7257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7259: OE_Order_Util.Get_Attribute_Name('quantity_ordered'));

Line 7260: OE_MSG_PUB.Add;

7256:
7257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7259: OE_Order_Util.Get_Attribute_Name('quantity_ordered'));
7260: OE_MSG_PUB.Add;
7261: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7262:
7263: END IF;
7264:

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

7257: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7258: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7259: OE_Order_Util.Get_Attribute_Name('quantity_ordered'));
7260: OE_MSG_PUB.Add;
7261: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7262:
7263: END IF;
7264:
7265:

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

7266: RETURN FALSE;
7267:
7268: WHEN OTHERS THEN
7269:
7270: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7271: THEN
7272: OE_MSG_PUB.Add_Exc_Msg
7273: ( G_PKG_NAME
7274: , 'Quantity_Ordered'

Line 7272: OE_MSG_PUB.Add_Exc_Msg

7268: WHEN OTHERS THEN
7269:
7270: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7271: THEN
7272: OE_MSG_PUB.Add_Exc_Msg
7273: ( G_PKG_NAME
7274: , 'Quantity_Ordered'
7275: );
7276: END IF;

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

7305: EXCEPTION
7306:
7307: WHEN NO_DATA_FOUND THEN
7308:
7309: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7310: THEN
7311:
7312: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_FULFILLED');
7313:

Line 7312: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_FULFILLED');

7308:
7309: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7310: THEN
7311:
7312: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY_FULFILLED');
7313:
7314: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7315: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7316: OE_Order_Util.Get_Attribute_Name('quantity_fulfilled'));

Line 7317: OE_MSG_PUB.Add;

7313:
7314: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7315: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7316: OE_Order_Util.Get_Attribute_Name('quantity_fulfilled'));
7317: OE_MSG_PUB.Add;
7318: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7319:
7320: END IF;
7321:

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

7314: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7315: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7316: OE_Order_Util.Get_Attribute_Name('quantity_fulfilled'));
7317: OE_MSG_PUB.Add;
7318: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7319:
7320: END IF;
7321:
7322:

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

7323: RETURN FALSE;
7324:
7325: WHEN OTHERS THEN
7326:
7327: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7328: THEN
7329: OE_MSG_PUB.Add_Exc_Msg
7330: ( G_PKG_NAME
7331: , 'Quantity_Fulfilled'

Line 7329: OE_MSG_PUB.Add_Exc_Msg

7325: WHEN OTHERS THEN
7326:
7327: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7328: THEN
7329: OE_MSG_PUB.Add_Exc_Msg
7330: ( G_PKG_NAME
7331: , 'Quantity_Fulfilled'
7332: );
7333: END IF;

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

7365: EXCEPTION
7366:
7367: WHEN NO_DATA_FOUND THEN
7368:
7369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7370: THEN
7371:
7372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_FLAG');
7373:

Line 7372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_FLAG');

7368:
7369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7370: THEN
7371:
7372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_FLAG');
7373:
7374: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7375: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7376: OE_Order_Util.Get_Attribute_Name('fulfilled_flag'));

Line 7377: OE_MSG_PUB.Add;

7373:
7374: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7375: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7376: OE_Order_Util.Get_Attribute_Name('fulfilled_flag'));
7377: OE_MSG_PUB.Add;
7378: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7379:
7380: END IF;
7381:

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

7374: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7375: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7376: OE_Order_Util.Get_Attribute_Name('fulfilled_flag'));
7377: OE_MSG_PUB.Add;
7378: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7379:
7380: END IF;
7381:
7382:

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

7383: RETURN FALSE;
7384:
7385: WHEN OTHERS THEN
7386:
7387: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7388: THEN
7389: OE_MSG_PUB.Add_Exc_Msg
7390: ( G_PKG_NAME
7391: , 'Fulfilled'

Line 7389: OE_MSG_PUB.Add_Exc_Msg

7385: WHEN OTHERS THEN
7386:
7387: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7388: THEN
7389: OE_MSG_PUB.Add_Exc_Msg
7390: ( G_PKG_NAME
7391: , 'Fulfilled'
7392: );
7393: END IF;

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

7427: EXCEPTION
7428:
7429: WHEN NO_DATA_FOUND THEN
7430:
7431: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7432: THEN
7433:
7434: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CALCULATE_PRICE_FLAG');
7435:

Line 7434: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CALCULATE_PRICE_FLAG');

7430:
7431: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7432: THEN
7433:
7434: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CALCULATE_PRICE_FLAG');
7435:
7436: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7437: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7438: OE_Order_Util.Get_Attribute_Name('calculate_price_flag'));

Line 7439: OE_MSG_PUB.Add;

7435:
7436: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7437: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7438: OE_Order_Util.Get_Attribute_Name('calculate_price_flag'));
7439: OE_MSG_PUB.Add;
7440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7441:
7442: END IF;
7443:

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

7436: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7437: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7438: OE_Order_Util.Get_Attribute_Name('calculate_price_flag'));
7439: OE_MSG_PUB.Add;
7440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7441:
7442: END IF;
7443:
7444:

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

7445: RETURN FALSE;
7446:
7447: WHEN OTHERS THEN
7448:
7449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7450: THEN
7451: OE_MSG_PUB.Add_Exc_Msg
7452: ( G_PKG_NAME
7453: , 'Calculate_Price_Flag'

Line 7451: OE_MSG_PUB.Add_Exc_Msg

7447: WHEN OTHERS THEN
7448:
7449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7450: THEN
7451: OE_MSG_PUB.Add_Exc_Msg
7452: ( G_PKG_NAME
7453: , 'Calculate_Price_Flag'
7454: );
7455: END IF;

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

7484: EXCEPTION
7485:
7486: WHEN NO_DATA_FOUND THEN
7487:
7488: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7489: THEN
7490:
7491: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_METHOD_CODE');
7492:

Line 7491: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_METHOD_CODE');

7487:
7488: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7489: THEN
7490:
7491: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_METHOD_CODE');
7492:
7493: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7494: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7495: OE_Order_Util.Get_Attribute_Name('fulfillment_method_code'));

Line 7496: OE_MSG_PUB.Add;

7492:
7493: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7494: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7495: OE_Order_Util.Get_Attribute_Name('fulfillment_method_code'));
7496: OE_MSG_PUB.Add;
7497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7498:
7499: END IF;
7500:

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

7493: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7494: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7495: OE_Order_Util.Get_Attribute_Name('fulfillment_method_code'));
7496: OE_MSG_PUB.Add;
7497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7498:
7499: END IF;
7500:
7501:

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

7502: RETURN FALSE;
7503:
7504: WHEN OTHERS THEN
7505:
7506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7507: THEN
7508: OE_MSG_PUB.Add_Exc_Msg
7509: ( G_PKG_NAME
7510: , 'Fulfillment_Method'

Line 7508: OE_MSG_PUB.Add_Exc_Msg

7504: WHEN OTHERS THEN
7505:
7506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7507: THEN
7508: OE_MSG_PUB.Add_Exc_Msg
7509: ( G_PKG_NAME
7510: , 'Fulfillment_Method'
7511: );
7512: END IF;

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

7540: EXCEPTION
7541:
7542: WHEN NO_DATA_FOUND THEN
7543:
7544: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7545: THEN
7546:
7547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_DATE');
7548:

Line 7547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_DATE');

7543:
7544: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7545: THEN
7546:
7547: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLMENT_DATE');
7548:
7549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7551: OE_Order_Util.Get_Attribute_Name('fulfillment_date'));

Line 7552: OE_MSG_PUB.Add;

7548:
7549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7551: OE_Order_Util.Get_Attribute_Name('fulfillment_date'));
7552: OE_MSG_PUB.Add;
7553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7554:
7555: END IF;
7556:

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

7549: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7550: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7551: OE_Order_Util.Get_Attribute_Name('fulfillment_date'));
7552: OE_MSG_PUB.Add;
7553: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7554:
7555: END IF;
7556:
7557:

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

7558: RETURN FALSE;
7559:
7560: WHEN OTHERS THEN
7561:
7562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7563: THEN
7564: OE_MSG_PUB.Add_Exc_Msg
7565: ( G_PKG_NAME
7566: , 'Fulfillment_Date'

Line 7564: OE_MSG_PUB.Add_Exc_Msg

7560: WHEN OTHERS THEN
7561:
7562: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7563: THEN
7564: OE_MSG_PUB.Add_Exc_Msg
7565: ( G_PKG_NAME
7566: , 'Fulfillment_Date'
7567: );
7568: END IF;

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

7597: EXCEPTION
7598:
7599: WHEN NO_DATA_FOUND THEN
7600:
7601: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7602: THEN
7603:
7604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY');
7605:

Line 7604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY');

7600:
7601: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7602: THEN
7603:
7604: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY');
7605:
7606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7608: OE_Order_Util.Get_Attribute_Name('shipping_quantity'));

Line 7609: OE_MSG_PUB.Add;

7605:
7606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7608: OE_Order_Util.Get_Attribute_Name('shipping_quantity'));
7609: OE_MSG_PUB.Add;
7610: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7611:
7612: END IF;
7613:

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

7606: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7607: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7608: OE_Order_Util.Get_Attribute_Name('shipping_quantity'));
7609: OE_MSG_PUB.Add;
7610: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7611:
7612: END IF;
7613:
7614:

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

7615: RETURN FALSE;
7616:
7617: WHEN OTHERS THEN
7618:
7619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7620: THEN
7621: OE_MSG_PUB.Add_Exc_Msg
7622: ( G_PKG_NAME
7623: , 'Shipping_Quantity'

Line 7621: OE_MSG_PUB.Add_Exc_Msg

7617: WHEN OTHERS THEN
7618:
7619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7620: THEN
7621: OE_MSG_PUB.Add_Exc_Msg
7622: ( G_PKG_NAME
7623: , 'Shipping_Quantity'
7624: );
7625: END IF;

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

7654: EXCEPTION
7655:
7656: WHEN NO_DATA_FOUND THEN
7657:
7658: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7659: THEN
7660:
7661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM');
7662:

Line 7661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM');

7657:
7658: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7659: THEN
7660:
7661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM');
7662:
7663: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7665: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom'));

Line 7666: OE_MSG_PUB.Add;

7662:
7663: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7665: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom'));
7666: OE_MSG_PUB.Add;
7667: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7668:
7669: END IF;
7670:

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

7663: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7665: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom'));
7666: OE_MSG_PUB.Add;
7667: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7668:
7669: END IF;
7670:
7671:

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

7672: RETURN FALSE;
7673:
7674: WHEN OTHERS THEN
7675:
7676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7677: THEN
7678: OE_MSG_PUB.Add_Exc_Msg
7679: ( G_PKG_NAME
7680: , 'Shipping_Quantity_Uom'

Line 7678: OE_MSG_PUB.Add_Exc_Msg

7674: WHEN OTHERS THEN
7675:
7676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7677: THEN
7678: OE_MSG_PUB.Add_Exc_Msg
7679: ( G_PKG_NAME
7680: , 'Shipping_Quantity_Uom'
7681: );
7682: END IF;

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

7711: EXCEPTION
7712:
7713: WHEN NO_DATA_FOUND THEN
7714:
7715: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7716: THEN
7717:
7718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVERY_LEAD_TIME');
7719:

Line 7718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVERY_LEAD_TIME');

7714:
7715: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7716: THEN
7717:
7718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DELIVERY_LEAD_TIME');
7719:
7720: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7721: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7722: OE_Order_Util.Get_Attribute_Name('delivery_lead_time'));

Line 7723: OE_MSG_PUB.Add;

7719:
7720: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7721: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7722: OE_Order_Util.Get_Attribute_Name('delivery_lead_time'));
7723: OE_MSG_PUB.Add;
7724: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7725:
7726: END IF;
7727:

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

7720: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7721: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7722: OE_Order_Util.Get_Attribute_Name('delivery_lead_time'));
7723: OE_MSG_PUB.Add;
7724: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7725:
7726: END IF;
7727:
7728:

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

7729: RETURN FALSE;
7730:
7731: WHEN OTHERS THEN
7732:
7733: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7734: THEN
7735: OE_MSG_PUB.Add_Exc_Msg
7736: ( G_PKG_NAME
7737: , 'Delivery_Lead_Time'

Line 7735: OE_MSG_PUB.Add_Exc_Msg

7731: WHEN OTHERS THEN
7732:
7733: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7734: THEN
7735: OE_MSG_PUB.Add_Exc_Msg
7736: ( G_PKG_NAME
7737: , 'Delivery_Lead_Time'
7738: );
7739: END IF;

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

7768: EXCEPTION
7769:
7770: WHEN NO_DATA_FOUND THEN
7771:
7772: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7773: THEN
7774:
7775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_BUCKET_TYPE');
7776:

Line 7775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_BUCKET_TYPE');

7771:
7772: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7773: THEN
7774:
7775: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_BUCKET_TYPE');
7776:
7777: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7778: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7779: OE_Order_Util.Get_Attribute_Name('demand_bucket_type'));

Line 7780: OE_MSG_PUB.Add;

7776:
7777: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7778: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7779: OE_Order_Util.Get_Attribute_Name('demand_bucket_type'));
7780: OE_MSG_PUB.Add;
7781: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7782:
7783: END IF;
7784:

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

7777: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7778: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7779: OE_Order_Util.Get_Attribute_Name('demand_bucket_type'));
7780: OE_MSG_PUB.Add;
7781: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7782:
7783: END IF;
7784:
7785:

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

7786: RETURN FALSE;
7787:
7788: WHEN OTHERS THEN
7789:
7790: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7791: THEN
7792: OE_MSG_PUB.Add_Exc_Msg
7793: ( G_PKG_NAME
7794: , 'Demand_Bucket_Type'

Line 7792: OE_MSG_PUB.Add_Exc_Msg

7788: WHEN OTHERS THEN
7789:
7790: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7791: THEN
7792: OE_MSG_PUB.Add_Exc_Msg
7793: ( G_PKG_NAME
7794: , 'Demand_Bucket_Type'
7795: );
7796: END IF;

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

7825: EXCEPTION
7826:
7827: WHEN NO_DATA_FOUND THEN
7828:
7829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7830: THEN
7831:
7832: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ITEM_DETAIL_ID');
7833:

Line 7832: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ITEM_DETAIL_ID');

7828:
7829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7830: THEN
7831:
7832: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ITEM_DETAIL_ID');
7833:
7834: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7835: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7836: OE_Order_Util.Get_Attribute_Name('schedule_item_detail_id'));

Line 7837: OE_MSG_PUB.Add;

7833:
7834: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7835: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7836: OE_Order_Util.Get_Attribute_Name('schedule_item_detail_id'));
7837: OE_MSG_PUB.Add;
7838: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7839:
7840: END IF;
7841:

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

7834: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7835: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7836: OE_Order_Util.Get_Attribute_Name('schedule_item_detail_id'));
7837: OE_MSG_PUB.Add;
7838: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7839:
7840: END IF;
7841:
7842:

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

7843: RETURN FALSE;
7844:
7845: WHEN OTHERS THEN
7846:
7847: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7848: THEN
7849: OE_MSG_PUB.Add_Exc_Msg
7850: ( G_PKG_NAME
7851: , 'Schedule_Item_Detail'

Line 7849: OE_MSG_PUB.Add_Exc_Msg

7845: WHEN OTHERS THEN
7846:
7847: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7848: THEN
7849: OE_MSG_PUB.Add_Exc_Msg
7850: ( G_PKG_NAME
7851: , 'Schedule_Item_Detail'
7852: );
7853: END IF;

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

7882: EXCEPTION
7883:
7884: WHEN NO_DATA_FOUND THEN
7885:
7886: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7887: THEN
7888:
7889: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_STREAM_ID');
7890:

Line 7889: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_STREAM_ID');

7885:
7886: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7887: THEN
7888:
7889: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEMAND_STREAM_ID');
7890:
7891: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7892: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7893: OE_Order_Util.Get_Attribute_Name('demand_stream_id'));

Line 7894: OE_MSG_PUB.Add;

7890:
7891: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7892: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7893: OE_Order_Util.Get_Attribute_Name('demand_stream_id'));
7894: OE_MSG_PUB.Add;
7895: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7896:
7897: END IF;
7898:

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

7891: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7892: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7893: OE_Order_Util.Get_Attribute_Name('demand_stream_id'));
7894: OE_MSG_PUB.Add;
7895: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7896:
7897: END IF;
7898:
7899:

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

7900: RETURN FALSE;
7901:
7902: WHEN OTHERS THEN
7903:
7904: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7905: THEN
7906: OE_MSG_PUB.Add_Exc_Msg
7907: ( G_PKG_NAME
7908: , 'Demand_Stream'

Line 7906: OE_MSG_PUB.Add_Exc_Msg

7902: WHEN OTHERS THEN
7903:
7904: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7905: THEN
7906: OE_MSG_PUB.Add_Exc_Msg
7907: ( G_PKG_NAME
7908: , 'Demand_Stream'
7909: );
7910: END IF;

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

7939: EXCEPTION
7940:
7941: WHEN NO_DATA_FOUND THEN
7942:
7943: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7944: THEN
7945:
7946: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_DOCK_CODE');
7947:

Line 7946: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_DOCK_CODE');

7942:
7943: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
7944: THEN
7945:
7946: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_DOCK_CODE');
7947:
7948: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7949: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7950: OE_Order_Util.Get_Attribute_Name('cust_dock_code'));

Line 7951: OE_MSG_PUB.Add;

7947:
7948: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7949: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7950: OE_Order_Util.Get_Attribute_Name('cust_dock_code'));
7951: OE_MSG_PUB.Add;
7952: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7953:
7954: END IF;
7955:

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

7948: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
7949: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7950: OE_Order_Util.Get_Attribute_Name('cust_dock_code'));
7951: OE_MSG_PUB.Add;
7952: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
7953:
7954: END IF;
7955:
7956:

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

7957: RETURN FALSE;
7958:
7959: WHEN OTHERS THEN
7960:
7961: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7962: THEN
7963: OE_MSG_PUB.Add_Exc_Msg
7964: ( G_PKG_NAME
7965: , 'Cust_Dock'

Line 7963: OE_MSG_PUB.Add_Exc_Msg

7959: WHEN OTHERS THEN
7960:
7961: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7962: THEN
7963: OE_MSG_PUB.Add_Exc_Msg
7964: ( G_PKG_NAME
7965: , 'Cust_Dock'
7966: );
7967: END IF;

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

7996: EXCEPTION
7997:
7998: WHEN NO_DATA_FOUND THEN
7999:
8000: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8001: THEN
8002:
8003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_JOB');
8004:

Line 8003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_JOB');

7999:
8000: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8001: THEN
8002:
8003: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_JOB');
8004:
8005: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8006: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8007: OE_Order_Util.Get_Attribute_Name('cust_job'));

Line 8008: OE_MSG_PUB.Add;

8004:
8005: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8006: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8007: OE_Order_Util.Get_Attribute_Name('cust_job'));
8008: OE_MSG_PUB.Add;
8009: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8010:
8011: END IF;
8012:

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

8005: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8006: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8007: OE_Order_Util.Get_Attribute_Name('cust_job'));
8008: OE_MSG_PUB.Add;
8009: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8010:
8011: END IF;
8012:
8013:

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

8014: RETURN FALSE;
8015:
8016: WHEN OTHERS THEN
8017:
8018: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8019: THEN
8020: OE_MSG_PUB.Add_Exc_Msg
8021: ( G_PKG_NAME
8022: , 'Cust_Job'

Line 8020: OE_MSG_PUB.Add_Exc_Msg

8016: WHEN OTHERS THEN
8017:
8018: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8019: THEN
8020: OE_MSG_PUB.Add_Exc_Msg
8021: ( G_PKG_NAME
8022: , 'Cust_Job'
8023: );
8024: END IF;

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

8053: EXCEPTION
8054:
8055: WHEN NO_DATA_FOUND THEN
8056:
8057: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8058: THEN
8059:
8060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_LINE');
8061:

Line 8060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_LINE');

8056:
8057: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8058: THEN
8059:
8060: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_LINE');
8061:
8062: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8063: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8064: OE_Order_Util.Get_Attribute_Name('cust_production_line'));

Line 8065: OE_MSG_PUB.Add;

8061:
8062: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8063: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8064: OE_Order_Util.Get_Attribute_Name('cust_production_line'));
8065: OE_MSG_PUB.Add;
8066: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8067:
8068: END IF;
8069:

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

8062: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8063: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8064: OE_Order_Util.Get_Attribute_Name('cust_production_line'));
8065: OE_MSG_PUB.Add;
8066: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8067:
8068: END IF;
8069:
8070:

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

8071: RETURN FALSE;
8072:
8073: WHEN OTHERS THEN
8074:
8075: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8076: THEN
8077: OE_MSG_PUB.Add_Exc_Msg
8078: ( G_PKG_NAME
8079: , 'Cust_Production_Line'

Line 8077: OE_MSG_PUB.Add_Exc_Msg

8073: WHEN OTHERS THEN
8074:
8075: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8076: THEN
8077: OE_MSG_PUB.Add_Exc_Msg
8078: ( G_PKG_NAME
8079: , 'Cust_Production_Line'
8080: );
8081: END IF;

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

8110: EXCEPTION
8111:
8112: WHEN NO_DATA_FOUND THEN
8113:
8114: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8115: THEN
8116:
8117: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_MODEL_SERIAL_NUMBER');
8118:

Line 8117: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_MODEL_SERIAL_NUMBER');

8113:
8114: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8115: THEN
8116:
8117: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_MODEL_SERIAL_NUMBER');
8118:
8119: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8120: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8121: OE_Order_Util.Get_Attribute_Name('cust_model_serial_number'));

Line 8122: OE_MSG_PUB.Add;

8118:
8119: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8120: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8121: OE_Order_Util.Get_Attribute_Name('cust_model_serial_number'));
8122: OE_MSG_PUB.Add;
8123: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8124:
8125: END IF;
8126:

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

8119: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8120: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8121: OE_Order_Util.Get_Attribute_Name('cust_model_serial_number'));
8122: OE_MSG_PUB.Add;
8123: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8124:
8125: END IF;
8126:
8127:

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

8128: RETURN FALSE;
8129:
8130: WHEN OTHERS THEN
8131:
8132: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8133: THEN
8134: OE_MSG_PUB.Add_Exc_Msg
8135: ( G_PKG_NAME
8136: , 'Cust_Model_Serial_Number'

Line 8134: OE_MSG_PUB.Add_Exc_Msg

8130: WHEN OTHERS THEN
8131:
8132: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8133: THEN
8134: OE_MSG_PUB.Add_Exc_Msg
8135: ( G_PKG_NAME
8136: , 'Cust_Model_Serial_Number'
8137: );
8138: END IF;

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

8166: EXCEPTION
8167:
8168: WHEN NO_DATA_FOUND THEN
8169:
8170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8171: THEN
8172:
8173: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PLANNING_PROD_SEQ_NO');
8174:

Line 8173: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PLANNING_PROD_SEQ_NO');

8169:
8170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8171: THEN
8172:
8173: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PLANNING_PROD_SEQ_NO');
8174:
8175: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8176: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8177: OE_Order_Util.Get_Attribute_Name('planning_prod_seq_no'));

Line 8178: OE_MSG_PUB.Add;

8174:
8175: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8176: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8177: OE_Order_Util.Get_Attribute_Name('planning_prod_seq_no'));
8178: OE_MSG_PUB.Add;
8179: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8180:
8181: END IF;
8182:

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

8175: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8176: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8177: OE_Order_Util.Get_Attribute_Name('planning_prod_seq_no'));
8178: OE_MSG_PUB.Add;
8179: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8180:
8181: END IF;
8182:
8183:

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

8184: RETURN FALSE;
8185:
8186: WHEN OTHERS THEN
8187:
8188: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8189: THEN
8190: OE_MSG_PUB.Add_Exc_Msg
8191: ( G_PKG_NAME
8192: , 'Planning_Prod_Seq_No'

Line 8190: OE_MSG_PUB.Add_Exc_Msg

8186: WHEN OTHERS THEN
8187:
8188: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8189: THEN
8190: OE_MSG_PUB.Add_Exc_Msg
8191: ( G_PKG_NAME
8192: , 'Planning_Prod_Seq_No'
8193: );
8194: END IF;

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

8232: EXCEPTION
8233:
8234: WHEN NO_DATA_FOUND THEN
8235:
8236: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8237: THEN
8238:
8239: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROJECT_ID');
8240:

Line 8239: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROJECT_ID');

8235:
8236: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8237: THEN
8238:
8239: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROJECT_ID');
8240:
8241: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8242: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8243: OE_Order_Util.Get_Attribute_Name('project_id'));

Line 8244: OE_MSG_PUB.Add;

8240:
8241: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8242: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8243: OE_Order_Util.Get_Attribute_Name('project_id'));
8244: OE_MSG_PUB.Add;
8245: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8246:
8247: END IF;
8248:

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

8241: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8242: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8243: OE_Order_Util.Get_Attribute_Name('project_id'));
8244: OE_MSG_PUB.Add;
8245: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8246:
8247: END IF;
8248:
8249:

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

8250: RETURN FALSE;
8251:
8252: WHEN OTHERS THEN
8253:
8254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8255: THEN
8256: OE_MSG_PUB.Add_Exc_Msg
8257: ( G_PKG_NAME
8258: , 'Project'

Line 8256: OE_MSG_PUB.Add_Exc_Msg

8252: WHEN OTHERS THEN
8253:
8254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8255: THEN
8256: OE_MSG_PUB.Add_Exc_Msg
8257: ( G_PKG_NAME
8258: , 'Project'
8259: );
8260: END IF;

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

8290: EXCEPTION
8291:
8292: WHEN NO_DATA_FOUND THEN
8293:
8294: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8295: THEN
8296:
8297: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TASK_ID');
8298:

Line 8297: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TASK_ID');

8293:
8294: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8295: THEN
8296:
8297: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TASK_ID');
8298:
8299: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8300: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8301: OE_Order_Util.Get_Attribute_Name('task_id'));

Line 8302: OE_MSG_PUB.Add;

8298:
8299: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8300: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8301: OE_Order_Util.Get_Attribute_Name('task_id'));
8302: OE_MSG_PUB.Add;
8303: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8304:
8305: END IF;
8306:

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

8299: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8300: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8301: OE_Order_Util.Get_Attribute_Name('task_id'));
8302: OE_MSG_PUB.Add;
8303: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8304:
8305: END IF;
8306:
8307:

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

8308: RETURN FALSE;
8309:
8310: WHEN OTHERS THEN
8311:
8312: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8313: THEN
8314: OE_MSG_PUB.Add_Exc_Msg
8315: ( G_PKG_NAME
8316: , 'Task'

Line 8314: OE_MSG_PUB.Add_Exc_Msg

8310: WHEN OTHERS THEN
8311:
8312: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8313: THEN
8314: OE_MSG_PUB.Add_Exc_Msg
8315: ( G_PKG_NAME
8316: , 'Task'
8317: );
8318: END IF;

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

8347: EXCEPTION
8348:
8349: WHEN NO_DATA_FOUND THEN
8350:
8351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8352: THEN
8353:
8354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ITEM_ID');
8355:

Line 8354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ITEM_ID');

8350:
8351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8352: THEN
8353:
8354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVENTORY_ITEM_ID');
8355:
8356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8358: OE_Order_Util.Get_Attribute_Name('inventory_item_id'));

Line 8359: OE_MSG_PUB.Add;

8355:
8356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8358: OE_Order_Util.Get_Attribute_Name('inventory_item_id'));
8359: OE_MSG_PUB.Add;
8360: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8361:
8362: END IF;
8363:

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

8356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8358: OE_Order_Util.Get_Attribute_Name('inventory_item_id'));
8359: OE_MSG_PUB.Add;
8360: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8361:
8362: END IF;
8363:
8364:

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

8365: RETURN FALSE;
8366:
8367: WHEN OTHERS THEN
8368:
8369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8370: THEN
8371: OE_MSG_PUB.Add_Exc_Msg
8372: ( G_PKG_NAME
8373: , 'Inventory_Item'

Line 8371: OE_MSG_PUB.Add_Exc_Msg

8367: WHEN OTHERS THEN
8368:
8369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8370: THEN
8371: OE_MSG_PUB.Add_Exc_Msg
8372: ( G_PKG_NAME
8373: , 'Inventory_Item'
8374: );
8375: END IF;

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

8405: EXCEPTION
8406:
8407: WHEN NO_DATA_FOUND THEN
8408:
8409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8410: THEN
8411:
8412: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_DATE');
8413:

Line 8412: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_DATE');

8408:
8409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8410: THEN
8411:
8412: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_DATE');
8413:
8414: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8415: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8416: OE_Order_Util.Get_Attribute_Name('tax_date'));

Line 8417: OE_MSG_PUB.Add;

8413:
8414: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8415: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8416: OE_Order_Util.Get_Attribute_Name('tax_date'));
8417: OE_MSG_PUB.Add;
8418: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8419:
8420: END IF;
8421:

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

8414: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8415: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8416: OE_Order_Util.Get_Attribute_Name('tax_date'));
8417: OE_MSG_PUB.Add;
8418: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8419:
8420: END IF;
8421:
8422:

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

8423: RETURN FALSE;
8424:
8425: WHEN OTHERS THEN
8426:
8427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8428: THEN
8429: OE_MSG_PUB.Add_Exc_Msg
8430: ( G_PKG_NAME
8431: , 'Tax_Date'

Line 8429: OE_MSG_PUB.Add_Exc_Msg

8425: WHEN OTHERS THEN
8426:
8427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8428: THEN
8429: OE_MSG_PUB.Add_Exc_Msg
8430: ( G_PKG_NAME
8431: , 'Tax_Date'
8432: );
8433: END IF;

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

8463: EXCEPTION
8464:
8465: WHEN NO_DATA_FOUND THEN
8466:
8467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8468: THEN
8469:
8470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_DATE');
8471:

Line 8470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_DATE');

8466:
8467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8468: THEN
8469:
8470: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_DATE');
8471:
8472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8474: OE_Order_Util.Get_Attribute_Name('pricing_date'));

Line 8475: OE_MSG_PUB.Add;

8471:
8472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8474: OE_Order_Util.Get_Attribute_Name('pricing_date'));
8475: OE_MSG_PUB.Add;
8476: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8477:
8478: END IF;
8479:

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

8472: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8473: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8474: OE_Order_Util.Get_Attribute_Name('pricing_date'));
8475: OE_MSG_PUB.Add;
8476: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8477:
8478: END IF;
8479:
8480:

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

8481: RETURN FALSE;
8482:
8483: WHEN OTHERS THEN
8484:
8485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8486: THEN
8487: OE_MSG_PUB.Add_Exc_Msg
8488: ( G_PKG_NAME
8489: , 'Pricing_Date'

Line 8487: OE_MSG_PUB.Add_Exc_Msg

8483: WHEN OTHERS THEN
8484:
8485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8486: THEN
8487: OE_MSG_PUB.Add_Exc_Msg
8488: ( G_PKG_NAME
8489: , 'Pricing_Date'
8490: );
8491: END IF;

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

8520: EXCEPTION
8521:
8522: WHEN NO_DATA_FOUND THEN
8523:
8524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8525: THEN
8526:
8527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_NUMBER');
8528:

Line 8527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_NUMBER');

8523:
8524: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8525: THEN
8526:
8527: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPMENT_NUMBER');
8528:
8529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8531: OE_Order_Util.Get_Attribute_Name('shipment_number'));

Line 8532: OE_MSG_PUB.Add;

8528:
8529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8531: OE_Order_Util.Get_Attribute_Name('shipment_number'));
8532: OE_MSG_PUB.Add;
8533: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8534:
8535: END IF;
8536:

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

8529: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8530: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8531: OE_Order_Util.Get_Attribute_Name('shipment_number'));
8532: OE_MSG_PUB.Add;
8533: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8534:
8535: END IF;
8536:
8537:

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

8538: RETURN FALSE;
8539:
8540: WHEN OTHERS THEN
8541:
8542: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8543: THEN
8544: OE_MSG_PUB.Add_Exc_Msg
8545: ( G_PKG_NAME
8546: , 'Shipment_Number'

Line 8544: OE_MSG_PUB.Add_Exc_Msg

8540: WHEN OTHERS THEN
8541:
8542: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8543: THEN
8544: OE_MSG_PUB.Add_Exc_Msg
8545: ( G_PKG_NAME
8546: , 'Shipment_Number'
8547: );
8548: END IF;

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

8577: EXCEPTION
8578:
8579: WHEN NO_DATA_FOUND THEN
8580:
8581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8582: THEN
8583:
8584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_LINE_REF');
8585:

Line 8584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_LINE_REF');

8580:
8581: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8582: THEN
8583:
8584: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORIG_SYS_LINE_REF');
8585:
8586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8588: OE_Order_Util.Get_Attribute_Name('orig_sys_line_ref'));

Line 8589: OE_MSG_PUB.Add;

8585:
8586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8588: OE_Order_Util.Get_Attribute_Name('orig_sys_line_ref'));
8589: OE_MSG_PUB.Add;
8590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8591:
8592: END IF;
8593:

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

8586: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8587: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8588: OE_Order_Util.Get_Attribute_Name('orig_sys_line_ref'));
8589: OE_MSG_PUB.Add;
8590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8591:
8592: END IF;
8593:
8594:

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

8595: RETURN FALSE;
8596:
8597: WHEN OTHERS THEN
8598:
8599: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8600: THEN
8601: OE_MSG_PUB.Add_Exc_Msg
8602: ( G_PKG_NAME
8603: , 'Orig_Sys_Line_ref'

Line 8601: OE_MSG_PUB.Add_Exc_Msg

8597: WHEN OTHERS THEN
8598:
8599: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8600: THEN
8601: OE_MSG_PUB.Add_Exc_Msg
8602: ( G_PKG_NAME
8603: , 'Orig_Sys_Line_ref'
8604: );
8605: END IF;

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

8634: EXCEPTION
8635:
8636: WHEN NO_DATA_FOUND THEN
8637:
8638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8639: THEN
8640:
8641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_LINE_ID');
8642:

Line 8641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_LINE_ID');

8637:
8638: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8639: THEN
8640:
8641: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOURCE_DOCUMENT_LINE_ID');
8642:
8643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8645: OE_Order_Util.Get_Attribute_Name('source_document_line_id'));

Line 8646: OE_MSG_PUB.Add;

8642:
8643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8645: OE_Order_Util.Get_Attribute_Name('source_document_line_id'));
8646: OE_MSG_PUB.Add;
8647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8648:
8649: END IF;
8650:

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

8643: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8644: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8645: OE_Order_Util.Get_Attribute_Name('source_document_line_id'));
8646: OE_MSG_PUB.Add;
8647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8648:
8649: END IF;
8650:
8651:

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

8652: RETURN FALSE;
8653:
8654: WHEN OTHERS THEN
8655:
8656: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8657: THEN
8658: OE_MSG_PUB.Add_Exc_Msg
8659: ( G_PKG_NAME
8660: , 'Source_Document_Line'

Line 8658: OE_MSG_PUB.Add_Exc_Msg

8654: WHEN OTHERS THEN
8655:
8656: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8657: THEN
8658: OE_MSG_PUB.Add_Exc_Msg
8659: ( G_PKG_NAME
8660: , 'Source_Document_Line'
8661: );
8662: END IF;

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

8691: EXCEPTION
8692:
8693: WHEN NO_DATA_FOUND THEN
8694:
8695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8696: THEN
8697:
8698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_LINE_ID');
8699:

Line 8698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_LINE_ID');

8694:
8695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8696: THEN
8697:
8698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_LINE_ID');
8699:
8700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8702: OE_Order_Util.Get_Attribute_Name('reference_line_id'));

Line 8703: OE_MSG_PUB.Add;

8699:
8700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8702: OE_Order_Util.Get_Attribute_Name('reference_line_id'));
8703: OE_MSG_PUB.Add;
8704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8705:
8706: END IF;
8707:

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

8700: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8701: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8702: OE_Order_Util.Get_Attribute_Name('reference_line_id'));
8703: OE_MSG_PUB.Add;
8704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8705:
8706: END IF;
8707:
8708:

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

8709: RETURN FALSE;
8710:
8711: WHEN OTHERS THEN
8712:
8713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8714: THEN
8715: OE_MSG_PUB.Add_Exc_Msg
8716: ( G_PKG_NAME
8717: , 'Reference_Line'

Line 8715: OE_MSG_PUB.Add_Exc_Msg

8711: WHEN OTHERS THEN
8712:
8713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8714: THEN
8715: OE_MSG_PUB.Add_Exc_Msg
8716: ( G_PKG_NAME
8717: , 'Reference_Line'
8718: );
8719: END IF;

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

8749: EXCEPTION
8750:
8751: WHEN NO_DATA_FOUND THEN
8752:
8753: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8754: THEN
8755:
8756: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_TYPE');
8757:

Line 8756: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_TYPE');

8752:
8753: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8754: THEN
8755:
8756: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_TYPE');
8757:
8758: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8759: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8760: OE_Order_Util.Get_Attribute_Name('reference_type'));

Line 8761: OE_MSG_PUB.Add;

8757:
8758: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8759: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8760: OE_Order_Util.Get_Attribute_Name('reference_type'));
8761: OE_MSG_PUB.Add;
8762: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8763:
8764: END IF;
8765:

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

8758: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8759: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8760: OE_Order_Util.Get_Attribute_Name('reference_type'));
8761: OE_MSG_PUB.Add;
8762: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8763:
8764: END IF;
8765:
8766:

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

8767: RETURN FALSE;
8768:
8769: WHEN OTHERS THEN
8770:
8771: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8772: THEN
8773: OE_MSG_PUB.Add_Exc_Msg
8774: ( G_PKG_NAME
8775: , 'Reference_Type'

Line 8773: OE_MSG_PUB.Add_Exc_Msg

8769: WHEN OTHERS THEN
8770:
8771: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8772: THEN
8773: OE_MSG_PUB.Add_Exc_Msg
8774: ( G_PKG_NAME
8775: , 'Reference_Type'
8776: );
8777: END IF;

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

8806: EXCEPTION
8807:
8808: WHEN NO_DATA_FOUND THEN
8809:
8810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8811: THEN
8812:
8813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_HEADER_ID');
8814:

Line 8813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_HEADER_ID');

8809:
8810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8811: THEN
8812:
8813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REFERENCE_HEADER_ID');
8814:
8815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8817: OE_Order_Util.Get_Attribute_Name('reference_header_id'));

Line 8818: OE_MSG_PUB.Add;

8814:
8815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8817: OE_Order_Util.Get_Attribute_Name('reference_header_id'));
8818: OE_MSG_PUB.Add;
8819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8820:
8821: END IF;
8822:

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

8815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8817: OE_Order_Util.Get_Attribute_Name('reference_header_id'));
8818: OE_MSG_PUB.Add;
8819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8820:
8821: END IF;
8822:
8823:

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

8824: RETURN FALSE;
8825:
8826: WHEN OTHERS THEN
8827:
8828: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8829: THEN
8830: OE_MSG_PUB.Add_Exc_Msg
8831: ( G_PKG_NAME
8832: , 'Reference_Header'

Line 8830: OE_MSG_PUB.Add_Exc_Msg

8826: WHEN OTHERS THEN
8827:
8828: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8829: THEN
8830: OE_MSG_PUB.Add_Exc_Msg
8831: ( G_PKG_NAME
8832: , 'Reference_Header'
8833: );
8834: END IF;

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

8865: EXCEPTION
8866:
8867: WHEN NO_DATA_FOUND THEN
8868:
8869: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8870: THEN
8871:
8872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REVISION');
8873:

Line 8872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REVISION');

8868:
8869: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8870: THEN
8871:
8872: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REVISION');
8873:
8874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8876: OE_Order_Util.Get_Attribute_Name('revision'));

Line 8877: OE_MSG_PUB.Add;

8873:
8874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8876: OE_Order_Util.Get_Attribute_Name('revision'));
8877: OE_MSG_PUB.Add;
8878: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8879:
8880: END IF;
8881:

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

8874: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8875: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8876: OE_Order_Util.Get_Attribute_Name('revision'));
8877: OE_MSG_PUB.Add;
8878: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8879:
8880: END IF;
8881:
8882:

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

8883: RETURN FALSE;
8884:
8885: WHEN OTHERS THEN
8886:
8887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8888: THEN
8889: OE_MSG_PUB.Add_Exc_Msg
8890: ( G_PKG_NAME
8891: , 'Revision'

Line 8889: OE_MSG_PUB.Add_Exc_Msg

8885: WHEN OTHERS THEN
8886:
8887: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8888: THEN
8889: OE_MSG_PUB.Add_Exc_Msg
8890: ( G_PKG_NAME
8891: , 'Revision'
8892: );
8893: END IF;

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

8922: EXCEPTION
8923:
8924: WHEN NO_DATA_FOUND THEN
8925:
8926: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8927: THEN
8928:
8929: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE');
8930:

Line 8929: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE');

8925:
8926: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8927: THEN
8928:
8929: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE');
8930:
8931: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8932: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8933: OE_Order_Util.Get_Attribute_Name('unit_selling_price'));

Line 8934: OE_MSG_PUB.Add;

8930:
8931: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8932: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8933: OE_Order_Util.Get_Attribute_Name('unit_selling_price'));
8934: OE_MSG_PUB.Add;
8935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8936:
8937: END IF;
8938:

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

8931: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8932: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8933: OE_Order_Util.Get_Attribute_Name('unit_selling_price'));
8934: OE_MSG_PUB.Add;
8935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8936:
8937: END IF;
8938:
8939:

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

8940: RETURN FALSE;
8941:
8942: WHEN OTHERS THEN
8943:
8944: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8945: THEN
8946: OE_MSG_PUB.Add_Exc_Msg
8947: ( G_PKG_NAME
8948: , 'Unit_Selling_Price'

Line 8946: OE_MSG_PUB.Add_Exc_Msg

8942: WHEN OTHERS THEN
8943:
8944: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8945: THEN
8946: OE_MSG_PUB.Add_Exc_Msg
8947: ( G_PKG_NAME
8948: , 'Unit_Selling_Price'
8949: );
8950: END IF;

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

8980: EXCEPTION
8981:
8982: WHEN NO_DATA_FOUND THEN
8983:
8984: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8985: THEN
8986:
8987: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE_PER_PQTY');
8988:

Line 8987: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE_PER_PQTY');

8983:
8984: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
8985: THEN
8986:
8987: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_SELLING_PRICE_PER_PQTY');
8988:
8989: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8990: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8991: OE_Order_Util.Get_Attribute_Name('unit_selling_price_per_pqty'));

Line 8992: OE_MSG_PUB.Add;

8988:
8989: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8990: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8991: OE_Order_Util.Get_Attribute_Name('unit_selling_price_per_pqty'));
8992: OE_MSG_PUB.Add;
8993: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8994:
8995: END IF;
8996:

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

8989: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8990: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8991: OE_Order_Util.Get_Attribute_Name('unit_selling_price_per_pqty'));
8992: OE_MSG_PUB.Add;
8993: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8994:
8995: END IF;
8996:
8997:

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

8998: RETURN FALSE;
8999:
9000: WHEN OTHERS THEN
9001:
9002: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9003: THEN
9004: OE_MSG_PUB.Add_Exc_Msg
9005: ( G_PKG_NAME
9006: , 'Unit_Selling_Price_Per_Pqty'

Line 9004: OE_MSG_PUB.Add_Exc_Msg

9000: WHEN OTHERS THEN
9001:
9002: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9003: THEN
9004: OE_MSG_PUB.Add_Exc_Msg
9005: ( G_PKG_NAME
9006: , 'Unit_Selling_Price_Per_Pqty'
9007: );
9008: END IF;

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

9038: EXCEPTION
9039:
9040: WHEN NO_DATA_FOUND THEN
9041:
9042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9043: THEN
9044:
9045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE');
9046:

Line 9045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE');

9041:
9042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9043: THEN
9044:
9045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE');
9046:
9047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9049: OE_Order_Util.Get_Attribute_Name('unit_list_price'));

Line 9050: OE_MSG_PUB.Add;

9046:
9047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9049: OE_Order_Util.Get_Attribute_Name('unit_list_price'));
9050: OE_MSG_PUB.Add;
9051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9052:
9053: END IF;
9054:

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

9047: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9049: OE_Order_Util.Get_Attribute_Name('unit_list_price'));
9050: OE_MSG_PUB.Add;
9051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9052:
9053: END IF;
9054:
9055:

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

9056: RETURN FALSE;
9057:
9058: WHEN OTHERS THEN
9059:
9060: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9061: THEN
9062: OE_MSG_PUB.Add_Exc_Msg
9063: ( G_PKG_NAME
9064: , 'Unit_List_Price'

Line 9062: OE_MSG_PUB.Add_Exc_Msg

9058: WHEN OTHERS THEN
9059:
9060: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9061: THEN
9062: OE_MSG_PUB.Add_Exc_Msg
9063: ( G_PKG_NAME
9064: , 'Unit_List_Price'
9065: );
9066: END IF;

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

9095: EXCEPTION
9096:
9097: WHEN NO_DATA_FOUND THEN
9098:
9099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9100: THEN
9101:
9102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE_PER_PQTY');
9103:

Line 9102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE_PER_PQTY');

9098:
9099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9100: THEN
9101:
9102: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'UNIT_LIST_PRICE_PER_PQTY');
9103:
9104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9106: OE_Order_Util.Get_Attribute_Name('unit_list_price_per_pqty'));

Line 9107: OE_MSG_PUB.Add;

9103:
9104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9106: OE_Order_Util.Get_Attribute_Name('unit_list_price_per_pqty'));
9107: OE_MSG_PUB.Add;
9108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9109:
9110: END IF;
9111:

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

9104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9106: OE_Order_Util.Get_Attribute_Name('unit_list_price_per_pqty'));
9107: OE_MSG_PUB.Add;
9108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9109:
9110: END IF;
9111:
9112:

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

9113: RETURN FALSE;
9114:
9115: WHEN OTHERS THEN
9116:
9117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9118: THEN
9119: OE_MSG_PUB.Add_Exc_Msg
9120: ( G_PKG_NAME
9121: , 'Unit_List_Price_Per_Pqty'

Line 9119: OE_MSG_PUB.Add_Exc_Msg

9115: WHEN OTHERS THEN
9116:
9117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9118: THEN
9119: OE_MSG_PUB.Add_Exc_Msg
9120: ( G_PKG_NAME
9121: , 'Unit_List_Price_Per_Pqty'
9122: );
9123: END IF;

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

9152: EXCEPTION
9153:
9154: WHEN NO_DATA_FOUND THEN
9155:
9156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9157: THEN
9158:
9159: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_VALUE');
9160:

Line 9159: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_VALUE');

9155:
9156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9157: THEN
9158:
9159: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_VALUE');
9160:
9161: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9162: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9163: OE_Order_Util.Get_Attribute_Name('tax_value'));

Line 9164: OE_MSG_PUB.Add;

9160:
9161: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9162: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9163: OE_Order_Util.Get_Attribute_Name('tax_value'));
9164: OE_MSG_PUB.Add;
9165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9166:
9167: END IF;
9168:

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

9161: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9162: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9163: OE_Order_Util.Get_Attribute_Name('tax_value'));
9164: OE_MSG_PUB.Add;
9165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9166:
9167: END IF;
9168:
9169:

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

9170: RETURN FALSE;
9171:
9172: WHEN OTHERS THEN
9173:
9174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9175: THEN
9176: OE_MSG_PUB.Add_Exc_Msg
9177: ( G_PKG_NAME
9178: , 'Tax_Value'

Line 9176: OE_MSG_PUB.Add_Exc_Msg

9172: WHEN OTHERS THEN
9173:
9174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9175: THEN
9176: OE_MSG_PUB.Add_Exc_Msg
9177: ( G_PKG_NAME
9178: , 'Tax_Value'
9179: );
9180: END IF;

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

9212: EXCEPTION
9213:
9214: WHEN NO_DATA_FOUND THEN
9215:
9216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9217: THEN
9218:
9219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_NUMBER_SOURCE_ID');
9220:

Line 9219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_NUMBER_SOURCE_ID');

9215:
9216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9217: THEN
9218:
9219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_NUMBER_SOURCE_ID');
9220:
9221: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9222: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9223: OE_Order_Util.Get_Attribute_Name('order_number_source_id'));

Line 9224: OE_MSG_PUB.Add;

9220:
9221: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9222: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9223: OE_Order_Util.Get_Attribute_Name('order_number_source_id'));
9224: OE_MSG_PUB.Add;
9225: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9226:
9227: END IF;
9228:

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

9221: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9222: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9223: OE_Order_Util.Get_Attribute_Name('order_number_source_id'));
9224: OE_MSG_PUB.Add;
9225: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9226:
9227: END IF;
9228:
9229:

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

9230: RETURN FALSE;
9231:
9232: WHEN OTHERS THEN
9233:
9234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9235: THEN
9236: OE_MSG_PUB.Add_Exc_Msg
9237: ( G_PKG_NAME
9238: , 'Order_Number_Source'

Line 9236: OE_MSG_PUB.Add_Exc_Msg

9232: WHEN OTHERS THEN
9233:
9234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9235: THEN
9236: OE_MSG_PUB.Add_Exc_Msg
9237: ( G_PKG_NAME
9238: , 'Order_Number_Source'
9239: );
9240: END IF;

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

9269: EXCEPTION
9270:
9271: WHEN NO_DATA_FOUND THEN
9272:
9273: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9274: THEN
9275:
9276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'NAME');
9277:

Line 9276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'NAME');

9272:
9273: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9274: THEN
9275:
9276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'NAME');
9277:
9278: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9279: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9280: OE_Order_Util.Get_Attribute_Name('name'));

Line 9281: OE_MSG_PUB.Add;

9277:
9278: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9279: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9280: OE_Order_Util.Get_Attribute_Name('name'));
9281: OE_MSG_PUB.Add;
9282: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9283:
9284: END IF;
9285:

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

9278: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9279: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9280: OE_Order_Util.Get_Attribute_Name('name'));
9281: OE_MSG_PUB.Add;
9282: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9283:
9284: END IF;
9285:
9286:

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

9287: RETURN FALSE;
9288:
9289: WHEN OTHERS THEN
9290:
9291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9292: THEN
9293: OE_MSG_PUB.Add_Exc_Msg
9294: ( G_PKG_NAME
9295: , 'Name'

Line 9293: OE_MSG_PUB.Add_Exc_Msg

9289: WHEN OTHERS THEN
9290:
9291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9292: THEN
9293: OE_MSG_PUB.Add_Exc_Msg
9294: ( G_PKG_NAME
9295: , 'Name'
9296: );
9297: END IF;

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

9326: EXCEPTION
9327:
9328: WHEN NO_DATA_FOUND THEN
9329:
9330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9331: THEN
9332:
9333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SEQUENCE_STARTING_POINT');
9334:

Line 9333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SEQUENCE_STARTING_POINT');

9329:
9330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9331: THEN
9332:
9333: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SEQUENCE_STARTING_POINT');
9334:
9335: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9336: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9337: OE_Order_Util.Get_Attribute_Name('sequence_starting_point'));

Line 9338: OE_MSG_PUB.Add;

9334:
9335: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9336: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9337: OE_Order_Util.Get_Attribute_Name('sequence_starting_point'));
9338: OE_MSG_PUB.Add;
9339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9340:
9341: END IF;
9342:

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

9335: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9336: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9337: OE_Order_Util.Get_Attribute_Name('sequence_starting_point'));
9338: OE_MSG_PUB.Add;
9339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9340:
9341: END IF;
9342:
9343:

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

9344: RETURN FALSE;
9345:
9346: WHEN OTHERS THEN
9347:
9348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9349: THEN
9350: OE_MSG_PUB.Add_Exc_Msg
9351: ( G_PKG_NAME
9352: , 'Sequence_Starting_Point'

Line 9350: OE_MSG_PUB.Add_Exc_Msg

9346: WHEN OTHERS THEN
9347:
9348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9349: THEN
9350: OE_MSG_PUB.Add_Exc_Msg
9351: ( G_PKG_NAME
9352: , 'Sequence_Starting_Point'
9353: );
9354: END IF;

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

9384: EXCEPTION
9385:
9386: WHEN NO_DATA_FOUND THEN
9387:
9388: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9389: THEN
9390:
9391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESCRIPTION');
9392:

Line 9391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESCRIPTION');

9387:
9388: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9389: THEN
9390:
9391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DESCRIPTION');
9392:
9393:
9394: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9395: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 9397: OE_MSG_PUB.Add;

9393:
9394: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9395: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9396: OE_Order_Util.Get_Attribute_Name('description'));
9397: OE_MSG_PUB.Add;
9398: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9399:
9400: END IF;
9401:

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

9394: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9395: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9396: OE_Order_Util.Get_Attribute_Name('description'));
9397: OE_MSG_PUB.Add;
9398: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9399:
9400: END IF;
9401:
9402:

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

9403: RETURN FALSE;
9404:
9405: WHEN OTHERS THEN
9406:
9407: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9408: THEN
9409: OE_MSG_PUB.Add_Exc_Msg
9410: ( G_PKG_NAME
9411: , 'Description'

Line 9409: OE_MSG_PUB.Add_Exc_Msg

9405: WHEN OTHERS THEN
9406:
9407: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9408: THEN
9409: OE_MSG_PUB.Add_Exc_Msg
9410: ( G_PKG_NAME
9411: , 'Description'
9412: );
9413: END IF;

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

9442: EXCEPTION
9443:
9444: WHEN NO_DATA_FOUND THEN
9445:
9446: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9447: THEN
9448:
9449: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'START_DATE_ACTIVE');
9450:

Line 9449: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'START_DATE_ACTIVE');

9445:
9446: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9447: THEN
9448:
9449: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'START_DATE_ACTIVE');
9450:
9451: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9452: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9453: OE_Order_Util.Get_Attribute_Name('start_date_active'));

Line 9454: OE_MSG_PUB.Add;

9450:
9451: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9452: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9453: OE_Order_Util.Get_Attribute_Name('start_date_active'));
9454: OE_MSG_PUB.Add;
9455: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9456:
9457: END IF;
9458:

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

9451: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9452: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9453: OE_Order_Util.Get_Attribute_Name('start_date_active'));
9454: OE_MSG_PUB.Add;
9455: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9456:
9457: END IF;
9458:
9459:

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

9460: RETURN FALSE;
9461:
9462: WHEN OTHERS THEN
9463:
9464: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9465: THEN
9466: OE_MSG_PUB.Add_Exc_Msg
9467: ( G_PKG_NAME
9468: , 'Start_Date_Active'

Line 9466: OE_MSG_PUB.Add_Exc_Msg

9462: WHEN OTHERS THEN
9463:
9464: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9465: THEN
9466: OE_MSG_PUB.Add_Exc_Msg
9467: ( G_PKG_NAME
9468: , 'Start_Date_Active'
9469: );
9470: END IF;

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

9499: EXCEPTION
9500:
9501: WHEN NO_DATA_FOUND THEN
9502:
9503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9504: THEN
9505:
9506: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_DATE_ACTIVE');
9507:

Line 9506: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_DATE_ACTIVE');

9502:
9503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9504: THEN
9505:
9506: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_DATE_ACTIVE');
9507:
9508: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9509: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9510: OE_Order_Util.Get_Attribute_Name('end_date_active'));

Line 9511: OE_MSG_PUB.Add;

9507:
9508: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9509: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9510: OE_Order_Util.Get_Attribute_Name('end_date_active'));
9511: OE_MSG_PUB.Add;
9512: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9513:
9514: END IF;
9515:

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

9508: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9509: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9510: OE_Order_Util.Get_Attribute_Name('end_date_active'));
9511: OE_MSG_PUB.Add;
9512: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9513:
9514: END IF;
9515:
9516:

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

9517: RETURN FALSE;
9518:
9519: WHEN OTHERS THEN
9520:
9521: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9522: THEN
9523: OE_MSG_PUB.Add_Exc_Msg
9524: ( G_PKG_NAME
9525: , 'End_Date_Active'

Line 9523: OE_MSG_PUB.Add_Exc_Msg

9519: WHEN OTHERS THEN
9520:
9521: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9522: THEN
9523: OE_MSG_PUB.Add_Exc_Msg
9524: ( G_PKG_NAME
9525: , 'End_Date_Active'
9526: );
9527: END IF;

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

9535: IS
9536: BEGIN
9537:
9538:
9539: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PERCENT');
9540:
9541:
9542: IF p_percent = FND_API.G_MISS_NUM THEN
9543:

Line 9549: OE_MSG_PUB.Add;

9545: END IF;
9546:
9547: IF P_Percent < 0 OR P_Percent > 100 THEN
9548: fnd_message.set_name('ONT','OE_INVALID_CREDIT_PERCENT');
9549: OE_MSG_PUB.Add;
9550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9551:
9552: RETURN FALSE;
9553: ELSE

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

9546:
9547: IF P_Percent < 0 OR P_Percent > 100 THEN
9548: fnd_message.set_name('ONT','OE_INVALID_CREDIT_PERCENT');
9549: OE_MSG_PUB.Add;
9550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9551:
9552: RETURN FALSE;
9553: ELSE
9554:

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

9583: EXCEPTION
9584:
9585: WHEN NO_DATA_FOUND THEN
9586:
9587: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9588: THEN
9589:
9590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIGURATION_ID');
9591:

Line 9590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIGURATION_ID');

9586:
9587: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9588: THEN
9589:
9590: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIGURATION_ID');
9591:
9592: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9593: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9594: OE_Order_Util.Get_Attribute_Name('configuration_id'));

Line 9595: OE_MSG_PUB.Add;

9591:
9592: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9593: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9594: OE_Order_Util.Get_Attribute_Name('configuration_id'));
9595: OE_MSG_PUB.Add;
9596: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9597:
9598: END IF;
9599:

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

9592: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9593: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9594: OE_Order_Util.Get_Attribute_Name('configuration_id'));
9595: OE_MSG_PUB.Add;
9596: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9597:
9598: END IF;
9599:
9600:

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

9601: RETURN FALSE;
9602:
9603: WHEN OTHERS THEN
9604:
9605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9606: THEN
9607: OE_MSG_PUB.Add_Exc_Msg
9608: ( G_PKG_NAME
9609: , 'Configuration'

Line 9607: OE_MSG_PUB.Add_Exc_Msg

9603: WHEN OTHERS THEN
9604:
9605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9606: THEN
9607: OE_MSG_PUB.Add_Exc_Msg
9608: ( G_PKG_NAME
9609: , 'Configuration'
9610: );
9611: END IF;

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

9640: EXCEPTION
9641:
9642: WHEN NO_DATA_FOUND THEN
9643:
9644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9645: THEN
9646:
9647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TOP_MODEL_LINE_ID');
9648:

Line 9647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TOP_MODEL_LINE_ID');

9643:
9644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9645: THEN
9646:
9647: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TOP_MODEL_LINE_ID');
9648:
9649: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9650: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9651: OE_Order_Util.Get_Attribute_Name('top_model_line_id'));

Line 9652: OE_MSG_PUB.Add;

9648:
9649: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9650: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9651: OE_Order_Util.Get_Attribute_Name('top_model_line_id'));
9652: OE_MSG_PUB.Add;
9653: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9654:
9655: END IF;
9656:

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

9649: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9650: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9651: OE_Order_Util.Get_Attribute_Name('top_model_line_id'));
9652: OE_MSG_PUB.Add;
9653: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9654:
9655: END IF;
9656:
9657:

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

9658: RETURN FALSE;
9659:
9660: WHEN OTHERS THEN
9661:
9662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9663: THEN
9664: OE_MSG_PUB.Add_Exc_Msg
9665: ( G_PKG_NAME
9666: , 'Top_Model_Line'

Line 9664: OE_MSG_PUB.Add_Exc_Msg

9660: WHEN OTHERS THEN
9661:
9662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9663: THEN
9664: OE_MSG_PUB.Add_Exc_Msg
9665: ( G_PKG_NAME
9666: , 'Top_Model_Line'
9667: );
9668: END IF;

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

9697: EXCEPTION
9698:
9699: WHEN NO_DATA_FOUND THEN
9700:
9701: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9702: THEN
9703:
9704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINK_TO_LINE_ID');
9705:

Line 9704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINK_TO_LINE_ID');

9700:
9701: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9702: THEN
9703:
9704: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINK_TO_LINE_ID');
9705:
9706: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9707: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9708: OE_Order_Util.Get_Attribute_Name('LINK_TO_LINE_ID'));

Line 9709: OE_MSG_PUB.Add;

9705:
9706: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9707: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9708: OE_Order_Util.Get_Attribute_Name('LINK_TO_LINE_ID'));
9709: OE_MSG_PUB.Add;
9710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9711:
9712: END IF;
9713:

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

9706: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9707: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9708: OE_Order_Util.Get_Attribute_Name('LINK_TO_LINE_ID'));
9709: OE_MSG_PUB.Add;
9710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9711:
9712: END IF;
9713:
9714:

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

9715: RETURN FALSE;
9716:
9717: WHEN OTHERS THEN
9718:
9719: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9720: THEN
9721: OE_MSG_PUB.Add_Exc_Msg
9722: ( G_PKG_NAME
9723: , 'Link_To_Line'

Line 9721: OE_MSG_PUB.Add_Exc_Msg

9717: WHEN OTHERS THEN
9718:
9719: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9720: THEN
9721: OE_MSG_PUB.Add_Exc_Msg
9722: ( G_PKG_NAME
9723: , 'Link_To_Line'
9724: );
9725: END IF;

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

9754: EXCEPTION
9755:
9756: WHEN NO_DATA_FOUND THEN
9757:
9758: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9759: THEN
9760:
9761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_SEQUENCE_ID');
9762:

Line 9761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_SEQUENCE_ID');

9757:
9758: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9759: THEN
9760:
9761: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_SEQUENCE_ID');
9762:
9763: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9764: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9765: OE_Order_Util.Get_Attribute_Name('COMPONENT_SEQUENCE_ID'));

Line 9766: OE_MSG_PUB.Add;

9762:
9763: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9764: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9765: OE_Order_Util.Get_Attribute_Name('COMPONENT_SEQUENCE_ID'));
9766: OE_MSG_PUB.Add;
9767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9768:
9769: END IF;
9770:

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

9763: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9764: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9765: OE_Order_Util.Get_Attribute_Name('COMPONENT_SEQUENCE_ID'));
9766: OE_MSG_PUB.Add;
9767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9768:
9769: END IF;
9770:
9771:

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

9772: RETURN FALSE;
9773:
9774: WHEN OTHERS THEN
9775:
9776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9777: THEN
9778: OE_MSG_PUB.Add_Exc_Msg
9779: ( G_PKG_NAME
9780: , 'Component_Sequence'

Line 9778: OE_MSG_PUB.Add_Exc_Msg

9774: WHEN OTHERS THEN
9775:
9776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9777: THEN
9778: OE_MSG_PUB.Add_Exc_Msg
9779: ( G_PKG_NAME
9780: , 'Component_Sequence'
9781: );
9782: END IF;

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

9811: EXCEPTION
9812:
9813: WHEN NO_DATA_FOUND THEN
9814:
9815: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9816: THEN
9817:
9818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_HEADER');
9819:

Line 9818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_HEADER');

9814:
9815: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9816: THEN
9817:
9818: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_HEADER');
9819:
9820: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9821: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9822: OE_Order_Util.Get_Attribute_Name('CONFIG_HEADER_ID'));

Line 9823: OE_MSG_PUB.Add;

9819:
9820: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9821: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9822: OE_Order_Util.Get_Attribute_Name('CONFIG_HEADER_ID'));
9823: OE_MSG_PUB.Add;
9824: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9825:
9826: END IF;
9827:

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

9820: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9821: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9822: OE_Order_Util.Get_Attribute_Name('CONFIG_HEADER_ID'));
9823: OE_MSG_PUB.Add;
9824: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9825:
9826: END IF;
9827:
9828:

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

9829: RETURN FALSE;
9830:
9831: WHEN OTHERS THEN
9832:
9833: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9834: THEN
9835: OE_MSG_PUB.Add_Exc_Msg
9836: ( G_PKG_NAME
9837: , 'Config_Header'

Line 9835: OE_MSG_PUB.Add_Exc_Msg

9831: WHEN OTHERS THEN
9832:
9833: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9834: THEN
9835: OE_MSG_PUB.Add_Exc_Msg
9836: ( G_PKG_NAME
9837: , 'Config_Header'
9838: );
9839: END IF;

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

9868: EXCEPTION
9869:
9870: WHEN NO_DATA_FOUND THEN
9871:
9872: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9873: THEN
9874:
9875: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_REV_NBR');
9876:

Line 9875: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_REV_NBR');

9871:
9872: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9873: THEN
9874:
9875: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_REV_NBR');
9876:
9877: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9878: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9879: OE_Order_Util.Get_Attribute_Name('CONFIG_REV_NBR'));

Line 9880: OE_MSG_PUB.Add;

9876:
9877: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9878: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9879: OE_Order_Util.Get_Attribute_Name('CONFIG_REV_NBR'));
9880: OE_MSG_PUB.Add;
9881: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9882:
9883: END IF;
9884:

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

9877: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9878: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9879: OE_Order_Util.Get_Attribute_Name('CONFIG_REV_NBR'));
9880: OE_MSG_PUB.Add;
9881: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9882:
9883: END IF;
9884:
9885:

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

9886: RETURN FALSE;
9887:
9888: WHEN OTHERS THEN
9889:
9890: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9891: THEN
9892: OE_MSG_PUB.Add_Exc_Msg
9893: ( G_PKG_NAME
9894: , 'Config_Rev_Nbr'

Line 9892: OE_MSG_PUB.Add_Exc_Msg

9888: WHEN OTHERS THEN
9889:
9890: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9891: THEN
9892: OE_MSG_PUB.Add_Exc_Msg
9893: ( G_PKG_NAME
9894: , 'Config_Rev_Nbr'
9895: );
9896: END IF;

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

9925: EXCEPTION
9926:
9927: WHEN NO_DATA_FOUND THEN
9928:
9929: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9930: THEN
9931:
9932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_CODE');
9933:

Line 9932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_CODE');

9928:
9929: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9930: THEN
9931:
9932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_CODE');
9933:
9934: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9935: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9936: OE_Order_Util.Get_Attribute_Name('Component_Code'));

Line 9937: OE_MSG_PUB.Add;

9933:
9934: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9935: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9936: OE_Order_Util.Get_Attribute_Name('Component_Code'));
9937: OE_MSG_PUB.Add;
9938: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9939:
9940: END IF;
9941:

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

9934: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9935: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9936: OE_Order_Util.Get_Attribute_Name('Component_Code'));
9937: OE_MSG_PUB.Add;
9938: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9939:
9940: END IF;
9941:
9942:

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

9943: RETURN FALSE;
9944:
9945: WHEN OTHERS THEN
9946:
9947: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9948: THEN
9949: OE_MSG_PUB.Add_Exc_Msg
9950: ( G_PKG_NAME
9951: , 'Component'

Line 9949: OE_MSG_PUB.Add_Exc_Msg

9945: WHEN OTHERS THEN
9946:
9947: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
9948: THEN
9949: OE_MSG_PUB.Add_Exc_Msg
9950: ( G_PKG_NAME
9951: , 'Component'
9952: );
9953: END IF;

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

9982: EXCEPTION
9983:
9984: WHEN NO_DATA_FOUND THEN
9985:
9986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9987: THEN
9988:
9989: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_DISPLAY_SEQUENCE');
9990:

Line 9989: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_DISPLAY_SEQUENCE');

9985:
9986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
9987: THEN
9988:
9989: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONFIG_DISPLAY_SEQUENCE');
9990:
9991: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9992: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9993: OE_Order_Util.Get_Attribute_Name('CONFIG_DISPLAY_SEQUENCE'));

Line 9994: OE_MSG_PUB.Add;

9990:
9991: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9992: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9993: OE_Order_Util.Get_Attribute_Name('CONFIG_DISPLAY_SEQUENCE'));
9994: OE_MSG_PUB.Add;
9995: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9996:
9997: END IF;
9998:

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

9991: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
9992: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
9993: OE_Order_Util.Get_Attribute_Name('CONFIG_DISPLAY_SEQUENCE'));
9994: OE_MSG_PUB.Add;
9995: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
9996:
9997: END IF;
9998:
9999:

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

10000: RETURN FALSE;
10001:
10002: WHEN OTHERS THEN
10003:
10004: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10005: THEN
10006: OE_MSG_PUB.Add_Exc_Msg
10007: ( G_PKG_NAME
10008: , 'Config_Display_Sequence'

Line 10006: OE_MSG_PUB.Add_Exc_Msg

10002: WHEN OTHERS THEN
10003:
10004: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10005: THEN
10006: OE_MSG_PUB.Add_Exc_Msg
10007: ( G_PKG_NAME
10008: , 'Config_Display_Sequence'
10009: );
10010: END IF;

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

10039: EXCEPTION
10040:
10041: WHEN NO_DATA_FOUND THEN
10042:
10043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10044: THEN
10045:
10046: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SORT_ORDER');
10047:

Line 10046: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SORT_ORDER');

10042:
10043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10044: THEN
10045:
10046: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SORT_ORDER');
10047:
10048: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10049: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10050: OE_Order_Util.Get_Attribute_Name('Sort_Order'));

Line 10051: OE_MSG_PUB.Add;

10047:
10048: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10049: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10050: OE_Order_Util.Get_Attribute_Name('Sort_Order'));
10051: OE_MSG_PUB.Add;
10052: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10053:
10054: END IF;
10055:

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

10048: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10049: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10050: OE_Order_Util.Get_Attribute_Name('Sort_Order'));
10051: OE_MSG_PUB.Add;
10052: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10053:
10054: END IF;
10055:
10056:

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

10057: RETURN FALSE;
10058:
10059: WHEN OTHERS THEN
10060:
10061: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10062: THEN
10063: OE_MSG_PUB.Add_Exc_Msg
10064: ( G_PKG_NAME
10065: , 'Sort_Order'

Line 10063: OE_MSG_PUB.Add_Exc_Msg

10059: WHEN OTHERS THEN
10060:
10061: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10062: THEN
10063: OE_MSG_PUB.Add_Exc_Msg
10064: ( G_PKG_NAME
10065: , 'Sort_Order'
10066: );
10067: END IF;

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

10096: EXCEPTION
10097:
10098: WHEN NO_DATA_FOUND THEN
10099:
10100: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10101: THEN
10102:
10103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OE_ITEM_TYPE');
10104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 10103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OE_ITEM_TYPE');

10099:
10100: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10101: THEN
10102:
10103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OE_ITEM_TYPE');
10104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10106: OE_Order_Util.Get_Attribute_Name('Oe_Item_Type'));
10107: OE_MSG_PUB.Add;

Line 10107: OE_MSG_PUB.Add;

10103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OE_ITEM_TYPE');
10104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10106: OE_Order_Util.Get_Attribute_Name('Oe_Item_Type'));
10107: OE_MSG_PUB.Add;
10108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10109:
10110: END IF;
10111:

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

10104: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10105: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10106: OE_Order_Util.Get_Attribute_Name('Oe_Item_Type'));
10107: OE_MSG_PUB.Add;
10108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10109:
10110: END IF;
10111:
10112:

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

10113: RETURN FALSE;
10114:
10115: WHEN OTHERS THEN
10116:
10117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10118: THEN
10119: OE_MSG_PUB.Add_Exc_Msg
10120: ( G_PKG_NAME
10121: , 'Item_Type'

Line 10119: OE_MSG_PUB.Add_Exc_Msg

10115: WHEN OTHERS THEN
10116:
10117: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10118: THEN
10119: OE_MSG_PUB.Add_Exc_Msg
10120: ( G_PKG_NAME
10121: , 'Item_Type'
10122: );
10123: END IF;

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

10153: EXCEPTION
10154:
10155: WHEN NO_DATA_FOUND THEN
10156:
10157: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10158: THEN
10159:
10160: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_NUMBER');
10161:

Line 10160: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_NUMBER');

10156:
10157: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10158: THEN
10159:
10160: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_NUMBER');
10161:
10162: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10163: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10164: OE_Order_Util.Get_Attribute_Name('Option_Number'));

Line 10165: OE_MSG_PUB.Add;

10161:
10162: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10163: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10164: OE_Order_Util.Get_Attribute_Name('Option_Number'));
10165: OE_MSG_PUB.Add;
10166: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10167:
10168: END IF;
10169:

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

10162: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10163: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10164: OE_Order_Util.Get_Attribute_Name('Option_Number'));
10165: OE_MSG_PUB.Add;
10166: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10167:
10168: END IF;
10169:
10170:

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

10171: RETURN FALSE;
10172:
10173: WHEN OTHERS THEN
10174:
10175: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10176: THEN
10177: OE_MSG_PUB.Add_Exc_Msg
10178: ( G_PKG_NAME
10179: , 'Option_Number'

Line 10177: OE_MSG_PUB.Add_Exc_Msg

10173: WHEN OTHERS THEN
10174:
10175: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10176: THEN
10177: OE_MSG_PUB.Add_Exc_Msg
10178: ( G_PKG_NAME
10179: , 'Option_Number'
10180: );
10181: END IF;

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

10210: EXCEPTION
10211:
10212: WHEN NO_DATA_FOUND THEN
10213:
10214: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10215: THEN
10216:
10217: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_NUMBER');
10218:

Line 10217: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_NUMBER');

10213:
10214: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10215: THEN
10216:
10217: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMPONENT_NUMBER');
10218:
10219: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10220: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10221: OE_Order_Util.Get_Attribute_Name('Component_Number'));

Line 10222: OE_MSG_PUB.Add;

10218:
10219: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10220: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10221: OE_Order_Util.Get_Attribute_Name('Component_Number'));
10222: OE_MSG_PUB.Add;
10223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10224:
10225:
10226: END IF;

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

10219: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10220: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10221: OE_Order_Util.Get_Attribute_Name('Component_Number'));
10222: OE_MSG_PUB.Add;
10223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10224:
10225:
10226: END IF;
10227:

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

10229: RETURN FALSE;
10230:
10231: WHEN OTHERS THEN
10232:
10233: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10234: THEN
10235: OE_MSG_PUB.Add_Exc_Msg
10236: ( G_PKG_NAME
10237: , 'Component_Number'

Line 10235: OE_MSG_PUB.Add_Exc_Msg

10231: WHEN OTHERS THEN
10232:
10233: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10234: THEN
10235: OE_MSG_PUB.Add_Exc_Msg
10236: ( G_PKG_NAME
10237: , 'Component_Number'
10238: );
10239: END IF;

Line 10253: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPLOSION_DATE');

10249: IS
10250: l_dummy VARCHAR2(10);
10251: BEGIN
10252:
10253: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPLOSION_DATE');
10254:
10255: IF p_explosion_date IS NULL OR
10256: p_explosion_date = FND_API.G_MISS_DATE
10257: THEN

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

10270: EXCEPTION
10271:
10272: WHEN NO_DATA_FOUND THEN
10273:
10274: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10275: THEN
10276:
10277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPLOSION_DATE');
10278:

Line 10277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPLOSION_DATE');

10273:
10274: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10275: THEN
10276:
10277: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EXPLOSION_DATE');
10278:
10279: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10280: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10281: OE_Order_Util.Get_Attribute_Name('explosion_date'));

Line 10282: OE_MSG_PUB.Add;

10278:
10279: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10280: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10281: OE_Order_Util.Get_Attribute_Name('explosion_date'));
10282: OE_MSG_PUB.Add;
10283: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10284:
10285: END IF;
10286:

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

10279: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10280: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10281: OE_Order_Util.Get_Attribute_Name('explosion_date'));
10282: OE_MSG_PUB.Add;
10283: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10284:
10285: END IF;
10286:
10287:

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

10288: RETURN FALSE;
10289:
10290: WHEN OTHERS THEN
10291:
10292: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10293: THEN
10294: OE_MSG_PUB.Add_Exc_Msg
10295: ( G_PKG_NAME
10296: , 'Explosion_Date'

Line 10294: OE_MSG_PUB.Add_Exc_Msg

10290: WHEN OTHERS THEN
10291:
10292: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10293: THEN
10294: OE_MSG_PUB.Add_Exc_Msg
10295: ( G_PKG_NAME
10296: , 'Explosion_Date'
10297: );
10298: END IF;

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

10413: AND LOOKUP_CODE =p_service_bill_option_code;
10414: RETURN TRUE;
10415: EXCEPTION
10416: WHEN NO_DATA_FOUND THEN
10417: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10418: THEN
10419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_OPTION_CODE');
10420: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10421: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 10419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_OPTION_CODE');

10415: EXCEPTION
10416: WHEN NO_DATA_FOUND THEN
10417: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10418: THEN
10419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_OPTION_CODE');
10420: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10421: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10422: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_OPTION_CODE'));
10423: OE_MSG_PUB.Add;

Line 10423: OE_MSG_PUB.Add;

10419: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_OPTION_CODE');
10420: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10421: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10422: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_OPTION_CODE'));
10423: OE_MSG_PUB.Add;
10424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10425: END IF;
10426: RETURN FALSE;
10427: WHEN OTHERS THEN

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

10420: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10421: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10422: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_OPTION_CODE'));
10423: OE_MSG_PUB.Add;
10424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10425: END IF;
10426: RETURN FALSE;
10427: WHEN OTHERS THEN
10428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

10424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10425: END IF;
10426: RETURN FALSE;
10427: WHEN OTHERS THEN
10428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10429: THEN
10430: OE_MSG_PUB.Add_Exc_Msg
10431: ( G_PKG_NAME
10432: , 'SERVICE_BILL_OPTION'

Line 10430: OE_MSG_PUB.Add_Exc_Msg

10426: RETURN FALSE;
10427: WHEN OTHERS THEN
10428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10429: THEN
10430: OE_MSG_PUB.Add_Exc_Msg
10431: ( G_PKG_NAME
10432: , 'SERVICE_BILL_OPTION'
10433: );
10434: END IF;

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

10453: and nvl(end_date, sysdate));
10454: RETURN TRUE;
10455: EXCEPTION
10456: WHEN NO_DATA_FOUND THEN
10457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10458: THEN
10459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_SUBS_TEMPLATE_ID');
10460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 10459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_SUBS_TEMPLATE_ID');

10455: EXCEPTION
10456: WHEN NO_DATA_FOUND THEN
10457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10458: THEN
10459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_SUBS_TEMPLATE_ID');
10460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10462: OE_Order_Util.Get_Attribute_Name('SERVICE_SUBS_TEMPLATE_ID'));
10463: OE_MSG_PUB.Add;

Line 10463: OE_MSG_PUB.Add;

10459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_SUBS_TEMPLATE_ID');
10460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10462: OE_Order_Util.Get_Attribute_Name('SERVICE_SUBS_TEMPLATE_ID'));
10463: OE_MSG_PUB.Add;
10464: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10465: END IF;
10466: RETURN FALSE;
10467: WHEN OTHERS THEN

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

10460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10462: OE_Order_Util.Get_Attribute_Name('SERVICE_SUBS_TEMPLATE_ID'));
10463: OE_MSG_PUB.Add;
10464: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10465: END IF;
10466: RETURN FALSE;
10467: WHEN OTHERS THEN
10468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

10464: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10465: END IF;
10466: RETURN FALSE;
10467: WHEN OTHERS THEN
10468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10469: THEN
10470: OE_MSG_PUB.Add_Exc_Msg
10471: ( G_PKG_NAME
10472: , 'SERVICE_SUBS_TEMPLATE_ID'

Line 10470: OE_MSG_PUB.Add_Exc_Msg

10466: RETURN FALSE;
10467: WHEN OTHERS THEN
10468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10469: THEN
10470: OE_MSG_PUB.Add_Exc_Msg
10471: ( G_PKG_NAME
10472: , 'SERVICE_SUBS_TEMPLATE_ID'
10473: );
10474: END IF;

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

10491: where Id = p_service_bill_profile_id;
10492: RETURN TRUE;
10493: EXCEPTION
10494: WHEN NO_DATA_FOUND THEN
10495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10496: THEN
10497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_PROFILE_ID');
10498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 10497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_PROFILE_ID');

10493: EXCEPTION
10494: WHEN NO_DATA_FOUND THEN
10495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10496: THEN
10497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_PROFILE_ID');
10498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10500: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_PROFILE_ID'));
10501: OE_MSG_PUB.Add;

Line 10501: OE_MSG_PUB.Add;

10497: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_BILL_PROFILE_ID');
10498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10500: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_PROFILE_ID'));
10501: OE_MSG_PUB.Add;
10502: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10503: END IF;
10504: RETURN FALSE;
10505: WHEN OTHERS THEN

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

10498: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10499: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10500: OE_Order_Util.Get_Attribute_Name('SERVICE_BILL_PROFILE_ID'));
10501: OE_MSG_PUB.Add;
10502: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10503: END IF;
10504: RETURN FALSE;
10505: WHEN OTHERS THEN
10506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

10502: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10503: END IF;
10504: RETURN FALSE;
10505: WHEN OTHERS THEN
10506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10507: THEN
10508: OE_MSG_PUB.Add_Exc_Msg
10509: ( G_PKG_NAME
10510: , 'SERVICE_BILLING_PROFILE'

Line 10508: OE_MSG_PUB.Add_Exc_Msg

10504: RETURN FALSE;
10505: WHEN OTHERS THEN
10506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10507: THEN
10508: OE_MSG_PUB.Add_Exc_Msg
10509: ( G_PKG_NAME
10510: , 'SERVICE_BILLING_PROFILE'
10511: );
10512: END IF;

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

10530: and (sysdate between nvl(start_date, sysdate) and nvl(end_date, sysdate));
10531: RETURN TRUE;
10532: EXCEPTION
10533: WHEN NO_DATA_FOUND THEN
10534: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10535: THEN
10536: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_COV_TEMPLATE_ID');
10537: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10538: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 10536: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_COV_TEMPLATE_ID');

10532: EXCEPTION
10533: WHEN NO_DATA_FOUND THEN
10534: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10535: THEN
10536: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_COV_TEMPLATE_ID');
10537: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10538: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10539: OE_Order_Util.Get_Attribute_Name('SERVICE_COV_TEMPLATE_ID'));
10540: OE_MSG_PUB.Add;

Line 10540: OE_MSG_PUB.Add;

10536: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_COV_TEMPLATE_ID');
10537: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10538: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10539: OE_Order_Util.Get_Attribute_Name('SERVICE_COV_TEMPLATE_ID'));
10540: OE_MSG_PUB.Add;
10541: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10542: END IF;
10543: RETURN FALSE;
10544: WHEN OTHERS THEN

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

10537: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10538: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10539: OE_Order_Util.Get_Attribute_Name('SERVICE_COV_TEMPLATE_ID'));
10540: OE_MSG_PUB.Add;
10541: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10542: END IF;
10543: RETURN FALSE;
10544: WHEN OTHERS THEN
10545: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

10541: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10542: END IF;
10543: RETURN FALSE;
10544: WHEN OTHERS THEN
10545: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10546: THEN
10547: OE_MSG_PUB.Add_Exc_Msg
10548: ( G_PKG_NAME
10549: , 'SERVICE_COV_TEMPLATE_ID'

Line 10547: OE_MSG_PUB.Add_Exc_Msg

10543: RETURN FALSE;
10544: WHEN OTHERS THEN
10545: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10546: THEN
10547: OE_MSG_PUB.Add_Exc_Msg
10548: ( G_PKG_NAME
10549: , 'SERVICE_COV_TEMPLATE_ID'
10550: );
10551: END IF;

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

10587: EXCEPTION
10588:
10589: WHEN NO_DATA_FOUND THEN
10590:
10591: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10592: THEN
10593:
10594: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_ID');
10595:

Line 10594: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_ID');

10590:
10591: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10592: THEN
10593:
10594: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_ID');
10595:
10596: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10597: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10598: OE_Order_Util.Get_Attribute_Name('accounting_rule_id'));

Line 10599: OE_MSG_PUB.Add;

10595:
10596: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10597: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10598: OE_Order_Util.Get_Attribute_Name('accounting_rule_id'));
10599: OE_MSG_PUB.Add;
10600: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10601:
10602: END IF;
10603:

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

10596: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10597: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10598: OE_Order_Util.Get_Attribute_Name('accounting_rule_id'));
10599: OE_MSG_PUB.Add;
10600: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10601:
10602: END IF;
10603:
10604:

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

10605: RETURN FALSE;
10606:
10607: WHEN OTHERS THEN
10608:
10609: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10610: THEN
10611: OE_MSG_PUB.Add_Exc_Msg
10612: ( G_PKG_NAME
10613: , 'Accounting_Rule'

Line 10611: OE_MSG_PUB.Add_Exc_Msg

10607: WHEN OTHERS THEN
10608:
10609: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10610: THEN
10611: OE_MSG_PUB.Add_Exc_Msg
10612: ( G_PKG_NAME
10613: , 'Accounting_Rule'
10614: );
10615: END IF;

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

10645: EXCEPTION
10646:
10647: WHEN NO_DATA_FOUND THEN
10648:
10649: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10650: THEN
10651:
10652: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_DURATION');
10653:

Line 10652: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_DURATION');

10648:
10649: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10650: THEN
10651:
10652: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACCOUNTING_RULE_DURATION');
10653:
10654: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10655: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10656: OE_Order_Util.Get_Attribute_Name('accounting_rule_duration'));

Line 10657: OE_MSG_PUB.Add;

10653:
10654: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10655: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10656: OE_Order_Util.Get_Attribute_Name('accounting_rule_duration'));
10657: OE_MSG_PUB.Add;
10658: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10659:
10660: END IF;
10661:

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

10654: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10655: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10656: OE_Order_Util.Get_Attribute_Name('accounting_rule_duration'));
10657: OE_MSG_PUB.Add;
10658: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10659:
10660: END IF;
10661:
10662:

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

10663: RETURN FALSE;
10664:
10665: WHEN OTHERS THEN
10666:
10667: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10668: THEN
10669: OE_MSG_PUB.Add_Exc_Msg
10670: ( G_PKG_NAME
10671: , 'Accounting_Rule_Duration'

Line 10669: OE_MSG_PUB.Add_Exc_Msg

10665: WHEN OTHERS THEN
10666:
10667: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10668: THEN
10669: OE_MSG_PUB.Add_Exc_Msg
10670: ( G_PKG_NAME
10671: , 'Accounting_Rule_Duration'
10672: );
10673: END IF;

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

10703: EXCEPTION
10704:
10705: WHEN NO_DATA_FOUND THEN
10706:
10707: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10708: THEN
10709:
10710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
10711:

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

10706:
10707: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10708: THEN
10709:
10710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATED_BY');
10711:
10712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10714: OE_Order_Util.Get_Attribute_Name('created_by'));

Line 10715: OE_MSG_PUB.Add;

10711:
10712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10714: OE_Order_Util.Get_Attribute_Name('created_by'));
10715: OE_MSG_PUB.Add;
10716: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10717:
10718: END IF;
10719:

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

10712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10714: OE_Order_Util.Get_Attribute_Name('created_by'));
10715: OE_MSG_PUB.Add;
10716: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10717:
10718: END IF;
10719:
10720:

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

10721: RETURN FALSE;
10722:
10723: WHEN OTHERS THEN
10724:
10725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10726: THEN
10727: OE_MSG_PUB.Add_Exc_Msg
10728: ( G_PKG_NAME
10729: , 'Created_By'

Line 10727: OE_MSG_PUB.Add_Exc_Msg

10723: WHEN OTHERS THEN
10724:
10725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10726: THEN
10727: OE_MSG_PUB.Add_Exc_Msg
10728: ( G_PKG_NAME
10729: , 'Created_By'
10730: );
10731: END IF;

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

10760: EXCEPTION
10761:
10762: WHEN NO_DATA_FOUND THEN
10763:
10764: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10765: THEN
10766:
10767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
10768:

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

10763:
10764: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10765: THEN
10766:
10767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREATION_DATE');
10768:
10769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10771: OE_Order_Util.Get_Attribute_Name('creation_date'));

Line 10772: OE_MSG_PUB.Add;

10768:
10769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10771: OE_Order_Util.Get_Attribute_Name('creation_date'));
10772: OE_MSG_PUB.Add;
10773: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10774:
10775: END IF;
10776:

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

10769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10771: OE_Order_Util.Get_Attribute_Name('creation_date'));
10772: OE_MSG_PUB.Add;
10773: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10774:
10775: END IF;
10776:
10777:

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

10778: RETURN FALSE;
10779:
10780: WHEN OTHERS THEN
10781:
10782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10783: THEN
10784: OE_MSG_PUB.Add_Exc_Msg
10785: ( G_PKG_NAME
10786: , 'Creation_Date'

Line 10784: OE_MSG_PUB.Add_Exc_Msg

10780: WHEN OTHERS THEN
10781:
10782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10783: THEN
10784: OE_MSG_PUB.Add_Exc_Msg
10785: ( G_PKG_NAME
10786: , 'Creation_Date'
10787: );
10788: END IF;

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

10818: EXCEPTION
10819:
10820: WHEN NO_DATA_FOUND THEN
10821:
10822: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10823: THEN
10824:
10825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_DATE');
10826:

Line 10825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_DATE');

10821:
10822: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10823: THEN
10824:
10825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_DATE');
10826:
10827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10829: OE_Order_Util.Get_Attribute_Name('ordered_date'));

Line 10830: OE_MSG_PUB.Add;

10826:
10827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10829: OE_Order_Util.Get_Attribute_Name('ordered_date'));
10830: OE_MSG_PUB.Add;
10831: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10832:
10833: END IF;
10834:

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

10827: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10828: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10829: OE_Order_Util.Get_Attribute_Name('ordered_date'));
10830: OE_MSG_PUB.Add;
10831: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10832:
10833: END IF;
10834:
10835:

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

10836: RETURN FALSE;
10837:
10838: WHEN OTHERS THEN
10839:
10840: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10841: THEN
10842: OE_MSG_PUB.Add_Exc_Msg
10843: ( G_PKG_NAME
10844: , 'Ordered_Date'

Line 10842: OE_MSG_PUB.Add_Exc_Msg

10838: WHEN OTHERS THEN
10839:
10840: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10841: THEN
10842: OE_MSG_PUB.Add_Exc_Msg
10843: ( G_PKG_NAME
10844: , 'Ordered_Date'
10845: );
10846: END IF;

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

10880: EXCEPTION
10881:
10882: WHEN NO_DATA_FOUND THEN
10883:
10884: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10885: THEN
10886:
10887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_DATE_TYPE_CODE');
10888:

Line 10887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_DATE_TYPE_CODE');

10883:
10884: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10885: THEN
10886:
10887: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDER_DATE_TYPE_CODE');
10888:
10889: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10890: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10891: OE_Order_Util.Get_Attribute_Name('order_date_type_code'));

Line 10892: OE_MSG_PUB.Add;

10888:
10889: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10890: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10891: OE_Order_Util.Get_Attribute_Name('order_date_type_code'));
10892: OE_MSG_PUB.Add;
10893: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10894:
10895:
10896: END IF;

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

10889: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10890: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10891: OE_Order_Util.Get_Attribute_Name('order_date_type_code'));
10892: OE_MSG_PUB.Add;
10893: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10894:
10895:
10896: END IF;
10897:

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

10899: RETURN FALSE;
10900:
10901: WHEN OTHERS THEN
10902:
10903: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10904: THEN
10905: OE_MSG_PUB.Add_Exc_Msg
10906: ( G_PKG_NAME
10907: , 'Order_Date_Type_Code'

Line 10905: OE_MSG_PUB.Add_Exc_Msg

10901: WHEN OTHERS THEN
10902:
10903: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10904: THEN
10905: OE_MSG_PUB.Add_Exc_Msg
10906: ( G_PKG_NAME
10907: , 'Order_Date_Type_Code'
10908: );
10909: END IF;

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

10940: EXCEPTION
10941:
10942: WHEN NO_DATA_FOUND THEN
10943:
10944: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10945: THEN
10946:
10947: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
10948:

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

10943:
10944: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
10945: THEN
10946:
10947: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'REQUEST_DATE');
10948:
10949: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10950: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10951: OE_Order_Util.Get_Attribute_Name('request_date'));

Line 10952: OE_MSG_PUB.Add;

10948:
10949: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10950: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10951: OE_Order_Util.Get_Attribute_Name('request_date'));
10952: OE_MSG_PUB.Add;
10953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10954:
10955: END IF;
10956:

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

10949: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
10950: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
10951: OE_Order_Util.Get_Attribute_Name('request_date'));
10952: OE_MSG_PUB.Add;
10953: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
10954:
10955: END IF;
10956:
10957:

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

10958: RETURN FALSE;
10959:
10960: WHEN OTHERS THEN
10961:
10962: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10963: THEN
10964: OE_MSG_PUB.Add_Exc_Msg
10965: ( G_PKG_NAME
10966: , 'Request_Date'

Line 10964: OE_MSG_PUB.Add_Exc_Msg

10960: WHEN OTHERS THEN
10961:
10962: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
10963: THEN
10964: OE_MSG_PUB.Add_Exc_Msg
10965: ( G_PKG_NAME
10966: , 'Request_Date'
10967: );
10968: END IF;

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

10997: EXCEPTION
10998:
10999: WHEN NO_DATA_FOUND THEN
11000:
11001: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11002: THEN
11003:
11004: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RESERVED_QUANTITY');
11005:

Line 11004: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RESERVED_QUANTITY');

11000:
11001: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11002: THEN
11003:
11004: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RESERVED_QUANTITY');
11005:
11006: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11007: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11008: OE_Order_Util.Get_Attribute_Name('reserved_quantity'));

Line 11009: OE_MSG_PUB.Add;

11005:
11006: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11007: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11008: OE_Order_Util.Get_Attribute_Name('reserved_quantity'));
11009: OE_MSG_PUB.Add;
11010: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11011:
11012: END IF;
11013:

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

11006: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11007: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11008: OE_Order_Util.Get_Attribute_Name('reserved_quantity'));
11009: OE_MSG_PUB.Add;
11010: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11011:
11012: END IF;
11013:
11014:

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

11015: RETURN FALSE;
11016:
11017: WHEN OTHERS THEN
11018:
11019: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11020: THEN
11021: OE_MSG_PUB.Add_Exc_Msg
11022: ( G_PKG_NAME
11023: , 'Reserved_Quantity'

Line 11021: OE_MSG_PUB.Add_Exc_Msg

11017: WHEN OTHERS THEN
11018:
11019: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11020: THEN
11021: OE_MSG_PUB.Add_Exc_Msg
11022: ( G_PKG_NAME
11023: , 'Reserved_Quantity'
11024: );
11025: END IF;

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

11054: EXCEPTION
11055:
11056: WHEN NO_DATA_FOUND THEN
11057:
11058: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11059: THEN
11060:
11061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_ARRIVAL_DATE');
11062:

Line 11061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_ARRIVAL_DATE');

11057:
11058: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11059: THEN
11060:
11061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_ARRIVAL_DATE');
11062:
11063: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11064: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11065: OE_Order_Util.Get_Attribute_Name('actual_arrival_date'));

Line 11066: OE_MSG_PUB.Add;

11062:
11063: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11064: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11065: OE_Order_Util.Get_Attribute_Name('actual_arrival_date'));
11066: OE_MSG_PUB.Add;
11067: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11068:
11069: END IF;
11070:

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

11063: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11064: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11065: OE_Order_Util.Get_Attribute_Name('actual_arrival_date'));
11066: OE_MSG_PUB.Add;
11067: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11068:
11069: END IF;
11070:
11071:

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

11072: RETURN FALSE;
11073:
11074: WHEN OTHERS THEN
11075:
11076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11077: THEN
11078: OE_MSG_PUB.Add_Exc_Msg
11079: ( G_PKG_NAME
11080: , 'Actual_Arrival_Date'

Line 11078: OE_MSG_PUB.Add_Exc_Msg

11074: WHEN OTHERS THEN
11075:
11076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11077: THEN
11078: OE_MSG_PUB.Add_Exc_Msg
11079: ( G_PKG_NAME
11080: , 'Actual_Arrival_Date'
11081: );
11082: END IF;

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

11112: EXCEPTION
11113:
11114: WHEN NO_DATA_FOUND THEN
11115:
11116: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11117: THEN
11118:
11119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_SHIPMENT_DATE');
11120:

Line 11119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_SHIPMENT_DATE');

11115:
11116: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11117: THEN
11118:
11119: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ACTUAL_SHIPMENT_DATE');
11120:
11121: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11122: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11123: OE_Order_Util.Get_Attribute_Name('actual_shipment_date'));

Line 11124: OE_MSG_PUB.Add;

11120:
11121: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11122: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11123: OE_Order_Util.Get_Attribute_Name('actual_shipment_date'));
11124: OE_MSG_PUB.Add;
11125: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11126:
11127: END IF;
11128:

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

11121: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11122: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11123: OE_Order_Util.Get_Attribute_Name('actual_shipment_date'));
11124: OE_MSG_PUB.Add;
11125: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11126:
11127: END IF;
11128:
11129:

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

11130: RETURN FALSE;
11131:
11132: WHEN OTHERS THEN
11133:
11134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11135: THEN
11136: OE_MSG_PUB.Add_Exc_Msg
11137: ( G_PKG_NAME
11138: , 'Actual_Shipment_Date'

Line 11136: OE_MSG_PUB.Add_Exc_Msg

11132: WHEN OTHERS THEN
11133:
11134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11135: THEN
11136: OE_MSG_PUB.Add_Exc_Msg
11137: ( G_PKG_NAME
11138: , 'Actual_Shipment_Date'
11139: );
11140: END IF;

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

11170: EXCEPTION
11171:
11172: WHEN NO_DATA_FOUND THEN
11173:
11174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11175: THEN
11176:
11177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ATO_LINE_ID');
11178:

Line 11177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ATO_LINE_ID');

11173:
11174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11175: THEN
11176:
11177: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ATO_LINE_ID');
11178:
11179: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11180: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11181: OE_Order_Util.Get_Attribute_Name('ato_line_id'));

Line 11182: OE_MSG_PUB.Add;

11178:
11179: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11180: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11181: OE_Order_Util.Get_Attribute_Name('ato_line_id'));
11182: OE_MSG_PUB.Add;
11183: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11184:
11185: END IF;
11186:

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

11179: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11180: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11181: OE_Order_Util.Get_Attribute_Name('ato_line_id'));
11182: OE_MSG_PUB.Add;
11183: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11184:
11185: END IF;
11186:
11187:

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

11188: RETURN FALSE;
11189:
11190: WHEN OTHERS THEN
11191:
11192: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11193: THEN
11194: OE_MSG_PUB.Add_Exc_Msg
11195: ( G_PKG_NAME
11196: , 'Ato_Line_Id'

Line 11194: OE_MSG_PUB.Add_Exc_Msg

11190: WHEN OTHERS THEN
11191:
11192: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11193: THEN
11194: OE_MSG_PUB.Add_Exc_Msg
11195: ( G_PKG_NAME
11196: , 'Ato_Line_Id'
11197: );
11198: END IF;

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

11228: EXCEPTION
11229:
11230: WHEN NO_DATA_FOUND THEN
11231:
11232: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11233: THEN
11234:
11235: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTO_SELECTED_QUANTITY');
11236:

Line 11235: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTO_SELECTED_QUANTITY');

11231:
11232: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11233: THEN
11234:
11235: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTO_SELECTED_QUANTITY');
11236:
11237: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11238: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11239: OE_Order_Util.Get_Attribute_Name('auto_selected_quantity'));

Line 11240: OE_MSG_PUB.Add;

11236:
11237: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11238: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11239: OE_Order_Util.Get_Attribute_Name('auto_selected_quantity'));
11240: OE_MSG_PUB.Add;
11241: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11242:
11243: END IF;
11244:

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

11237: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11238: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11239: OE_Order_Util.Get_Attribute_Name('auto_selected_quantity'));
11240: OE_MSG_PUB.Add;
11241: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11242:
11243: END IF;
11244:
11245:

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

11246: RETURN FALSE;
11247:
11248: WHEN OTHERS THEN
11249:
11250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11251: THEN
11252: OE_MSG_PUB.Add_Exc_Msg
11253: ( G_PKG_NAME
11254: , 'Auto_Selected_Quantity'

Line 11252: OE_MSG_PUB.Add_Exc_Msg

11248: WHEN OTHERS THEN
11249:
11250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11251: THEN
11252: OE_MSG_PUB.Add_Exc_Msg
11253: ( G_PKG_NAME
11254: , 'Auto_Selected_Quantity'
11255: );
11256: END IF;

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

11292: EXCEPTION
11293:
11294: WHEN NO_DATA_FOUND THEN
11295:
11296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11297: THEN
11298:
11299: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BLANKET_NUMBER');
11300:

Line 11299: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BLANKET_NUMBER');

11295:
11296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11297: THEN
11298:
11299: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BLANKET_NUMBER');
11300:
11301: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
11302: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11303: 'BLANKET NUMBER');

Line 11304: OE_MSG_PUB.Add;

11300:
11301: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
11302: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11303: 'BLANKET NUMBER');
11304: OE_MSG_PUB.Add;
11305:
11306: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11307:
11308: END IF;

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

11302: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11303: 'BLANKET NUMBER');
11304: OE_MSG_PUB.Add;
11305:
11306: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11307:
11308: END IF;
11309:
11310: RETURN FALSE;

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

11309:
11310: RETURN FALSE;
11311:
11312: WHEN OTHERS THEN
11313: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11314: THEN
11315: OE_MSG_PUB.Add_Exc_Msg
11316: ( G_PKG_NAME
11317: , 'Blanket_Number'

Line 11315: OE_MSG_PUB.Add_Exc_Msg

11311:
11312: WHEN OTHERS THEN
11313: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11314: THEN
11315: OE_MSG_PUB.Add_Exc_Msg
11316: ( G_PKG_NAME
11317: , 'Blanket_Number'
11318: );
11319: END IF;

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

11347: EXCEPTION
11348:
11349: WHEN NO_DATA_FOUND THEN
11350:
11351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11352: THEN
11353:
11354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BOOKED_FLAG');
11355:

Line 11354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BOOKED_FLAG');

11350:
11351: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11352: THEN
11353:
11354: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'BOOKED_FLAG');
11355:
11356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11358: OE_Order_Util.Get_Attribute_Name('booked_flag'));

Line 11359: OE_MSG_PUB.Add;

11355:
11356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11358: OE_Order_Util.Get_Attribute_Name('booked_flag'));
11359: OE_MSG_PUB.Add;
11360: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11361:
11362: END IF;
11363:

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

11356: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11357: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11358: OE_Order_Util.Get_Attribute_Name('booked_flag'));
11359: OE_MSG_PUB.Add;
11360: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11361:
11362: END IF;
11363:
11364:

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

11365: RETURN FALSE;
11366:
11367: WHEN OTHERS THEN
11368:
11369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11370: THEN
11371: OE_MSG_PUB.Add_Exc_Msg
11372: ( G_PKG_NAME
11373: , 'Booked'

Line 11371: OE_MSG_PUB.Add_Exc_Msg

11367: WHEN OTHERS THEN
11368:
11369: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11370: THEN
11371: OE_MSG_PUB.Add_Exc_Msg
11372: ( G_PKG_NAME
11373: , 'Booked'
11374: );
11375: END IF;

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

11404: EXCEPTION
11405:
11406: WHEN NO_DATA_FOUND THEN
11407:
11408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11409: THEN
11410:
11411: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_FLAG');
11412:

Line 11411: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_FLAG');

11407:
11408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11409: THEN
11410:
11411: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_FLAG');
11412:
11413: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11414: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11415: OE_Order_Util.Get_Attribute_Name('cancelled_flag'));

Line 11416: OE_MSG_PUB.Add;

11412:
11413: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11414: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11415: OE_Order_Util.Get_Attribute_Name('cancelled_flag'));
11416: OE_MSG_PUB.Add;
11417: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11418:
11419: END IF;
11420:

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

11413: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11414: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11415: OE_Order_Util.Get_Attribute_Name('cancelled_flag'));
11416: OE_MSG_PUB.Add;
11417: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11418:
11419: END IF;
11420:
11421:

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

11422: RETURN FALSE;
11423:
11424: WHEN OTHERS THEN
11425:
11426: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11427: THEN
11428: OE_MSG_PUB.Add_Exc_Msg
11429: ( G_PKG_NAME
11430: , 'Cancelled'

Line 11428: OE_MSG_PUB.Add_Exc_Msg

11424: WHEN OTHERS THEN
11425:
11426: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11427: THEN
11428: OE_MSG_PUB.Add_Exc_Msg
11429: ( G_PKG_NAME
11430: , 'Cancelled'
11431: );
11432: END IF;

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

11462: EXCEPTION
11463:
11464: WHEN NO_DATA_FOUND THEN
11465:
11466: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11467: THEN
11468:
11469: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_QUANTITY');
11470:

Line 11469: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_QUANTITY');

11465:
11466: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11467: THEN
11468:
11469: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CANCELLED_QUANTITY');
11470:
11471: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11472: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11473: OE_Order_Util.Get_Attribute_Name('cancelled_quantity'));

Line 11474: OE_MSG_PUB.Add;

11470:
11471: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11472: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11473: OE_Order_Util.Get_Attribute_Name('cancelled_quantity'));
11474: OE_MSG_PUB.Add;
11475: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11476:
11477: END IF;
11478:

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

11471: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11472: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11473: OE_Order_Util.Get_Attribute_Name('cancelled_quantity'));
11474: OE_MSG_PUB.Add;
11475: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11476:
11477: END IF;
11478:
11479:

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

11480: RETURN FALSE;
11481:
11482: WHEN OTHERS THEN
11483:
11484: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11485: THEN
11486: OE_MSG_PUB.Add_Exc_Msg
11487: ( G_PKG_NAME
11488: , 'Cancelled_Quantity'

Line 11486: OE_MSG_PUB.Add_Exc_Msg

11482: WHEN OTHERS THEN
11483:
11484: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11485: THEN
11486: OE_MSG_PUB.Add_Exc_Msg
11487: ( G_PKG_NAME
11488: , 'Cancelled_Quantity'
11489: );
11490: END IF;

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

11521: EXCEPTION
11522:
11523: WHEN NO_DATA_FOUND THEN
11524:
11525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11526: THEN
11527:
11528: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_INVOICE_LINE_ID');
11529:

Line 11528: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_INVOICE_LINE_ID');

11524:
11525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11526: THEN
11527:
11528: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_INVOICE_LINE_ID');
11529:
11530: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11531: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11532: OE_Order_Util.Get_Attribute_Name('credit_invoice_line'));

Line 11533: OE_MSG_PUB.Add;

11529:
11530: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11531: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11532: OE_Order_Util.Get_Attribute_Name('credit_invoice_line'));
11533: OE_MSG_PUB.Add;
11534: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11535:
11536: END IF;
11537:

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

11530: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11531: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11532: OE_Order_Util.Get_Attribute_Name('credit_invoice_line'));
11533: OE_MSG_PUB.Add;
11534: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11535:
11536: END IF;
11537:
11538:

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

11539: RETURN FALSE;
11540:
11541: WHEN OTHERS THEN
11542:
11543: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11544: THEN
11545: OE_MSG_PUB.Add_Exc_Msg
11546: ( G_PKG_NAME
11547: , 'Credit_Invoice_Line'

Line 11545: OE_MSG_PUB.Add_Exc_Msg

11541: WHEN OTHERS THEN
11542:
11543: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11544: THEN
11545: OE_MSG_PUB.Add_Exc_Msg
11546: ( G_PKG_NAME
11547: , 'Credit_Invoice_Line'
11548: );
11549: END IF;

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

11579: EXCEPTION
11580:
11581: WHEN NO_DATA_FOUND THEN
11582:
11583: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11584: THEN
11585:
11586: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_DOCK_CODE');
11587:

Line 11586: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_DOCK_CODE');

11582:
11583: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11584: THEN
11585:
11586: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_DOCK_CODE');
11587:
11588: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11589: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11590: OE_Order_Util.Get_Attribute_Name('customer_dock_code'));

Line 11591: OE_MSG_PUB.Add;

11587:
11588: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11589: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11590: OE_Order_Util.Get_Attribute_Name('customer_dock_code'));
11591: OE_MSG_PUB.Add;
11592: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11593:
11594:
11595: END IF;

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

11588: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11589: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11590: OE_Order_Util.Get_Attribute_Name('customer_dock_code'));
11591: OE_MSG_PUB.Add;
11592: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11593:
11594:
11595: END IF;
11596:

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

11598: RETURN FALSE;
11599:
11600: WHEN OTHERS THEN
11601:
11602: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11603: THEN
11604: OE_MSG_PUB.Add_Exc_Msg
11605: ( G_PKG_NAME
11606: , 'Customer_Dock'

Line 11604: OE_MSG_PUB.Add_Exc_Msg

11600: WHEN OTHERS THEN
11601:
11602: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11603: THEN
11604: OE_MSG_PUB.Add_Exc_Msg
11605: ( G_PKG_NAME
11606: , 'Customer_Dock'
11607: );
11608: END IF;

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

11639: EXCEPTION
11640:
11641: WHEN NO_DATA_FOUND THEN
11642:
11643: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11644: THEN
11645:
11646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_JOB');
11647:

Line 11646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_JOB');

11642:
11643: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11644: THEN
11645:
11646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_JOB');
11647:
11648: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11649: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11650: OE_Order_Util.Get_Attribute_Name('customer_job'));

Line 11651: OE_MSG_PUB.Add;

11647:
11648: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11649: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11650: OE_Order_Util.Get_Attribute_Name('customer_job'));
11651: OE_MSG_PUB.Add;
11652: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11653:
11654: END IF;
11655:

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

11648: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11649: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11650: OE_Order_Util.Get_Attribute_Name('customer_job'));
11651: OE_MSG_PUB.Add;
11652: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11653:
11654: END IF;
11655:
11656: RETURN FALSE;

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

11657:
11658:
11659: WHEN OTHERS THEN
11660:
11661: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11662: THEN
11663: OE_MSG_PUB.Add_Exc_Msg
11664: ( G_PKG_NAME
11665: , 'Customer_Job'

Line 11663: OE_MSG_PUB.Add_Exc_Msg

11659: WHEN OTHERS THEN
11660:
11661: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11662: THEN
11663: OE_MSG_PUB.Add_Exc_Msg
11664: ( G_PKG_NAME
11665: , 'Customer_Job'
11666: );
11667: END IF;

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

11696: EXCEPTION
11697:
11698: WHEN NO_DATA_FOUND THEN
11699:
11700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11701: THEN
11702:
11703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_PRODUCTION_LINE');
11704:

Line 11703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_PRODUCTION_LINE');

11699:
11700: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11701: THEN
11702:
11703: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_PRODUCTION_LINE');
11704:
11705: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11707: OE_Order_Util.Get_Attribute_Name('customer_production_line'));

Line 11708: OE_MSG_PUB.Add;

11704:
11705: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11707: OE_Order_Util.Get_Attribute_Name('customer_production_line'));
11708: OE_MSG_PUB.Add;
11709: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11710:
11711: END IF;
11712:

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

11705: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11706: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11707: OE_Order_Util.Get_Attribute_Name('customer_production_line'));
11708: OE_MSG_PUB.Add;
11709: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11710:
11711: END IF;
11712:
11713:

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

11714: RETURN FALSE;
11715:
11716: WHEN OTHERS THEN
11717:
11718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11719: THEN
11720: OE_MSG_PUB.Add_Exc_Msg
11721: ( G_PKG_NAME
11722: , 'Customer_Production_Line'

Line 11720: OE_MSG_PUB.Add_Exc_Msg

11716: WHEN OTHERS THEN
11717:
11718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11719: THEN
11720: OE_MSG_PUB.Add_Exc_Msg
11721: ( G_PKG_NAME
11722: , 'Customer_Production_Line'
11723: );
11724: END IF;

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

11753: EXCEPTION
11754:
11755: WHEN NO_DATA_FOUND THEN
11756:
11757: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11758: THEN
11759:
11760: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_TRX_LINE_ID');
11761:

Line 11760: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_TRX_LINE_ID');

11756:
11757: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11758: THEN
11759:
11760: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_TRX_LINE_ID');
11761:
11762: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11763: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11764: OE_Order_Util.Get_Attribute_Name('customer_trx_line_id'));

Line 11765: OE_MSG_PUB.Add;

11761:
11762: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11763: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11764: OE_Order_Util.Get_Attribute_Name('customer_trx_line_id'));
11765: OE_MSG_PUB.Add;
11766: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11767:
11768: END IF;
11769:

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

11762: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11763: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11764: OE_Order_Util.Get_Attribute_Name('customer_trx_line_id'));
11765: OE_MSG_PUB.Add;
11766: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11767:
11768: END IF;
11769:
11770:

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

11771: RETURN FALSE;
11772:
11773: WHEN OTHERS THEN
11774:
11775: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11776: THEN
11777: OE_MSG_PUB.Add_Exc_Msg
11778: ( G_PKG_NAME
11779: , 'Customer_Trx_Line'

Line 11777: OE_MSG_PUB.Add_Exc_Msg

11773: WHEN OTHERS THEN
11774:
11775: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11776: THEN
11777: OE_MSG_PUB.Add_Exc_Msg
11778: ( G_PKG_NAME
11779: , 'Customer_Trx_Line'
11780: );
11781: END IF;

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

11812: EXCEPTION
11813:
11814: WHEN NO_DATA_FOUND THEN
11815:
11816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11817: THEN
11818:
11819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEP_PLAN_REQUIRED_FLAG');
11820:

Line 11819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEP_PLAN_REQUIRED_FLAG');

11815:
11816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11817: THEN
11818:
11819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEP_PLAN_REQUIRED_FLAG');
11820:
11821: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11822: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11823: OE_Order_Util.Get_Attribute_Name('dep_plan_required_flag'));

Line 11824: OE_MSG_PUB.Add;

11820:
11821: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11822: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11823: OE_Order_Util.Get_Attribute_Name('dep_plan_required_flag'));
11824: OE_MSG_PUB.Add;
11825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11826:
11827: END IF;
11828:

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

11821: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11822: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11823: OE_Order_Util.Get_Attribute_Name('dep_plan_required_flag'));
11824: OE_MSG_PUB.Add;
11825: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11826:
11827: END IF;
11828:
11829:

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

11830: RETURN FALSE;
11831:
11832: WHEN OTHERS THEN
11833:
11834: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11835: THEN
11836: OE_MSG_PUB.Add_Exc_Msg
11837: ( G_PKG_NAME
11838: , 'Dep_Plan_Required'

Line 11836: OE_MSG_PUB.Add_Exc_Msg

11832: WHEN OTHERS THEN
11833:
11834: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11835: THEN
11836: OE_MSG_PUB.Add_Exc_Msg
11837: ( G_PKG_NAME
11838: , 'Dep_Plan_Required'
11839: );
11840: END IF;

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

11870: EXCEPTION
11871:
11872: WHEN NO_DATA_FOUND THEN
11873:
11874: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11875: THEN
11876:
11877: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY');
11878:

Line 11877: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY');

11873:
11874: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11875: THEN
11876:
11877: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY');
11878:
11879: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11880: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11881: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity'));

Line 11882: OE_MSG_PUB.Add;

11878:
11879: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11880: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11881: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity'));
11882: OE_MSG_PUB.Add;
11883: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11884:
11885: END IF;
11886:

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

11879: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11880: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11881: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity'));
11882: OE_MSG_PUB.Add;
11883: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11884:
11885: END IF;
11886:
11887:

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

11888: RETURN FALSE;
11889:
11890: WHEN OTHERS THEN
11891:
11892: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11893: THEN
11894: OE_MSG_PUB.Add_Exc_Msg
11895: ( G_PKG_NAME
11896: , 'Fulfilled_Quantity'

Line 11894: OE_MSG_PUB.Add_Exc_Msg

11890: WHEN OTHERS THEN
11891:
11892: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11893: THEN
11894: OE_MSG_PUB.Add_Exc_Msg
11895: ( G_PKG_NAME
11896: , 'Fulfilled_Quantity'
11897: );
11898: END IF;

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

11928: EXCEPTION
11929:
11930: WHEN NO_DATA_FOUND THEN
11931:
11932: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11933: THEN
11934:
11935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_INTERFACE_STATUS_CODE');
11936:

Line 11935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_INTERFACE_STATUS_CODE');

11931:
11932: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11933: THEN
11934:
11935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICE_INTERFACE_STATUS_CODE');
11936:
11937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11939: OE_Order_Util.Get_Attribute_Name('invoice_interface_status_code'));

Line 11940: OE_MSG_PUB.Add;

11936:
11937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11939: OE_Order_Util.Get_Attribute_Name('invoice_interface_status_code'));
11940: OE_MSG_PUB.Add;
11941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11942:
11943: END IF;
11944:

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

11937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11939: OE_Order_Util.Get_Attribute_Name('invoice_interface_status_code'));
11940: OE_MSG_PUB.Add;
11941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
11942:
11943: END IF;
11944:
11945:

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

11946: RETURN FALSE;
11947:
11948: WHEN OTHERS THEN
11949:
11950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11951: THEN
11952: OE_MSG_PUB.Add_Exc_Msg
11953: ( G_PKG_NAME
11954: , 'Invoice_Interface_Status'

Line 11952: OE_MSG_PUB.Add_Exc_Msg

11948: WHEN OTHERS THEN
11949:
11950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
11951: THEN
11952: OE_MSG_PUB.Add_Exc_Msg
11953: ( G_PKG_NAME
11954: , 'Invoice_Interface_Status'
11955: );
11956: END IF;

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

11987: EXCEPTION
11988:
11989: WHEN NO_DATA_FOUND THEN
11990:
11991: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11992: THEN
11993:
11994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_REVISION');
11995:

Line 11994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_REVISION');

11990:
11991: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
11992: THEN
11993:
11994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_REVISION');
11995:
11996: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11997: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11998: OE_Order_Util.Get_Attribute_Name('item_revision'));

Line 11999: OE_MSG_PUB.Add;

11995:
11996: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11997: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11998: OE_Order_Util.Get_Attribute_Name('item_revision'));
11999: OE_MSG_PUB.Add;
12000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12001:
12002: END IF;
12003:

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

11996: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
11997: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
11998: OE_Order_Util.Get_Attribute_Name('item_revision'));
11999: OE_MSG_PUB.Add;
12000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12001:
12002: END IF;
12003:
12004:

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

12005: RETURN FALSE;
12006:
12007: WHEN OTHERS THEN
12008:
12009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12010: THEN
12011: OE_MSG_PUB.Add_Exc_Msg
12012: ( G_PKG_NAME
12013: , 'Item_Revision'

Line 12011: OE_MSG_PUB.Add_Exc_Msg

12007: WHEN OTHERS THEN
12008:
12009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12010: THEN
12011: OE_MSG_PUB.Add_Exc_Msg
12012: ( G_PKG_NAME
12013: , 'Item_Revision'
12014: );
12015: END IF;

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

12044: EXCEPTION
12045:
12046: WHEN NO_DATA_FOUND THEN
12047:
12048: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12049: THEN
12050:
12051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_TYPE_CODE');
12052:

Line 12051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_TYPE_CODE');

12047:
12048: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12049: THEN
12050:
12051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_TYPE_CODE');
12052:
12053: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12054: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12055: OE_Order_Util.Get_Attribute_Name('item_type_code'));

Line 12056: OE_MSG_PUB.Add;

12052:
12053: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12054: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12055: OE_Order_Util.Get_Attribute_Name('item_type_code'));
12056: OE_MSG_PUB.Add;
12057: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12058:
12059: END IF;
12060:

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

12053: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12054: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12055: OE_Order_Util.Get_Attribute_Name('item_type_code'));
12056: OE_MSG_PUB.Add;
12057: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12058:
12059: END IF;
12060:
12061:

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

12062: RETURN FALSE;
12063:
12064: WHEN OTHERS THEN
12065:
12066: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12067: THEN
12068: OE_MSG_PUB.Add_Exc_Msg
12069: ( G_PKG_NAME
12070: , 'Item_Type'

Line 12068: OE_MSG_PUB.Add_Exc_Msg

12064: WHEN OTHERS THEN
12065:
12066: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12067: THEN
12068: OE_MSG_PUB.Add_Exc_Msg
12069: ( G_PKG_NAME
12070: , 'Item_Type'
12071: );
12072: END IF;

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

12101: EXCEPTION
12102:
12103: WHEN NO_DATA_FOUND THEN
12104:
12105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12106: THEN
12107:
12108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_CATEGORY_CODE');
12109:

Line 12108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_CATEGORY_CODE');

12104:
12105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12106: THEN
12107:
12108: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LINE_CATEGORY_CODE');
12109:
12110: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12111: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12112: OE_Order_Util.Get_Attribute_Name('line_category_code'));

Line 12113: OE_MSG_PUB.Add;

12109:
12110: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12111: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12112: OE_Order_Util.Get_Attribute_Name('line_category_code'));
12113: OE_MSG_PUB.Add;
12114: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12115:
12116: END IF;
12117:

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

12110: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12111: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12112: OE_Order_Util.Get_Attribute_Name('line_category_code'));
12113: OE_MSG_PUB.Add;
12114: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12115:
12116: END IF;
12117:
12118:

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

12119: RETURN FALSE;
12120:
12121: WHEN OTHERS THEN
12122:
12123: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12124: THEN
12125: OE_MSG_PUB.Add_Exc_Msg
12126: ( G_PKG_NAME
12127: , 'Line_Category'

Line 12125: OE_MSG_PUB.Add_Exc_Msg

12121: WHEN OTHERS THEN
12122:
12123: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12124: THEN
12125: OE_MSG_PUB.Add_Exc_Msg
12126: ( G_PKG_NAME
12127: , 'Line_Category'
12128: );
12129: END IF;

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

12158: EXCEPTION
12159:
12160: WHEN NO_DATA_FOUND THEN
12161:
12162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12163: THEN
12164:
12165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPEN_FLAG');
12166:

Line 12165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPEN_FLAG');

12161:
12162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12163: THEN
12164:
12165: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPEN_FLAG');
12166:
12167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12169: OE_Order_Util.Get_Attribute_Name('open_flag'));

Line 12170: OE_MSG_PUB.Add;

12166:
12167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12169: OE_Order_Util.Get_Attribute_Name('open_flag'));
12170: OE_MSG_PUB.Add;
12171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12172:
12173: END IF;
12174:

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

12167: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12168: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12169: OE_Order_Util.Get_Attribute_Name('open_flag'));
12170: OE_MSG_PUB.Add;
12171: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12172:
12173: END IF;
12174:
12175:

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

12176: RETURN FALSE;
12177:
12178: WHEN OTHERS THEN
12179:
12180: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12181: THEN
12182: OE_MSG_PUB.Add_Exc_Msg
12183: ( G_PKG_NAME
12184: , 'Open'

Line 12182: OE_MSG_PUB.Add_Exc_Msg

12178: WHEN OTHERS THEN
12179:
12180: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12181: THEN
12182: OE_MSG_PUB.Add_Exc_Msg
12183: ( G_PKG_NAME
12184: , 'Open'
12185: );
12186: END IF;

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

12216: EXCEPTION
12217:
12218: WHEN NO_DATA_FOUND THEN
12219:
12220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12221: THEN
12222:
12223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_FLAG');
12224:

Line 12223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_FLAG');

12219:
12220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12221: THEN
12222:
12223: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OPTION_FLAG');
12224:
12225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12227: OE_Order_Util.Get_Attribute_Name('option_flag'));

Line 12228: OE_MSG_PUB.Add;

12224:
12225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12227: OE_Order_Util.Get_Attribute_Name('option_flag'));
12228: OE_MSG_PUB.Add;
12229: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12230:
12231: END IF;
12232:

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

12225: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12226: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12227: OE_Order_Util.Get_Attribute_Name('option_flag'));
12228: OE_MSG_PUB.Add;
12229: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12230:
12231: END IF;
12232:
12233:

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

12234: RETURN FALSE;
12235:
12236: WHEN OTHERS THEN
12237:
12238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12239: THEN
12240: OE_MSG_PUB.Add_Exc_Msg
12241: ( G_PKG_NAME
12242: , 'Option_Flag'

Line 12240: OE_MSG_PUB.Add_Exc_Msg

12236: WHEN OTHERS THEN
12237:
12238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12239: THEN
12240: OE_MSG_PUB.Add_Exc_Msg
12241: ( G_PKG_NAME
12242: , 'Option_Flag'
12243: );
12244: END IF;

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

12278: EXCEPTION
12279:
12280: WHEN NO_DATA_FOUND THEN
12281:
12282: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12283: THEN
12284:
12285: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY');
12286:

Line 12285: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY');

12281:
12282: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12283: THEN
12284:
12285: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ORDERED_QUANTITY');
12286:
12287: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12288: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12289: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));

Line 12290: OE_MSG_PUB.Add;

12286:
12287: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12288: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12289: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
12290: OE_MSG_PUB.Add;
12291: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12292:
12293: END IF;
12294:

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

12287: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12288: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12289: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
12290: OE_MSG_PUB.Add;
12291: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12292:
12293: END IF;
12294:
12295:

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

12296: RETURN FALSE;
12297:
12298: WHEN OTHERS THEN
12299:
12300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12301: THEN
12302: OE_MSG_PUB.Add_Exc_Msg
12303: ( G_PKG_NAME
12304: , 'Ordered_Quantity'

Line 12302: OE_MSG_PUB.Add_Exc_Msg

12298: WHEN OTHERS THEN
12299:
12300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12301: THEN
12302: OE_MSG_PUB.Add_Exc_Msg
12303: ( G_PKG_NAME
12304: , 'Ordered_Quantity'
12305: );
12306: END IF;

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

12332: EXCEPTION
12333:
12334: WHEN NO_DATA_FOUND THEN
12335:
12336: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12337: THEN
12338:
12339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code =>'ORDERED_QUANTITY2');
12340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 12339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code =>'ORDERED_QUANTITY2');

12335:
12336: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12337: THEN
12338:
12339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code =>'ORDERED_QUANTITY2');
12340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12342: OE_Order_Util.Get_Attribute_Name('ordered_quantity2'));
12343: OE_MSG_PUB.Add;

Line 12343: OE_MSG_PUB.Add;

12339: OE_MSG_PUB.Update_Msg_Context(p_attribute_code =>'ORDERED_QUANTITY2');
12340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12342: OE_Order_Util.Get_Attribute_Name('ordered_quantity2'));
12343: OE_MSG_PUB.Add;
12344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12345:
12346: END IF;
12347:

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

12340: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12341: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12342: OE_Order_Util.Get_Attribute_Name('ordered_quantity2'));
12343: OE_MSG_PUB.Add;
12344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12345:
12346: END IF;
12347:
12348:

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

12349: RETURN FALSE;
12350:
12351: WHEN OTHERS THEN
12352:
12353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12354: THEN
12355: OE_MSG_PUB.Add_Exc_Msg
12356: ( G_PKG_NAME
12357: , 'Ordered_Quantity2'

Line 12355: OE_MSG_PUB.Add_Exc_Msg

12351: WHEN OTHERS THEN
12352:
12353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12354: THEN
12355: OE_MSG_PUB.Add_Exc_Msg
12356: ( G_PKG_NAME
12357: , 'Ordered_Quantity2'
12358: );
12359: END IF;

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

12392: EXCEPTION
12393:
12394: WHEN NO_DATA_FOUND THEN
12395:
12396: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12397: THEN
12398:
12399: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROMISE_DATE');
12400:

Line 12399: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROMISE_DATE');

12395:
12396: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12397: THEN
12398:
12399: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PROMISE_DATE');
12400:
12401: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12402: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12403: OE_Order_Util.Get_Attribute_Name('promise_date'));

Line 12404: OE_MSG_PUB.Add;

12400:
12401: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12402: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12403: OE_Order_Util.Get_Attribute_Name('promise_date'));
12404: OE_MSG_PUB.Add;
12405: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12406:
12407: END IF;
12408:

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

12401: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12402: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12403: OE_Order_Util.Get_Attribute_Name('promise_date'));
12404: OE_MSG_PUB.Add;
12405: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12406:
12407: END IF;
12408:
12409:

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

12410: RETURN FALSE;
12411:
12412: WHEN OTHERS THEN
12413:
12414: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12415: THEN
12416: OE_MSG_PUB.Add_Exc_Msg
12417: ( G_PKG_NAME
12418: , 'Promise_Date'

Line 12416: OE_MSG_PUB.Add_Exc_Msg

12412: WHEN OTHERS THEN
12413:
12414: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12415: THEN
12416: OE_MSG_PUB.Add_Exc_Msg
12417: ( G_PKG_NAME
12418: , 'Promise_Date'
12419: );
12420: END IF;

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

12451: EXCEPTION
12452:
12453: WHEN NO_DATA_FOUND THEN
12454:
12455: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12456: THEN
12457:
12458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RE_SOURCE_FLAG');
12459:

Line 12458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RE_SOURCE_FLAG');

12454:
12455: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12456: THEN
12457:
12458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RE_SOURCE_FLAG');
12459:
12460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12462: OE_Order_Util.Get_Attribute_Name('re_source_flag'));

Line 12463: OE_MSG_PUB.Add;

12459:
12460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12462: OE_Order_Util.Get_Attribute_Name('re_source_flag'));
12463: OE_MSG_PUB.Add;
12464: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12465:
12466: END IF;
12467:

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

12460: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12461: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12462: OE_Order_Util.Get_Attribute_Name('re_source_flag'));
12463: OE_MSG_PUB.Add;
12464: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12465:
12466: END IF;
12467:
12468:

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

12469: RETURN FALSE;
12470:
12471: WHEN OTHERS THEN
12472:
12473: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12474: THEN
12475: OE_MSG_PUB.Add_Exc_Msg
12476: ( G_PKG_NAME
12477: , 'Re_Source_Flag'

Line 12475: OE_MSG_PUB.Add_Exc_Msg

12471: WHEN OTHERS THEN
12472:
12473: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12474: THEN
12475: OE_MSG_PUB.Add_Exc_Msg
12476: ( G_PKG_NAME
12477: , 'Re_Source_Flag'
12478: );
12479: END IF;

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

12509: EXCEPTION
12510:
12511: WHEN NO_DATA_FOUND THEN
12512:
12513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12514: THEN
12515:
12516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RLA_SCHEDULE_TYPE_CODE');
12517:

Line 12516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RLA_SCHEDULE_TYPE_CODE');

12512:
12513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12514: THEN
12515:
12516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RLA_SCHEDULE_TYPE_CODE');
12517:
12518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12520: OE_Order_Util.Get_Attribute_Name('rla_schedule_type_code'));

Line 12521: OE_MSG_PUB.Add;

12517:
12518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12520: OE_Order_Util.Get_Attribute_Name('rla_schedule_type_code'));
12521: OE_MSG_PUB.Add;
12522: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12523:
12524: END IF;
12525:

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

12518: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12519: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12520: OE_Order_Util.Get_Attribute_Name('rla_schedule_type_code'));
12521: OE_MSG_PUB.Add;
12522: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12523:
12524: END IF;
12525:
12526:

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

12527: RETURN FALSE;
12528:
12529: WHEN OTHERS THEN
12530:
12531: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12532: THEN
12533: OE_MSG_PUB.Add_Exc_Msg
12534: ( G_PKG_NAME
12535: , 'Rla_Schedule_Type'

Line 12533: OE_MSG_PUB.Add_Exc_Msg

12529: WHEN OTHERS THEN
12530:
12531: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12532: THEN
12533: OE_MSG_PUB.Add_Exc_Msg
12534: ( G_PKG_NAME
12535: , 'Rla_Schedule_Type'
12536: );
12537: END IF;

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

12566: EXCEPTION
12567:
12568: WHEN NO_DATA_FOUND THEN
12569:
12570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12571: THEN
12572:
12573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_SHIP_DATE');
12574:

Line 12573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_SHIP_DATE');

12569:
12570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12571: THEN
12572:
12573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_SHIP_DATE');
12574:
12575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12577: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));

Line 12578: OE_MSG_PUB.Add;

12574:
12575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12577: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
12578: OE_MSG_PUB.Add;
12579: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12580:
12581: END IF;
12582:

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

12575: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12576: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12577: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
12578: OE_MSG_PUB.Add;
12579: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12580:
12581: END IF;
12582:
12583:

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

12584: RETURN FALSE;
12585:
12586: WHEN OTHERS THEN
12587:
12588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12589: THEN
12590: OE_MSG_PUB.Add_Exc_Msg
12591: ( G_PKG_NAME
12592: , 'schedule_ship_date'

Line 12590: OE_MSG_PUB.Add_Exc_Msg

12586: WHEN OTHERS THEN
12587:
12588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12589: THEN
12590: OE_MSG_PUB.Add_Exc_Msg
12591: ( G_PKG_NAME
12592: , 'schedule_ship_date'
12593: );
12594: END IF;

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

12626: EXCEPTION
12627:
12628: WHEN NO_DATA_FOUND THEN
12629:
12630: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12631: THEN
12632:
12633: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATE_DEMAND_PENALTY_FACTOR');
12634:

Line 12633: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATE_DEMAND_PENALTY_FACTOR');

12629:
12630: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12631: THEN
12632:
12633: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATE_DEMAND_PENALTY_FACTOR');
12634:
12635: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12636: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12637: OE_Order_Util.Get_Attribute_Name('late_demand_penalty_factor'));

Line 12638: OE_MSG_PUB.Add;

12634:
12635: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12636: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12637: OE_Order_Util.Get_Attribute_Name('late_demand_penalty_factor'));
12638: OE_MSG_PUB.Add;
12639: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12640:
12641: END IF;
12642:

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

12635: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12636: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12637: OE_Order_Util.Get_Attribute_Name('late_demand_penalty_factor'));
12638: OE_MSG_PUB.Add;
12639: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12640:
12641: END IF;
12642:
12643:

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

12644: RETURN FALSE;
12645:
12646: WHEN OTHERS THEN
12647:
12648: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12649: THEN
12650: OE_MSG_PUB.Add_Exc_Msg
12651: ( G_PKG_NAME
12652: , 'late_demand_penalty_factor'

Line 12650: OE_MSG_PUB.Add_Exc_Msg

12646: WHEN OTHERS THEN
12647:
12648: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12649: THEN
12650: OE_MSG_PUB.Add_Exc_Msg
12651: ( G_PKG_NAME
12652: , 'late_demand_penalty_factor'
12653: );
12654: END IF;

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

12683: EXCEPTION
12684:
12685: WHEN NO_DATA_FOUND THEN
12686:
12687: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12688: THEN
12689:
12690: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_STATUS_CODE');
12691:

Line 12690: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_STATUS_CODE');

12686:
12687: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12688: THEN
12689:
12690: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_STATUS_CODE');
12691:
12692: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12693: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12694: OE_Order_Util.Get_Attribute_Name('schedule_status_code'));

Line 12695: OE_MSG_PUB.Add;

12691:
12692: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12693: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12694: OE_Order_Util.Get_Attribute_Name('schedule_status_code'));
12695: OE_MSG_PUB.Add;
12696: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12697:
12698: END IF;
12699:

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

12692: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12693: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12694: OE_Order_Util.Get_Attribute_Name('schedule_status_code'));
12695: OE_MSG_PUB.Add;
12696: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12697:
12698: END IF;
12699:
12700:

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

12701: RETURN FALSE;
12702:
12703: WHEN OTHERS THEN
12704:
12705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12706: THEN
12707: OE_MSG_PUB.Add_Exc_Msg
12708: ( G_PKG_NAME
12709: , 'Schedule_Status'

Line 12707: OE_MSG_PUB.Add_Exc_Msg

12703: WHEN OTHERS THEN
12704:
12705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12706: THEN
12707: OE_MSG_PUB.Add_Exc_Msg
12708: ( G_PKG_NAME
12709: , 'Schedule_Status'
12710: );
12711: END IF;

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

12752: EXCEPTION
12753:
12754: WHEN NO_DATA_FOUND THEN
12755:
12756: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12757: THEN
12758:
12759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_CODE');
12760:

Line 12759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_CODE');

12755:
12756: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12757: THEN
12758:
12759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_CODE');
12760:
12761: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12762: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12763: OE_Order_Util.Get_Attribute_Name('tax_code'));

Line 12764: OE_MSG_PUB.Add;

12760:
12761: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12762: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12763: OE_Order_Util.Get_Attribute_Name('tax_code'));
12764: OE_MSG_PUB.Add;
12765: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12766:
12767: END IF;
12768:

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

12761: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12762: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12763: OE_Order_Util.Get_Attribute_Name('tax_code'));
12764: OE_MSG_PUB.Add;
12765: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12766:
12767: END IF;
12768:
12769:

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

12770: RETURN FALSE;
12771:
12772: WHEN OTHERS THEN
12773:
12774: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12775: THEN
12776: OE_MSG_PUB.Add_Exc_Msg
12777: ( G_PKG_NAME
12778: , 'Tax'

Line 12776: OE_MSG_PUB.Add_Exc_Msg

12772: WHEN OTHERS THEN
12773:
12774: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12775: THEN
12776: OE_MSG_PUB.Add_Exc_Msg
12777: ( G_PKG_NAME
12778: , 'Tax'
12779: );
12780: END IF;

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

12810: EXCEPTION
12811:
12812: WHEN NO_DATA_FOUND THEN
12813:
12814: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12815: THEN
12816: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE');
12817:
12818: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 12816: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE');

12812: WHEN NO_DATA_FOUND THEN
12813:
12814: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12815: THEN
12816: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE');
12817:
12818: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12819: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12820: OE_Order_Util.Get_Attribute_Name('tax_rate'));

Line 12821: OE_MSG_PUB.Add;

12817:
12818: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12819: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12820: OE_Order_Util.Get_Attribute_Name('tax_rate'));
12821: OE_MSG_PUB.Add;
12822: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12823:
12824: END IF;
12825:

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

12818: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12819: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12820: OE_Order_Util.Get_Attribute_Name('tax_rate'));
12821: OE_MSG_PUB.Add;
12822: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12823:
12824: END IF;
12825:
12826:

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

12827: RETURN FALSE;
12828:
12829: WHEN OTHERS THEN
12830:
12831: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12832: THEN
12833: OE_MSG_PUB.Add_Exc_Msg
12834: ( G_PKG_NAME
12835: , 'Tax_Rate'

Line 12833: OE_MSG_PUB.Add_Exc_Msg

12829: WHEN OTHERS THEN
12830:
12831: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12832: THEN
12833: OE_MSG_PUB.Add_Exc_Msg
12834: ( G_PKG_NAME
12835: , 'Tax_Rate'
12836: );
12837: END IF;

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

12869: EXCEPTION
12870:
12871: WHEN NO_DATA_FOUND THEN
12872:
12873: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12874: THEN
12875:
12876: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VISIBLE_DEMAND_FLAG');
12877:

Line 12876: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VISIBLE_DEMAND_FLAG');

12872:
12873: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12874: THEN
12875:
12876: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VISIBLE_DEMAND_FLAG');
12877:
12878: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12879: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12880: OE_Order_Util.Get_Attribute_Name('visible_demand_flag'));

Line 12881: OE_MSG_PUB.Add;

12877:
12878: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12879: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12880: OE_Order_Util.Get_Attribute_Name('visible_demand_flag'));
12881: OE_MSG_PUB.Add;
12882: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12883:
12884: END IF;
12885:

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

12878: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12879: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12880: OE_Order_Util.Get_Attribute_Name('visible_demand_flag'));
12881: OE_MSG_PUB.Add;
12882: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12883:
12884: END IF;
12885:
12886:

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

12887: RETURN FALSE;
12888:
12889: WHEN OTHERS THEN
12890:
12891: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12892: THEN
12893: OE_MSG_PUB.Add_Exc_Msg
12894: ( G_PKG_NAME
12895: , 'Visible_Demand'

Line 12893: OE_MSG_PUB.Add_Exc_Msg

12889: WHEN OTHERS THEN
12890:
12891: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12892: THEN
12893: OE_MSG_PUB.Add_Exc_Msg
12894: ( G_PKG_NAME
12895: , 'Visible_Demand'
12896: );
12897: END IF;

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

12928: EXCEPTION
12929:
12930: WHEN NO_DATA_FOUND THEN
12931:
12932: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12933: THEN
12934:
12935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY');
12936:

Line 12935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY');

12931:
12932: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12933: THEN
12934:
12935: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY');
12936:
12937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12939: OE_Order_Util.Get_Attribute_Name('shipped_quantity'));

Line 12940: OE_MSG_PUB.Add;

12936:
12937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12939: OE_Order_Util.Get_Attribute_Name('shipped_quantity'));
12940: OE_MSG_PUB.Add;
12941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12942:
12943: END IF;
12944:

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

12937: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12938: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12939: OE_Order_Util.Get_Attribute_Name('shipped_quantity'));
12940: OE_MSG_PUB.Add;
12941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12942:
12943: END IF;
12944:
12945:

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

12946: RETURN FALSE;
12947:
12948: WHEN OTHERS THEN
12949:
12950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12951: THEN
12952: OE_MSG_PUB.Add_Exc_Msg
12953: ( G_PKG_NAME
12954: , 'Shipped_Quantity'

Line 12952: OE_MSG_PUB.Add_Exc_Msg

12948: WHEN OTHERS THEN
12949:
12950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
12951: THEN
12952: OE_MSG_PUB.Add_Exc_Msg
12953: ( G_PKG_NAME
12954: , 'Shipped_Quantity'
12955: );
12956: END IF;

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

12985: EXCEPTION
12986:
12987: WHEN NO_DATA_FOUND THEN
12988:
12989: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12990: THEN
12991:
12992: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_ACCEPTABLE_DATE');
12993:

Line 12992: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_ACCEPTABLE_DATE');

12988:
12989: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
12990: THEN
12991:
12992: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_ACCEPTABLE_DATE');
12993:
12994: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12995: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12996: OE_Order_Util.Get_Attribute_Name('earliest_acceptable_date'));

Line 12997: OE_MSG_PUB.Add;

12993:
12994: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12995: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12996: OE_Order_Util.Get_Attribute_Name('earliest_acceptable_date'));
12997: OE_MSG_PUB.Add;
12998: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12999:
13000: END IF;
13001:

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

12994: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
12995: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
12996: OE_Order_Util.Get_Attribute_Name('earliest_acceptable_date'));
12997: OE_MSG_PUB.Add;
12998: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
12999:
13000: END IF;
13001:
13002:

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

13003: RETURN FALSE;
13004:
13005: WHEN OTHERS THEN
13006:
13007: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13008: THEN
13009: OE_MSG_PUB.Add_Exc_Msg
13010: ( G_PKG_NAME
13011: , 'Earliest_Acceptable_Date'

Line 13009: OE_MSG_PUB.Add_Exc_Msg

13005: WHEN OTHERS THEN
13006:
13007: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13008: THEN
13009: OE_MSG_PUB.Add_Exc_Msg
13010: ( G_PKG_NAME
13011: , 'Earliest_Acceptable_Date'
13012: );
13013: END IF;

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

13042: EXCEPTION
13043:
13044: WHEN NO_DATA_FOUND THEN
13045:
13046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13047: THEN
13048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_SCHEDULE_LIMIT');
13049:
13050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 13048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_SCHEDULE_LIMIT');

13044: WHEN NO_DATA_FOUND THEN
13045:
13046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13047: THEN
13048: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'EARLIEST_SCHEDULE_LIMIT');
13049:
13050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13052: OE_Order_Util.Get_Attribute_Name('earliest_schedule_limit'));

Line 13053: OE_MSG_PUB.Add;

13049:
13050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13052: OE_Order_Util.Get_Attribute_Name('earliest_schedule_limit'));
13053: OE_MSG_PUB.Add;
13054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13055:
13056: END IF;
13057:

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

13050: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13051: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13052: OE_Order_Util.Get_Attribute_Name('earliest_schedule_limit'));
13053: OE_MSG_PUB.Add;
13054: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13055:
13056: END IF;
13057:
13058:

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

13059: RETURN FALSE;
13060:
13061: WHEN OTHERS THEN
13062:
13063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13064: THEN
13065: OE_MSG_PUB.Add_Exc_Msg
13066: ( G_PKG_NAME
13067: , 'Earliest_Schedule_Limit'

Line 13065: OE_MSG_PUB.Add_Exc_Msg

13061: WHEN OTHERS THEN
13062:
13063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13064: THEN
13065: OE_MSG_PUB.Add_Exc_Msg
13066: ( G_PKG_NAME
13067: , 'Earliest_Schedule_Limit'
13068: );
13069: END IF;

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

13099: EXCEPTION
13100:
13101: WHEN NO_DATA_FOUND THEN
13102:
13103: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13104: THEN
13105: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_ACCEPTABLE_DATE');
13106:
13107:

Line 13105: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_ACCEPTABLE_DATE');

13101: WHEN NO_DATA_FOUND THEN
13102:
13103: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13104: THEN
13105: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_ACCEPTABLE_DATE');
13106:
13107:
13108: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13109: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 13111: OE_MSG_PUB.Add;

13107:
13108: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13109: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13110: OE_Order_Util.Get_Attribute_Name('latest_acceptable_date'));
13111: OE_MSG_PUB.Add;
13112: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13113:
13114: END IF;
13115:

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

13108: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13109: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13110: OE_Order_Util.Get_Attribute_Name('latest_acceptable_date'));
13111: OE_MSG_PUB.Add;
13112: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13113:
13114: END IF;
13115:
13116:

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

13117: RETURN FALSE;
13118:
13119: WHEN OTHERS THEN
13120:
13121: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13122: THEN
13123: OE_MSG_PUB.Add_Exc_Msg
13124: ( G_PKG_NAME
13125: , 'Latest_Acceptable_Date'

Line 13123: OE_MSG_PUB.Add_Exc_Msg

13119: WHEN OTHERS THEN
13120:
13121: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13122: THEN
13123: OE_MSG_PUB.Add_Exc_Msg
13124: ( G_PKG_NAME
13125: , 'Latest_Acceptable_Date'
13126: );
13127: END IF;

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

13156: EXCEPTION
13157:
13158: WHEN NO_DATA_FOUND THEN
13159:
13160: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13161: THEN
13162:
13163: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_SCHEDULE_LIMIT');
13164:

Line 13163: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_SCHEDULE_LIMIT');

13159:
13160: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13161: THEN
13162:
13163: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LATEST_SCHEDULE_LIMIT');
13164:
13165: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13166: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13167: OE_Order_Util.Get_Attribute_Name('latest_schedule_limit'));

Line 13168: OE_MSG_PUB.Add;

13164:
13165: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13166: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13167: OE_Order_Util.Get_Attribute_Name('latest_schedule_limit'));
13168: OE_MSG_PUB.Add;
13169: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13170:
13171: END IF;
13172:

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

13165: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13166: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13167: OE_Order_Util.Get_Attribute_Name('latest_schedule_limit'));
13168: OE_MSG_PUB.Add;
13169: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13170:
13171: END IF;
13172:
13173:

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

13174: RETURN FALSE;
13175:
13176: WHEN OTHERS THEN
13177:
13178: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13179: THEN
13180: OE_MSG_PUB.Add_Exc_Msg
13181: ( G_PKG_NAME
13182: , 'Latest_Schedule_Limit'

Line 13180: OE_MSG_PUB.Add_Exc_Msg

13176: WHEN OTHERS THEN
13177:
13178: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13179: THEN
13180: OE_MSG_PUB.Add_Exc_Msg
13181: ( G_PKG_NAME
13182: , 'Latest_Schedule_Limit'
13183: );
13184: END IF;

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

13213: EXCEPTION
13214:
13215: WHEN NO_DATA_FOUND THEN
13216:
13217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13218: THEN
13219:
13220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODEL_GROUP_NUMBER');
13221:

Line 13220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODEL_GROUP_NUMBER');

13216:
13217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13218: THEN
13219:
13220: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MODEL_GROUP_NUMBER');
13221:
13222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13224: OE_Order_Util.Get_Attribute_Name('model_group_number'));

Line 13225: OE_MSG_PUB.Add;

13221:
13222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13224: OE_Order_Util.Get_Attribute_Name('model_group_number'));
13225: OE_MSG_PUB.Add;
13226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13227:
13228: END IF;
13229:

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

13222: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13223: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13224: OE_Order_Util.Get_Attribute_Name('model_group_number'));
13225: OE_MSG_PUB.Add;
13226: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13227:
13228: END IF;
13229:
13230:

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

13231: RETURN FALSE;
13232:
13233: WHEN OTHERS THEN
13234:
13235: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13236: THEN
13237: OE_MSG_PUB.Add_Exc_Msg
13238: ( G_PKG_NAME
13239: , 'Model_Group_Number'

Line 13237: OE_MSG_PUB.Add_Exc_Msg

13233: WHEN OTHERS THEN
13234:
13235: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13236: THEN
13237: OE_MSG_PUB.Add_Exc_Msg
13238: ( G_PKG_NAME
13239: , 'Model_Group_Number'
13240: );
13241: END IF;

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

13271: EXCEPTION
13272:
13273: WHEN NO_DATA_FOUND THEN
13274:
13275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13276: THEN
13277:
13278: OE_MSG_PUB.Update_Msg_Context
13279: (p_attribute_code => 'MFG_COMPONENT_SEQUENCE_ID');

Line 13278: OE_MSG_PUB.Update_Msg_Context

13274:
13275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13276: THEN
13277:
13278: OE_MSG_PUB.Update_Msg_Context
13279: (p_attribute_code => 'MFG_COMPONENT_SEQUENCE_ID');
13280:
13281: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13282: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 13285: OE_MSG_PUB.Add;

13281: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13282: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13283: OE_Order_Util.Get_Attribute_Name
13284: ('mfg_component_sequence_id'));
13285: OE_MSG_PUB.Add;
13286: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13287:
13288: END IF;
13289:

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

13282: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13283: OE_Order_Util.Get_Attribute_Name
13284: ('mfg_component_sequence_id'));
13285: OE_MSG_PUB.Add;
13286: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13287:
13288: END IF;
13289:
13290:

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

13291: RETURN FALSE;
13292:
13293: WHEN OTHERS THEN
13294:
13295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13296: THEN
13297: OE_MSG_PUB.Add_Exc_Msg
13298: ( G_PKG_NAME
13299: , 'Mfg_Component_Sequence_Id'

Line 13297: OE_MSG_PUB.Add_Exc_Msg

13293: WHEN OTHERS THEN
13294:
13295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13296: THEN
13297: OE_MSG_PUB.Add_Exc_Msg
13298: ( G_PKG_NAME
13299: , 'Mfg_Component_Sequence_Id'
13300: );
13301: END IF;

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

13330: EXCEPTION
13331:
13332: WHEN NO_DATA_FOUND THEN
13333:
13334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13335: THEN
13336:
13337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ARRIVAL_DATE');
13338:

Line 13337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ARRIVAL_DATE');

13333:
13334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13335: THEN
13336:
13337: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SCHEDULE_ARRIVAL_DATE');
13338:
13339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13341: OE_Order_Util.Get_Attribute_Name('schedule_arrival_date'));

Line 13342: OE_MSG_PUB.Add;

13338:
13339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13341: OE_Order_Util.Get_Attribute_Name('schedule_arrival_date'));
13342: OE_MSG_PUB.Add;
13343: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13344:
13345: END IF;
13346:

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

13339: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13340: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13341: OE_Order_Util.Get_Attribute_Name('schedule_arrival_date'));
13342: OE_MSG_PUB.Add;
13343: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13344:
13345: END IF;
13346:
13347:

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

13348: RETURN FALSE;
13349:
13350: WHEN OTHERS THEN
13351:
13352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13353: THEN
13354: OE_MSG_PUB.Add_Exc_Msg
13355: ( G_PKG_NAME
13356: , 'Schedule_Arrival_Date'

Line 13354: OE_MSG_PUB.Add_Exc_Msg

13350: WHEN OTHERS THEN
13351:
13352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13353: THEN
13354: OE_MSG_PUB.Add_Exc_Msg
13355: ( G_PKG_NAME
13356: , 'Schedule_Arrival_Date'
13357: );
13358: END IF;

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

13389: EXCEPTION
13390:
13391: WHEN NO_DATA_FOUND THEN
13392:
13393: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13394: THEN
13395:
13396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_MODEL_COMPLETE_FLAG');
13397:

Line 13396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_MODEL_COMPLETE_FLAG');

13392:
13393: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13394: THEN
13395:
13396: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_MODEL_COMPLETE_FLAG');
13397:
13398: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13399: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13400: OE_Order_Util.Get_Attribute_Name('ship_model_complete_flag'));

Line 13401: OE_MSG_PUB.Add;

13397:
13398: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13399: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13400: OE_Order_Util.Get_Attribute_Name('ship_model_complete_flag'));
13401: OE_MSG_PUB.Add;
13402: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13403:
13404: END IF;
13405:

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

13398: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13399: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13400: OE_Order_Util.Get_Attribute_Name('ship_model_complete_flag'));
13401: OE_MSG_PUB.Add;
13402: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13403:
13404: END IF;
13405:
13406:

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

13407: RETURN FALSE;
13408:
13409: WHEN OTHERS THEN
13410:
13411: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13412: THEN
13413: OE_MSG_PUB.Add_Exc_Msg
13414: ( G_PKG_NAME
13415: , 'Ship_Model_Complete_Flag'

Line 13413: OE_MSG_PUB.Add_Exc_Msg

13409: WHEN OTHERS THEN
13410:
13411: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13412: THEN
13413: OE_MSG_PUB.Add_Exc_Msg
13414: ( G_PKG_NAME
13415: , 'Ship_Model_Complete_Flag'
13416: );
13417: END IF;

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

13446: EXCEPTION
13447:
13448: WHEN NO_DATA_FOUND THEN
13449:
13450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13451: THEN
13452:
13453: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FROM_SERIAL_NUMBER');
13454:

Line 13453: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FROM_SERIAL_NUMBER');

13449:
13450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13451: THEN
13452:
13453: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FROM_SERIAL_NUMBER');
13454:
13455: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13456: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13457: OE_Order_Util.Get_Attribute_Name('from_serial_number'));

Line 13458: OE_MSG_PUB.Add;

13454:
13455: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13456: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13457: OE_Order_Util.Get_Attribute_Name('from_serial_number'));
13458: OE_MSG_PUB.Add;
13459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13460:
13461: END IF;
13462:

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

13455: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13456: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13457: OE_Order_Util.Get_Attribute_Name('from_serial_number'));
13458: OE_MSG_PUB.Add;
13459: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13460:
13461: END IF;
13462:
13463:

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

13464: RETURN FALSE;
13465:
13466: WHEN OTHERS THEN
13467:
13468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13469: THEN
13470: OE_MSG_PUB.Add_Exc_Msg
13471: ( G_PKG_NAME
13472: , 'From_Serial_Number'

Line 13470: OE_MSG_PUB.Add_Exc_Msg

13466: WHEN OTHERS THEN
13467:
13468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13469: THEN
13470: OE_MSG_PUB.Add_Exc_Msg
13471: ( G_PKG_NAME
13472: , 'From_Serial_Number'
13473: );
13474: END IF;

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

13503: EXCEPTION
13504:
13505: WHEN NO_DATA_FOUND THEN
13506:
13507: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13508: THEN
13509:
13510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_NUMBER');
13511:

Line 13510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_NUMBER');

13506:
13507: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13508: THEN
13509:
13510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_NUMBER');
13511:
13512: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13513: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13514: OE_Order_Util.Get_Attribute_Name('lot_number'));

Line 13515: OE_MSG_PUB.Add;

13511:
13512: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13513: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13514: OE_Order_Util.Get_Attribute_Name('lot_number'));
13515: OE_MSG_PUB.Add;
13516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13517:
13518: END IF;
13519:

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

13512: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13513: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13514: OE_Order_Util.Get_Attribute_Name('lot_number'));
13515: OE_MSG_PUB.Add;
13516: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13517:
13518: END IF;
13519:
13520:

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

13521: RETURN FALSE;
13522:
13523: WHEN OTHERS THEN
13524:
13525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13526: THEN
13527: OE_MSG_PUB.Add_Exc_Msg
13528: ( G_PKG_NAME
13529: , 'Lot_Number'

Line 13527: OE_MSG_PUB.Add_Exc_Msg

13523: WHEN OTHERS THEN
13524:
13525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13526: THEN
13527: OE_MSG_PUB.Add_Exc_Msg
13528: ( G_PKG_NAME
13529: , 'Lot_Number'
13530: );
13531: END IF;

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

13560: EXCEPTION
13561:
13562: WHEN NO_DATA_FOUND THEN
13563:
13564: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13565: THEN
13566:
13567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBLOT_NUMBER');
13568:

Line 13567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBLOT_NUMBER');

13563:
13564: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13565: THEN
13566:
13567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUBLOT_NUMBER');
13568:
13569: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13570: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13571: OE_Order_Util.Get_Attribute_Name('sublot_number'));

Line 13572: OE_MSG_PUB.Add;

13568:
13569: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13570: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13571: OE_Order_Util.Get_Attribute_Name('sublot_number'));
13572: OE_MSG_PUB.Add;
13573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13574:
13575: END IF;
13576:

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

13569: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13570: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13571: OE_Order_Util.Get_Attribute_Name('sublot_number'));
13572: OE_MSG_PUB.Add;
13573: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13574:
13575: END IF;
13576:
13577:

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

13578: RETURN FALSE;
13579:
13580: WHEN OTHERS THEN
13581:
13582: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13583: THEN
13584: OE_MSG_PUB.Add_Exc_Msg
13585: ( G_PKG_NAME
13586: , 'Sublot_Number'

Line 13584: OE_MSG_PUB.Add_Exc_Msg

13580: WHEN OTHERS THEN
13581:
13582: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13583: THEN
13584: OE_MSG_PUB.Add_Exc_Msg
13585: ( G_PKG_NAME
13586: , 'Sublot_Number'
13587: );
13588: END IF;

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

13617: EXCEPTION
13618:
13619: WHEN NO_DATA_FOUND THEN
13620:
13621: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13622: THEN
13623:
13624: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_SERIAL_ID');
13625:

Line 13624: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_SERIAL_ID');

13620:
13621: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13622: THEN
13623:
13624: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LOT_SERIAL_ID');
13625:
13626: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13627: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13628: OE_Order_Util.Get_Attribute_Name('lot_serial_id'));

Line 13629: OE_MSG_PUB.Add;

13625:
13626: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13627: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13628: OE_Order_Util.Get_Attribute_Name('lot_serial_id'));
13629: OE_MSG_PUB.Add;
13630: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13631:
13632: END IF;
13633:

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

13626: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13627: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13628: OE_Order_Util.Get_Attribute_Name('lot_serial_id'));
13629: OE_MSG_PUB.Add;
13630: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13631:
13632: END IF;
13633:
13634:

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

13635: RETURN FALSE;
13636:
13637: WHEN OTHERS THEN
13638:
13639: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13640: THEN
13641: OE_MSG_PUB.Add_Exc_Msg
13642: ( G_PKG_NAME
13643: , 'Lot_Serial'

Line 13641: OE_MSG_PUB.Add_Exc_Msg

13637: WHEN OTHERS THEN
13638:
13639: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13640: THEN
13641: OE_MSG_PUB.Add_Exc_Msg
13642: ( G_PKG_NAME
13643: , 'Lot_Serial'
13644: );
13645: END IF;

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

13674: EXCEPTION
13675:
13676: WHEN NO_DATA_FOUND THEN
13677:
13678: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13679: THEN
13680:
13681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY');
13682:

Line 13681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY');

13677:
13678: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13679: THEN
13680:
13681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY');
13682:
13683: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13684: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13685: OE_Order_Util.Get_Attribute_Name('quantity'));

Line 13686: OE_MSG_PUB.Add;

13682:
13683: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13684: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13685: OE_Order_Util.Get_Attribute_Name('quantity'));
13686: OE_MSG_PUB.Add;
13687: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13688:
13689: END IF;
13690:

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

13683: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13684: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13685: OE_Order_Util.Get_Attribute_Name('quantity'));
13686: OE_MSG_PUB.Add;
13687: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13688:
13689: END IF;
13690:
13691:

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

13692: RETURN FALSE;
13693:
13694: WHEN OTHERS THEN
13695:
13696: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13697: THEN
13698: OE_MSG_PUB.Add_Exc_Msg
13699: ( G_PKG_NAME
13700: , 'Quantity'

Line 13698: OE_MSG_PUB.Add_Exc_Msg

13694: WHEN OTHERS THEN
13695:
13696: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13697: THEN
13698: OE_MSG_PUB.Add_Exc_Msg
13699: ( G_PKG_NAME
13700: , 'Quantity'
13701: );
13702: END IF;

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

13731: EXCEPTION
13732:
13733: WHEN NO_DATA_FOUND THEN
13734:
13735: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13736: THEN
13737:
13738: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY2');
13739:

Line 13738: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY2');

13734:
13735: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13736: THEN
13737:
13738: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'QUANTITY2');
13739:
13740: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13741: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13742: OE_Order_Util.Get_Attribute_Name('quantity2'));

Line 13743: OE_MSG_PUB.Add;

13739:
13740: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13741: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13742: OE_Order_Util.Get_Attribute_Name('quantity2'));
13743: OE_MSG_PUB.Add;
13744: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13745:
13746: END IF;
13747:

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

13740: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13741: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13742: OE_Order_Util.Get_Attribute_Name('quantity2'));
13743: OE_MSG_PUB.Add;
13744: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13745:
13746: END IF;
13747:
13748:

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

13749: RETURN FALSE;
13750:
13751: WHEN OTHERS THEN
13752:
13753: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13754: THEN
13755: OE_MSG_PUB.Add_Exc_Msg
13756: ( G_PKG_NAME
13757: , 'Quantity2'

Line 13755: OE_MSG_PUB.Add_Exc_Msg

13751: WHEN OTHERS THEN
13752:
13753: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13754: THEN
13755: OE_MSG_PUB.Add_Exc_Msg
13756: ( G_PKG_NAME
13757: , 'Quantity2'
13758: );
13759: END IF;

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

13788: EXCEPTION
13789:
13790: WHEN NO_DATA_FOUND THEN
13791:
13792: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13793: THEN
13794:
13795: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TO_SERIAL_NUMBER');
13796:

Line 13795: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TO_SERIAL_NUMBER');

13791:
13792: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13793: THEN
13794:
13795: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TO_SERIAL_NUMBER');
13796:
13797: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13798: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13799: OE_Order_Util.Get_Attribute_Name('to_serial_number'));

Line 13800: OE_MSG_PUB.Add;

13796:
13797: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13798: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13799: OE_Order_Util.Get_Attribute_Name('to_serial_number'));
13800: OE_MSG_PUB.Add;
13801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13802:
13803: END IF;
13804:

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

13797: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13798: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13799: OE_Order_Util.Get_Attribute_Name('to_serial_number'));
13800: OE_MSG_PUB.Add;
13801: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13802:
13803: END IF;
13804:
13805:

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

13806: RETURN FALSE;
13807:
13808: WHEN OTHERS THEN
13809:
13810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13811: THEN
13812: OE_MSG_PUB.Add_Exc_Msg
13813: ( G_PKG_NAME
13814: , 'To_Serial_Number'

Line 13812: OE_MSG_PUB.Add_Exc_Msg

13808: WHEN OTHERS THEN
13809:
13810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13811: THEN
13812: OE_MSG_PUB.Add_Exc_Msg
13813: ( G_PKG_NAME
13814: , 'To_Serial_Number'
13815: );
13816: END IF;

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

13845: EXCEPTION
13846:
13847: WHEN NO_DATA_FOUND THEN
13848:
13849: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13850: THEN
13851:
13852: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_ID');
13853:

Line 13852: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_ID');

13848:
13849: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13850: THEN
13851:
13852: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_ID');
13853:
13854: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13855: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13856: OE_Order_Util.Get_Attribute_Name('Line_Set_ID'));

Line 13857: OE_MSG_PUB.Add;

13853:
13854: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13855: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13856: OE_Order_Util.Get_Attribute_Name('Line_Set_ID'));
13857: OE_MSG_PUB.Add;
13858: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13859:
13860: END IF;
13861:

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

13854: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13855: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13856: OE_Order_Util.Get_Attribute_Name('Line_Set_ID'));
13857: OE_MSG_PUB.Add;
13858: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13859:
13860: END IF;
13861:
13862:

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

13863: RETURN FALSE;
13864:
13865: WHEN OTHERS THEN
13866:
13867: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13868: THEN
13869: OE_MSG_PUB.Add_Exc_Msg
13870: ( G_PKG_NAME
13871: , 'Line_Set'

Line 13869: OE_MSG_PUB.Add_Exc_Msg

13865: WHEN OTHERS THEN
13866:
13867: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13868: THEN
13869: OE_MSG_PUB.Add_Exc_Msg
13870: ( G_PKG_NAME
13871: , 'Line_Set'
13872: );
13873: END IF;

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

13902: EXCEPTION
13903:
13904: WHEN NO_DATA_FOUND THEN
13905:
13906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13907: THEN
13908:
13909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AMOUNT');
13910:

Line 13909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AMOUNT');

13905:
13906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13907: THEN
13908:
13909: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AMOUNT');
13910:
13911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13913: OE_Order_Util.Get_Attribute_Name('amount'));

Line 13914: OE_MSG_PUB.Add;

13910:
13911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13913: OE_Order_Util.Get_Attribute_Name('amount'));
13914: OE_MSG_PUB.Add;
13915: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13916:
13917: END IF;
13918:

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

13911: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13912: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13913: OE_Order_Util.Get_Attribute_Name('amount'));
13914: OE_MSG_PUB.Add;
13915: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13916:
13917: END IF;
13918:
13919:

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

13920: RETURN FALSE;
13921:
13922: WHEN OTHERS THEN
13923:
13924: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13925: THEN
13926: OE_MSG_PUB.Add_Exc_Msg
13927: ( G_PKG_NAME
13928: , 'Amount'

Line 13926: OE_MSG_PUB.Add_Exc_Msg

13922: WHEN OTHERS THEN
13923:
13924: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13925: THEN
13926: OE_MSG_PUB.Add_Exc_Msg
13927: ( G_PKG_NAME
13928: , 'Amount'
13929: );
13930: END IF;

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

13959: EXCEPTION
13960:
13961: WHEN NO_DATA_FOUND THEN
13962:
13963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13964: THEN
13965:
13966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_ACK_FLAG');
13967:

Line 13966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_ACK_FLAG');

13962:
13963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
13964: THEN
13965:
13966: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_ACK_FLAG');
13967:
13968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13970: OE_Order_Util.Get_Attribute_Name('appear_on_ack_flag'));

Line 13971: OE_MSG_PUB.Add;

13967:
13968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13970: OE_Order_Util.Get_Attribute_Name('appear_on_ack_flag'));
13971: OE_MSG_PUB.Add;
13972: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13973:
13974: END IF;
13975:

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

13968: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
13969: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
13970: OE_Order_Util.Get_Attribute_Name('appear_on_ack_flag'));
13971: OE_MSG_PUB.Add;
13972: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
13973:
13974: END IF;
13975:
13976:

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

13977: RETURN FALSE;
13978:
13979: WHEN OTHERS THEN
13980:
13981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13982: THEN
13983: OE_MSG_PUB.Add_Exc_Msg
13984: ( G_PKG_NAME
13985: , 'Appear_On_Ack'

Line 13983: OE_MSG_PUB.Add_Exc_Msg

13979: WHEN OTHERS THEN
13980:
13981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
13982: THEN
13983: OE_MSG_PUB.Add_Exc_Msg
13984: ( G_PKG_NAME
13985: , 'Appear_On_Ack'
13986: );
13987: END IF;

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

14016: EXCEPTION
14017:
14018: WHEN NO_DATA_FOUND THEN
14019:
14020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14021: THEN
14022:
14023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_INVOICE_FLAG');
14024:

Line 14023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_INVOICE_FLAG');

14019:
14020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14021: THEN
14022:
14023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'APPEAR_ON_INVOICE_FLAG');
14024:
14025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14027: OE_Order_Util.Get_Attribute_Name('appear_on_invoice_flag'));

Line 14028: OE_MSG_PUB.Add;

14024:
14025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14027: OE_Order_Util.Get_Attribute_Name('appear_on_invoice_flag'));
14028: OE_MSG_PUB.Add;
14029: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14030:
14031: END IF;
14032:

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

14025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14027: OE_Order_Util.Get_Attribute_Name('appear_on_invoice_flag'));
14028: OE_MSG_PUB.Add;
14029: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14030:
14031: END IF;
14032:
14033:

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

14034: RETURN FALSE;
14035:
14036: WHEN OTHERS THEN
14037:
14038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14039: THEN
14040: OE_MSG_PUB.Add_Exc_Msg
14041: ( G_PKG_NAME
14042: , 'Appear_On_Invoice'

Line 14040: OE_MSG_PUB.Add_Exc_Msg

14036: WHEN OTHERS THEN
14037:
14038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14039: THEN
14040: OE_MSG_PUB.Add_Exc_Msg
14041: ( G_PKG_NAME
14042: , 'Appear_On_Invoice'
14043: );
14044: END IF;

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

14073: EXCEPTION
14074:
14075: WHEN NO_DATA_FOUND THEN
14076:
14077: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14078: THEN
14079:
14080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_ID');
14081:

Line 14080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_ID');

14076:
14077: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14078: THEN
14079:
14080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_ID');
14081:
14082: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14083: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14084: OE_Order_Util.Get_Attribute_Name('charge_id'));

Line 14085: OE_MSG_PUB.Add;

14081:
14082: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14083: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14084: OE_Order_Util.Get_Attribute_Name('charge_id'));
14085: OE_MSG_PUB.Add;
14086: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14087:
14088:
14089: END IF;

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

14082: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14083: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14084: OE_Order_Util.Get_Attribute_Name('charge_id'));
14085: OE_MSG_PUB.Add;
14086: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14087:
14088:
14089: END IF;
14090:

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

14091: RETURN FALSE;
14092:
14093: WHEN OTHERS THEN
14094:
14095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14096: THEN
14097: OE_MSG_PUB.Add_Exc_Msg
14098: ( G_PKG_NAME
14099: , 'Charge'

Line 14097: OE_MSG_PUB.Add_Exc_Msg

14093: WHEN OTHERS THEN
14094:
14095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14096: THEN
14097: OE_MSG_PUB.Add_Exc_Msg
14098: ( G_PKG_NAME
14099: , 'Charge'
14100: );
14101: END IF;

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

14130: EXCEPTION
14131:
14132: WHEN NO_DATA_FOUND THEN
14133:
14134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14135: THEN
14136:
14137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_ID');
14138:

Line 14137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_ID');

14133:
14134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14135: THEN
14136:
14137: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_ID');
14138:
14139: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14140: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14141: OE_Order_Util.Get_Attribute_Name('charge_type_id'));

Line 14142: OE_MSG_PUB.Add;

14138:
14139: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14140: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14141: OE_Order_Util.Get_Attribute_Name('charge_type_id'));
14142: OE_MSG_PUB.Add;
14143: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14144:
14145: END IF;
14146:

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

14139: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14140: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14141: OE_Order_Util.Get_Attribute_Name('charge_type_id'));
14142: OE_MSG_PUB.Add;
14143: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14144:
14145: END IF;
14146:
14147:

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

14148: RETURN FALSE;
14149:
14150: WHEN OTHERS THEN
14151:
14152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14153: THEN
14154: OE_MSG_PUB.Add_Exc_Msg
14155: ( G_PKG_NAME
14156: , 'Charge_Type'

Line 14154: OE_MSG_PUB.Add_Exc_Msg

14150: WHEN OTHERS THEN
14151:
14152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14153: THEN
14154: OE_MSG_PUB.Add_Exc_Msg
14155: ( G_PKG_NAME
14156: , 'Charge_Type'
14157: );
14158: END IF;

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

14187: EXCEPTION
14188:
14189: WHEN NO_DATA_FOUND THEN
14190:
14191: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14192: THEN
14193:
14194: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_DATE');
14195:

Line 14194: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_DATE');

14190:
14191: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14192: THEN
14193:
14194: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONVERSION_DATE');
14195:
14196: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14197: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14198: OE_Order_Util.Get_Attribute_Name('conversion_date'));

Line 14200: OE_MSG_PUB.Add;

14196: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14197: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14198: OE_Order_Util.Get_Attribute_Name('conversion_date'));
14199:
14200: OE_MSG_PUB.Add;
14201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14202:
14203:
14204: END IF;

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

14197: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14198: OE_Order_Util.Get_Attribute_Name('conversion_date'));
14199:
14200: OE_MSG_PUB.Add;
14201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14202:
14203:
14204: END IF;
14205:

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

14207: RETURN FALSE;
14208:
14209: WHEN OTHERS THEN
14210:
14211: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14212: THEN
14213: OE_MSG_PUB.Add_Exc_Msg
14214: ( G_PKG_NAME
14215: , 'Conversion_Date'

Line 14213: OE_MSG_PUB.Add_Exc_Msg

14209: WHEN OTHERS THEN
14210:
14211: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14212: THEN
14213: OE_MSG_PUB.Add_Exc_Msg
14214: ( G_PKG_NAME
14215: , 'Conversion_Date'
14216: );
14217: END IF;

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

14246: EXCEPTION
14247:
14248: WHEN NO_DATA_FOUND THEN
14249:
14250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14251: THEN
14252:
14253: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_OR_CHARGE_FLAG');
14254:

Line 14253: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_OR_CHARGE_FLAG');

14249:
14250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14251: THEN
14252:
14253: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_OR_CHARGE_FLAG');
14254:
14255: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14256: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14257: OE_Order_Util.Get_Attribute_Name('cost_or_charge_flag'));

Line 14258: OE_MSG_PUB.Add;

14254:
14255: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14256: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14257: OE_Order_Util.Get_Attribute_Name('cost_or_charge_flag'));
14258: OE_MSG_PUB.Add;
14259: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14260:
14261: END IF;
14262:

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

14255: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14256: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14257: OE_Order_Util.Get_Attribute_Name('cost_or_charge_flag'));
14258: OE_MSG_PUB.Add;
14259: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14260:
14261: END IF;
14262:
14263:

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

14264: RETURN FALSE;
14265:
14266: WHEN OTHERS THEN
14267:
14268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14269: THEN
14270: OE_MSG_PUB.Add_Exc_Msg
14271: ( G_PKG_NAME
14272: , 'Cost_Or_Charge'

Line 14270: OE_MSG_PUB.Add_Exc_Msg

14266: WHEN OTHERS THEN
14267:
14268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14269: THEN
14270: OE_MSG_PUB.Add_Exc_Msg
14271: ( G_PKG_NAME
14272: , 'Cost_Or_Charge'
14273: );
14274: END IF;

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

14303: EXCEPTION
14304:
14305: WHEN NO_DATA_FOUND THEN
14306:
14307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14308: THEN
14309:
14310: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CURRENCY_CODE');
14311:

Line 14310: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CURRENCY_CODE');

14306:
14307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14308: THEN
14309:
14310: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CURRENCY_CODE');
14311:
14312: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14313: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14314: OE_Order_Util.Get_Attribute_Name('currency_code'));

Line 14315: OE_MSG_PUB.Add;

14311:
14312: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14313: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14314: OE_Order_Util.Get_Attribute_Name('currency_code'));
14315: OE_MSG_PUB.Add;
14316: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14317:
14318: END IF;
14319:

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

14312: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14313: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14314: OE_Order_Util.Get_Attribute_Name('currency_code'));
14315: OE_MSG_PUB.Add;
14316: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14317:
14318: END IF;
14319:
14320:

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

14321: RETURN FALSE;
14322:
14323: WHEN OTHERS THEN
14324:
14325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14326: THEN
14327: OE_MSG_PUB.Add_Exc_Msg
14328: ( G_PKG_NAME
14329: , 'Currency'

Line 14327: OE_MSG_PUB.Add_Exc_Msg

14323: WHEN OTHERS THEN
14324:
14325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14326: THEN
14327: OE_MSG_PUB.Add_Exc_Msg
14328: ( G_PKG_NAME
14329: , 'Currency'
14330: );
14331: END IF;

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

14360: EXCEPTION
14361:
14362: WHEN NO_DATA_FOUND THEN
14363:
14364: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14365: THEN
14366:
14367: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEPARTURE_ID');
14368:

Line 14367: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEPARTURE_ID');

14363:
14364: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14365: THEN
14366:
14367: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'DEPARTURE_ID');
14368:
14369: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14370: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14371: OE_Order_Util.Get_Attribute_Name('departure_id'));

Line 14372: OE_MSG_PUB.Add;

14368:
14369: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14370: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14371: OE_Order_Util.Get_Attribute_Name('departure_id'));
14372: OE_MSG_PUB.Add;
14373: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14374:
14375: END IF;
14376:

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

14369: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14370: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14371: OE_Order_Util.Get_Attribute_Name('departure_id'));
14372: OE_MSG_PUB.Add;
14373: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14374:
14375: END IF;
14376:
14377:

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

14378: RETURN FALSE;
14379:
14380: WHEN OTHERS THEN
14381:
14382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14383: THEN
14384: OE_MSG_PUB.Add_Exc_Msg
14385: ( G_PKG_NAME
14386: , 'Departure'

Line 14384: OE_MSG_PUB.Add_Exc_Msg

14380: WHEN OTHERS THEN
14381:
14382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14383: THEN
14384: OE_MSG_PUB.Add_Exc_Msg
14385: ( G_PKG_NAME
14386: , 'Departure'
14387: );
14388: END IF;

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

14417: EXCEPTION
14418:
14419: WHEN NO_DATA_FOUND THEN
14420:
14421: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14422: THEN
14423:
14424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ESTIMATED_FLAG');
14425:

Line 14424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ESTIMATED_FLAG');

14420:
14421: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14422: THEN
14423:
14424: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ESTIMATED_FLAG');
14425:
14426: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14427: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14428: OE_Order_Util.Get_Attribute_Name('estimated_flag'));

Line 14429: OE_MSG_PUB.Add;

14425:
14426: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14427: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14428: OE_Order_Util.Get_Attribute_Name('estimated_flag'));
14429: OE_MSG_PUB.Add;
14430: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14431:
14432: END IF;
14433:

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

14426: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14427: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14428: OE_Order_Util.Get_Attribute_Name('estimated_flag'));
14429: OE_MSG_PUB.Add;
14430: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14431:
14432: END IF;
14433:
14434:

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

14435: RETURN FALSE;
14436:
14437: WHEN OTHERS THEN
14438:
14439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14440: THEN
14441: OE_MSG_PUB.Add_Exc_Msg
14442: ( G_PKG_NAME
14443: , 'Estimated'

Line 14441: OE_MSG_PUB.Add_Exc_Msg

14437: WHEN OTHERS THEN
14438:
14439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14440: THEN
14441: OE_MSG_PUB.Add_Exc_Msg
14442: ( G_PKG_NAME
14443: , 'Estimated'
14444: );
14445: END IF;

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

14474: EXCEPTION
14475:
14476: WHEN NO_DATA_FOUND THEN
14477:
14478: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14479: THEN
14480:
14481: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INC_IN_SALES_PERFORMANCE');
14482:

Line 14481: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INC_IN_SALES_PERFORMANCE');

14477:
14478: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14479: THEN
14480:
14481: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INC_IN_SALES_PERFORMANCE');
14482:
14483: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14484: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14485: OE_Order_Util.Get_Attribute_Name('inc_in_sales_performance'));

Line 14486: OE_MSG_PUB.Add;

14482:
14483: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14484: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14485: OE_Order_Util.Get_Attribute_Name('inc_in_sales_performance'));
14486: OE_MSG_PUB.Add;
14487: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14488:
14489:
14490: END IF;

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

14483: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14484: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14485: OE_Order_Util.Get_Attribute_Name('inc_in_sales_performance'));
14486: OE_MSG_PUB.Add;
14487: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14488:
14489:
14490: END IF;
14491:

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

14493: RETURN FALSE;
14494:
14495: WHEN OTHERS THEN
14496:
14497: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14498: THEN
14499: OE_MSG_PUB.Add_Exc_Msg
14500: ( G_PKG_NAME
14501: , 'Inc_In_Sales_Performance'

Line 14499: OE_MSG_PUB.Add_Exc_Msg

14495: WHEN OTHERS THEN
14496:
14497: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14498: THEN
14499: OE_MSG_PUB.Add_Exc_Msg
14500: ( G_PKG_NAME
14501: , 'Inc_In_Sales_Performance'
14502: );
14503: END IF;

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

14532: EXCEPTION
14533:
14534: WHEN NO_DATA_FOUND THEN
14535:
14536: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14537: THEN
14538:
14539: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_FLAG');
14540:

Line 14539: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_FLAG');

14535:
14536: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14537: THEN
14538:
14539: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_FLAG');
14540:
14541: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14542: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14543: OE_Order_Util.Get_Attribute_Name('invoiced_flag'));

Line 14544: OE_MSG_PUB.Add;

14540:
14541: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14542: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14543: OE_Order_Util.Get_Attribute_Name('invoiced_flag'));
14544: OE_MSG_PUB.Add;
14545: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14546:
14547: END IF;
14548:

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

14541: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14542: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14543: OE_Order_Util.Get_Attribute_Name('invoiced_flag'));
14544: OE_MSG_PUB.Add;
14545: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14546:
14547: END IF;
14548:
14549:

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

14550: RETURN FALSE;
14551:
14552: WHEN OTHERS THEN
14553:
14554: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14555: THEN
14556: OE_MSG_PUB.Add_Exc_Msg
14557: ( G_PKG_NAME
14558: , 'Invoiced'

Line 14556: OE_MSG_PUB.Add_Exc_Msg

14552: WHEN OTHERS THEN
14553:
14554: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14555: THEN
14556: OE_MSG_PUB.Add_Exc_Msg
14557: ( G_PKG_NAME
14558: , 'Invoiced'
14559: );
14560: END IF;

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

14589: EXCEPTION
14590:
14591: WHEN NO_DATA_FOUND THEN
14592:
14593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14594: THEN
14595:
14596: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LPN');
14597:

Line 14596: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LPN');

14592:
14593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14594: THEN
14595:
14596: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LPN');
14597:
14598: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14599: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14600: OE_Order_Util.Get_Attribute_Name('lpn'));

Line 14601: OE_MSG_PUB.Add;

14597:
14598: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14599: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14600: OE_Order_Util.Get_Attribute_Name('lpn'));
14601: OE_MSG_PUB.Add;
14602: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14603:
14604: END IF;
14605:

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

14598: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14599: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14600: OE_Order_Util.Get_Attribute_Name('lpn'));
14601: OE_MSG_PUB.Add;
14602: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14603:
14604: END IF;
14605:
14606:

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

14607: RETURN FALSE;
14608:
14609: WHEN OTHERS THEN
14610:
14611: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14612: THEN
14613: OE_MSG_PUB.Add_Exc_Msg
14614: ( G_PKG_NAME
14615: , 'Lpn'

Line 14613: OE_MSG_PUB.Add_Exc_Msg

14609: WHEN OTHERS THEN
14610:
14611: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14612: THEN
14613: OE_MSG_PUB.Add_Exc_Msg
14614: ( G_PKG_NAME
14615: , 'Lpn'
14616: );
14617: END IF;

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

14646: EXCEPTION
14647:
14648: WHEN NO_DATA_FOUND THEN
14649:
14650: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14651: THEN
14652:
14653: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARENT_CHARGE_ID');
14654:

Line 14653: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARENT_CHARGE_ID');

14649:
14650: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14651: THEN
14652:
14653: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PARENT_CHARGE_ID');
14654:
14655: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14656: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14657: OE_Order_Util.Get_Attribute_Name('parent_charge_id'));

Line 14658: OE_MSG_PUB.Add;

14654:
14655: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14656: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14657: OE_Order_Util.Get_Attribute_Name('parent_charge_id'));
14658: OE_MSG_PUB.Add;
14659: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14660:
14661: END IF;
14662:

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

14655: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14656: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14657: OE_Order_Util.Get_Attribute_Name('parent_charge_id'));
14658: OE_MSG_PUB.Add;
14659: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14660:
14661: END IF;
14662:
14663:

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

14664: RETURN FALSE;
14665:
14666: WHEN OTHERS THEN
14667:
14668: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14669: THEN
14670: OE_MSG_PUB.Add_Exc_Msg
14671: ( G_PKG_NAME
14672: , 'Parent_Charge'

Line 14670: OE_MSG_PUB.Add_Exc_Msg

14666: WHEN OTHERS THEN
14667:
14668: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14669: THEN
14670: OE_MSG_PUB.Add_Exc_Msg
14671: ( G_PKG_NAME
14672: , 'Parent_Charge'
14673: );
14674: END IF;

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

14703: EXCEPTION
14704:
14705: WHEN NO_DATA_FOUND THEN
14706:
14707: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14708: THEN
14709:
14710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURNABLE_FLAG');
14711:

Line 14710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURNABLE_FLAG');

14706:
14707: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14708: THEN
14709:
14710: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURNABLE_FLAG');
14711:
14712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14714: OE_Order_Util.Get_Attribute_Name('returnable_flag'));

Line 14715: OE_MSG_PUB.Add;

14711:
14712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14714: OE_Order_Util.Get_Attribute_Name('returnable_flag'));
14715: OE_MSG_PUB.Add;
14716: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14717:
14718: END IF;
14719:

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

14712: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14713: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14714: OE_Order_Util.Get_Attribute_Name('returnable_flag'));
14715: OE_MSG_PUB.Add;
14716: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14717:
14718: END IF;
14719:
14720:

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

14721: RETURN FALSE;
14722:
14723: WHEN OTHERS THEN
14724:
14725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14726: THEN
14727: OE_MSG_PUB.Add_Exc_Msg
14728: ( G_PKG_NAME
14729: , 'Returnable'

Line 14727: OE_MSG_PUB.Add_Exc_Msg

14723: WHEN OTHERS THEN
14724:
14725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14726: THEN
14727: OE_MSG_PUB.Add_Exc_Msg
14728: ( G_PKG_NAME
14729: , 'Returnable'
14730: );
14731: END IF;

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

14760: EXCEPTION
14761:
14762: WHEN NO_DATA_FOUND THEN
14763:
14764: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14765: THEN
14766:
14767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_GROUP_CODE');
14768:

Line 14767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_GROUP_CODE');

14763:
14764: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
14765: THEN
14766:
14767: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_GROUP_CODE');
14768:
14769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14771: OE_Order_Util.Get_Attribute_Name('tax_group_code'));

Line 14772: OE_MSG_PUB.Add;

14768:
14769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14771: OE_Order_Util.Get_Attribute_Name('tax_group_code'));
14772: OE_MSG_PUB.Add;
14773: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14774:
14775: END IF;
14776:

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

14769: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
14770: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
14771: OE_Order_Util.Get_Attribute_Name('tax_group_code'));
14772: OE_MSG_PUB.Add;
14773: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
14774:
14775: END IF;
14776:
14777:

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

14778: RETURN FALSE;
14779:
14780: WHEN OTHERS THEN
14781:
14782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14783: THEN
14784: OE_MSG_PUB.Add_Exc_Msg
14785: ( G_PKG_NAME
14786: , 'Tax_Group'

Line 14784: OE_MSG_PUB.Add_Exc_Msg

14780: WHEN OTHERS THEN
14781:
14782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
14783: THEN
14784: OE_MSG_PUB.Add_Exc_Msg
14785: ( G_PKG_NAME
14786: , 'Tax_Group'
14787: );
14788: END IF;

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

14828: IS
14829: l_column_value VARCHAR2(240) := null;
14830: BEGIN
14831:
14832: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
14833: -- Assiging the segment names so as to map the values after the FND call.
14834: g_context_name := 'CONTEXT';
14835: g_attribute1_name := 'ATTRIBUTE1';
14836: g_attribute2_name := 'ATTRIBUTE2';

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

15174:
15175: WHEN OTHERS THEN
15176:
15177:
15178: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15179: THEN
15180:
15181: OE_MSG_PUB.Add_Exc_Msg
15182: ( G_PKG_NAME

Line 15181: OE_MSG_PUB.Add_Exc_Msg

15177:
15178: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15179: THEN
15180:
15181: OE_MSG_PUB.Add_Exc_Msg
15182: ( G_PKG_NAME
15183: , 'Header_Desc_Flex');
15184: END IF;
15185:

Line 15218: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');

15214: IS
15215: l_column_value VARCHAR2(240) := null;
15216: BEGIN
15217:
15218: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');
15219:
15220: g_context_name := 'GLOBAL_ATTRIBUTE_CATEGORY';
15221: g_attribute1_name := 'GLOBAL_ATTRIBUTE1';
15222: g_attribute2_name := 'GLOBAL_ATTRIBUTE2';

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

15553:
15554: WHEN OTHERS THEN
15555:
15556:
15557: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15558: THEN
15559:
15560: OE_MSG_PUB.Add_Exc_Msg
15561: ( G_PKG_NAME

Line 15560: OE_MSG_PUB.Add_Exc_Msg

15556:
15557: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15558: THEN
15559:
15560: OE_MSG_PUB.Add_Exc_Msg
15561: ( G_PKG_NAME
15562: , 'G_Header_Desc_Flex');
15563: END IF;
15564:

Line 15589: --OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');

15585: IS
15586: l_column_value VARCHAR2(240) := null;
15587: BEGIN
15588:
15589: --OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');
15590:
15591: g_context_name := 'TP_CONTEXT';
15592: g_attribute1_name := 'TP_ATTRIBUTE1';
15593: g_attribute2_name := 'TP_ATTRIBUTE2';

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

15849:
15850: WHEN OTHERS THEN
15851:
15852:
15853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15854: THEN
15855:
15856: OE_MSG_PUB.Add_Exc_Msg
15857: ( G_PKG_NAME

Line 15856: OE_MSG_PUB.Add_Exc_Msg

15852:
15853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
15854: THEN
15855:
15856: OE_MSG_PUB.Add_Exc_Msg
15857: ( G_PKG_NAME
15858: , 'TP_Header_Desc_Flex');
15859: END IF;
15860:

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

15890: IS
15891: l_column_value VARCHAR2(240) := null;
15892: BEGIN
15893:
15894: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
15895: g_context_name := 'CONTEXT';
15896: g_attribute1_name := 'ATTRIBUTE1';
15897: g_attribute2_name := 'ATTRIBUTE2';
15898: g_attribute3_name := 'ATTRIBUTE3';

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

16236:
16237: WHEN OTHERS THEN
16238:
16239:
16240: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16241: THEN
16242:
16243: OE_MSG_PUB.Add_Exc_Msg
16244: ( G_PKG_NAME

Line 16243: OE_MSG_PUB.Add_Exc_Msg

16239:
16240: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16241: THEN
16242:
16243: OE_MSG_PUB.Add_Exc_Msg
16244: ( G_PKG_NAME
16245: , 'Line_Desc_Flex');
16246: END IF;
16247:

Line 16279: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');

16275: IS
16276: l_column_value VARCHAR2(240) := null;
16277: BEGIN
16278:
16279: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'GLOBAL_ATTRIBUTE_CATEGORY');
16280:
16281:
16282: g_context_name := 'GLOBAL_ATTRIBUTE_CATEGORY';
16283: g_attribute1_name := 'GLOBAL_ATTRIBUTE1';

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

16616:
16617: WHEN OTHERS THEN
16618:
16619:
16620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16621: THEN
16622:
16623: OE_MSG_PUB.Add_Exc_Msg
16624: ( G_PKG_NAME

Line 16623: OE_MSG_PUB.Add_Exc_Msg

16619:
16620: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16621: THEN
16622:
16623: OE_MSG_PUB.Add_Exc_Msg
16624: ( G_PKG_NAME
16625: , 'G_Line_Desc_Flex');
16626: END IF;
16627:

Line 16648: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_CONTEXT');

16644: IS
16645: l_column_value VARCHAR2(240) := null;
16646: BEGIN
16647:
16648: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PRICING_CONTEXT');
16649:
16650: g_context_name := 'PRICING_CONTEXT';
16651: g_attribute1_name := 'PRICING_ATTRIBUTE1';
16652: g_attribute2_name := 'PRICING_ATTRIBUTE2';

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

16835:
16836: WHEN OTHERS THEN
16837:
16838:
16839: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16840: THEN
16841:
16842: OE_MSG_PUB.Add_Exc_Msg
16843: ( G_PKG_NAME

Line 16842: OE_MSG_PUB.Add_Exc_Msg

16838:
16839: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
16840: THEN
16841:
16842: OE_MSG_PUB.Add_Exc_Msg
16843: ( G_PKG_NAME
16844: , 'P_Line_Desc_Flex');
16845: END IF;
16846:

Line 16896: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INDUSTRY_CONTEXT');

16892: l_rlm_product_id NUMBER := 662;
16893:
16894: BEGIN
16895:
16896: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INDUSTRY_CONTEXT');
16897:
16898: /*** commented out for bug 1701377
16899: -- Check if RLM is installed
16900: if (FND_INSTALLATION.Get(l_rlm_product_id,l_rlm_product_id,

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

17415:
17416: WHEN OTHERS THEN
17417:
17418:
17419: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
17420: THEN
17421:
17422: OE_MSG_PUB.Add_Exc_Msg
17423: ( G_PKG_NAME

Line 17422: OE_MSG_PUB.Add_Exc_Msg

17418:
17419: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
17420: THEN
17421:
17422: OE_MSG_PUB.Add_Exc_Msg
17423: ( G_PKG_NAME
17424: , 'I_Line_Desc_Flex');
17425: END IF;
17426:

Line 17456: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TP_CONTEXT');

17452: IS
17453: l_column_value VARCHAR2(240) := null;
17454: BEGIN
17455:
17456: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TP_CONTEXT');
17457:
17458: g_context_name := 'TP_CONTEXT';
17459: g_attribute1_name := 'TP_ATTRIBUTE1';
17460: g_attribute2_name := 'TP_ATTRIBUTE2';

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

17719:
17720: WHEN OTHERS THEN
17721:
17722:
17723: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
17724: THEN
17725:
17726: OE_MSG_PUB.Add_Exc_Msg
17727: ( G_PKG_NAME

Line 17726: OE_MSG_PUB.Add_Exc_Msg

17722:
17723: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
17724: THEN
17725:
17726: OE_MSG_PUB.Add_Exc_Msg
17727: ( G_PKG_NAME
17728: , 'TP_Line_Desc_Flex');
17729: END IF;
17730:

Line 17759: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURN_CONTEXT');

17755: IS
17756: l_column_value VARCHAR2(240) := null;
17757: BEGIN
17758:
17759: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURN_CONTEXT');
17760:
17761: /* Following assignments have been added for bug 2755607, since the call
17762: to oe_validate.desc_flex is commented for Return Flex field, the global
17763: variables holding the flex values need to be assigned with NULL, this

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

18045:
18046: WHEN OTHERS THEN
18047:
18048:
18049: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18050: THEN
18051:
18052: OE_MSG_PUB.Add_Exc_Msg
18053: ( G_PKG_NAME

Line 18052: OE_MSG_PUB.Add_Exc_Msg

18048:
18049: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18050: THEN
18051:
18052: OE_MSG_PUB.Add_Exc_Msg
18053: ( G_PKG_NAME
18054: , 'R_Line_Desc_Flex');
18055: END IF;
18056:

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

18081: IS
18082: l_column_value VARCHAR2(240) := null;
18083: BEGIN
18084:
18085: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
18086:
18087: IF (p_attribute1 = FND_API.G_MISS_CHAR)
18088: AND (p_attribute2 = FND_API.G_MISS_CHAR)
18089: AND (p_attribute3 = FND_API.G_MISS_CHAR)

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

18329:
18330: WHEN OTHERS THEN
18331:
18332:
18333: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18334: THEN
18335:
18336: OE_MSG_PUB.Add_Exc_Msg
18337: ( G_PKG_NAME

Line 18336: OE_MSG_PUB.Add_Exc_Msg

18332:
18333: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18334: THEN
18335:
18336: OE_MSG_PUB.Add_Exc_Msg
18337: ( G_PKG_NAME
18338: , 'Price_Adj_Desc_Flex');
18339: END IF;
18340:

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

18365: IS
18366: l_column_value VARCHAR2(240) := null;
18367: BEGIN
18368:
18369: -- OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTEXT');
18370: -- Added the following lines to fix the bug 3006018 */
18371: -- Assiging the segment names so as to map the values after the FND call.
18372: g_context_name := 'CONTEXT';
18373: g_attribute1_name := 'ATTRIBUTE1';

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

18640:
18641: WHEN OTHERS THEN
18642:
18643:
18644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18645: THEN
18646:
18647: OE_MSG_PUB.Add_Exc_Msg
18648: ( G_PKG_NAME

Line 18647: OE_MSG_PUB.Add_Exc_Msg

18643:
18644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18645: THEN
18646:
18647: OE_MSG_PUB.Add_Exc_Msg
18648: ( G_PKG_NAME
18649: , 'Sales_Credits_Desc_Flex');
18650: END IF;
18651:

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

18685: EXCEPTION
18686:
18687: WHEN NO_DATA_FOUND THEN
18688:
18689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18690: THEN
18691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURN_REASON_CODE');
18692:
18693:

Line 18691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURN_REASON_CODE');

18687: WHEN NO_DATA_FOUND THEN
18688:
18689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18690: THEN
18691: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RETURN_REASON_CODE');
18692:
18693:
18694: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18695: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 18697: OE_MSG_PUB.Add;

18693:
18694: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18695: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18696: OE_Order_Util.Get_Attribute_Name('return_reason_code'));
18697: OE_MSG_PUB.Add;
18698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18699:
18700: END IF;
18701:

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

18694: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18695: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18696: OE_Order_Util.Get_Attribute_Name('return_reason_code'));
18697: OE_MSG_PUB.Add;
18698: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18699:
18700: END IF;
18701:
18702:

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

18705: RETURN FALSE;
18706:
18707: WHEN OTHERS THEN
18708:
18709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18710: THEN
18711: OE_MSG_PUB.Add_Exc_Msg
18712: ( G_PKG_NAME
18713: , 'return_reason'

Line 18711: OE_MSG_PUB.Add_Exc_Msg

18707: WHEN OTHERS THEN
18708:
18709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18710: THEN
18711: OE_MSG_PUB.Add_Exc_Msg
18712: ( G_PKG_NAME
18713: , 'return_reason'
18714: );
18715: END IF;

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

18746: EXCEPTION
18747:
18748: WHEN NO_DATA_FOUND THEN
18749:
18750: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18751: THEN
18752:
18753: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_FROM_LINE_ID');
18754:

Line 18753: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_FROM_LINE_ID');

18749:
18750: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18751: THEN
18752:
18753: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_FROM_LINE_ID');
18754:
18755: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18756: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18757: OE_Order_Util.Get_Attribute_Name('split_from_line_id'));

Line 18758: OE_MSG_PUB.Add;

18754:
18755: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18756: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18757: OE_Order_Util.Get_Attribute_Name('split_from_line_id'));
18758: OE_MSG_PUB.Add;
18759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18760:
18761: END IF;
18762:

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

18755: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18756: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18757: OE_Order_Util.Get_Attribute_Name('split_from_line_id'));
18758: OE_MSG_PUB.Add;
18759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18760:
18761: END IF;
18762:
18763:

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

18765: RETURN FALSE;
18766:
18767: WHEN OTHERS THEN
18768:
18769: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18770: THEN
18771: OE_MSG_PUB.Add_Exc_Msg
18772: ( G_PKG_NAME
18773: , 'split_from_line'

Line 18771: OE_MSG_PUB.Add_Exc_Msg

18767: WHEN OTHERS THEN
18768:
18769: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18770: THEN
18771: OE_MSG_PUB.Add_Exc_Msg
18772: ( G_PKG_NAME
18773: , 'split_from_line'
18774: );
18775: END IF;

Line 18810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

18806: EXCEPTION
18807:
18808: WHEN NO_DATA_FOUND THEN
18809:
18810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18811: THEN
18812:
18813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_SEQ_NUM');
18814:

Line 18813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_SEQ_NUM');

18809:
18810: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18811: THEN
18812:
18813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUST_PRODUCTION_SEQ_NUM');
18814:
18815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18817: OE_Order_Util.Get_Attribute_Name('cust_production_seq_num'));

Line 18818: OE_MSG_PUB.Add;

18814:
18815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18817: OE_Order_Util.Get_Attribute_Name('cust_production_seq_num'));
18818: OE_MSG_PUB.Add;
18819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18820:
18821: END IF;
18822:

Line 18819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

18815: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18817: OE_Order_Util.Get_Attribute_Name('cust_production_seq_num'));
18818: OE_MSG_PUB.Add;
18819: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18820:
18821: END IF;
18822:
18823:

Line 18829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

18825: RETURN FALSE;
18826:
18827: WHEN OTHERS THEN
18828:
18829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18830: THEN
18831: OE_MSG_PUB.Add_Exc_Msg
18832: ( G_PKG_NAME
18833: , 'cust_production_seq_num'

Line 18831: OE_MSG_PUB.Add_Exc_Msg

18827: WHEN OTHERS THEN
18828:
18829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18830: THEN
18831: OE_MSG_PUB.Add_Exc_Msg
18832: ( G_PKG_NAME
18833: , 'cust_production_seq_num'
18834: );
18835: END IF;

Line 18871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

18867: EXCEPTION
18868:
18869: WHEN NO_DATA_FOUND THEN
18870:
18871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18872: THEN
18873:
18874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTHORIZED_TO_SHIP_FLAG');
18875:

Line 18874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTHORIZED_TO_SHIP_FLAG');

18870:
18871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18872: THEN
18873:
18874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'AUTHORIZED_TO_SHIP_FLAG');
18875:
18876: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18877: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18878: OE_Order_Util.Get_Attribute_Name('authorized_to_ship_flag'));

Line 18879: OE_MSG_PUB.Add;

18875:
18876: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18877: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18878: OE_Order_Util.Get_Attribute_Name('authorized_to_ship_flag'));
18879: OE_MSG_PUB.Add;
18880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18881:
18882: END IF;
18883:

Line 18880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

18876: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18877: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18878: OE_Order_Util.Get_Attribute_Name('authorized_to_ship_flag'));
18879: OE_MSG_PUB.Add;
18880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18881:
18882: END IF;
18883:
18884:

Line 18890: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

18886: RETURN FALSE;
18887:
18888: WHEN OTHERS THEN
18889:
18890: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18891: THEN
18892: OE_MSG_PUB.Add_Exc_Msg
18893: ( G_PKG_NAME
18894: , 'authorized_to_ship'

Line 18892: OE_MSG_PUB.Add_Exc_Msg

18888: WHEN OTHERS THEN
18889:
18890: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18891: THEN
18892: OE_MSG_PUB.Add_Exc_Msg
18893: ( G_PKG_NAME
18894: , 'authorized_to_ship'
18895: );
18896: END IF;

Line 18931: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

18927: EXCEPTION
18928:
18929: WHEN NO_DATA_FOUND THEN
18930:
18931: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18932: THEN
18933:
18934: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VEH_CUS_ITEM_CUM_KEY_ID');
18935:

Line 18934: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VEH_CUS_ITEM_CUM_KEY_ID');

18930:
18931: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18932: THEN
18933:
18934: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'VEH_CUS_ITEM_CUM_KEY_ID');
18935:
18936: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18937: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18938: OE_Order_Util.Get_Attribute_Name('veh_cus_item_cum_key_id'));

Line 18939: OE_MSG_PUB.Add;

18935:
18936: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18937: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18938: OE_Order_Util.Get_Attribute_Name('veh_cus_item_cum_key_id'));
18939: OE_MSG_PUB.Add;
18940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18941:
18942: END IF;
18943:

Line 18940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

18936: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18937: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18938: OE_Order_Util.Get_Attribute_Name('veh_cus_item_cum_key_id'));
18939: OE_MSG_PUB.Add;
18940: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18941:
18942: END IF;
18943:
18944:

Line 18950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

18946: RETURN FALSE;
18947:
18948: WHEN OTHERS THEN
18949:
18950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18951: THEN
18952: OE_MSG_PUB.Add_Exc_Msg
18953: ( G_PKG_NAME
18954: , 'veh_cus_item_cum_key'

Line 18952: OE_MSG_PUB.Add_Exc_Msg

18948: WHEN OTHERS THEN
18949:
18950: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
18951: THEN
18952: OE_MSG_PUB.Add_Exc_Msg
18953: ( G_PKG_NAME
18954: , 'veh_cus_item_cum_key'
18955: );
18956: END IF;

Line 18991: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

18987: EXCEPTION
18988:
18989: WHEN NO_DATA_FOUND THEN
18990:
18991: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18992: THEN
18993:
18994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARRIVAL_SET_ID');
18995:

Line 18994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARRIVAL_SET_ID');

18990:
18991: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
18992: THEN
18993:
18994: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ARRIVAL_SET_ID');
18995:
18996:
18997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 19000: OE_MSG_PUB.Add;

18996:
18997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18999: OE_Order_Util.Get_Attribute_Name('arrival_set_id'));
19000: OE_MSG_PUB.Add;
19001: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19002:
19003: END IF;
19004:

Line 19001: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

18997: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18998: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18999: OE_Order_Util.Get_Attribute_Name('arrival_set_id'));
19000: OE_MSG_PUB.Add;
19001: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19002:
19003: END IF;
19004:
19005:

Line 19011: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19007: RETURN FALSE;
19008:
19009: WHEN OTHERS THEN
19010:
19011: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19012: THEN
19013: OE_MSG_PUB.Add_Exc_Msg
19014: ( G_PKG_NAME
19015: , 'arrival_set'

Line 19013: OE_MSG_PUB.Add_Exc_Msg

19009: WHEN OTHERS THEN
19010:
19011: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19012: THEN
19013: OE_MSG_PUB.Add_Exc_Msg
19014: ( G_PKG_NAME
19015: , 'arrival_set'
19016: );
19017: END IF;

Line 19052: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19048: EXCEPTION
19049:
19050: WHEN NO_DATA_FOUND THEN
19051:
19052: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19053: THEN
19054:
19055: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_SET_ID');
19056:

Line 19055: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_SET_ID');

19051:
19052: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19053: THEN
19054:
19055: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIP_SET_ID');
19056:
19057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19059: OE_Order_Util.Get_Attribute_Name('ship_set_id'));

Line 19060: OE_MSG_PUB.Add;

19056:
19057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19059: OE_Order_Util.Get_Attribute_Name('ship_set_id'));
19060: OE_MSG_PUB.Add;
19061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19062:
19063: END IF;
19064:

Line 19061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19057: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19058: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19059: OE_Order_Util.Get_Attribute_Name('ship_set_id'));
19060: OE_MSG_PUB.Add;
19061: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19062:
19063: END IF;
19064:
19065:

Line 19071: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19067: RETURN FALSE;
19068:
19069: WHEN OTHERS THEN
19070:
19071: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19072: THEN
19073: OE_MSG_PUB.Add_Exc_Msg
19074: ( G_PKG_NAME
19075: , 'ship_set'

Line 19073: OE_MSG_PUB.Add_Exc_Msg

19069: WHEN OTHERS THEN
19070:
19071: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19072: THEN
19073: OE_MSG_PUB.Add_Exc_Msg
19074: ( G_PKG_NAME
19075: , 'ship_set'
19076: );
19077: END IF;

Line 19112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19108: EXCEPTION
19109:
19110: WHEN NO_DATA_FOUND THEN
19111:
19112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19113: THEN
19114:
19115: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_REASON_CODE');
19116:

Line 19115: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_REASON_CODE');

19111:
19112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19113: THEN
19114:
19115: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_REASON_CODE');
19116:
19117: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19118: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19119: OE_Order_Util.Get_Attribute_Name('over_ship_reason_code'));

Line 19120: OE_MSG_PUB.Add;

19116:
19117: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19118: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19119: OE_Order_Util.Get_Attribute_Name('over_ship_reason_code'));
19120: OE_MSG_PUB.Add;
19121: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19122:
19123: END IF;
19124:

Line 19121: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19117: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19118: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19119: OE_Order_Util.Get_Attribute_Name('over_ship_reason_code'));
19120: OE_MSG_PUB.Add;
19121: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19122:
19123: END IF;
19124:
19125:

Line 19131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19127: RETURN FALSE;
19128:
19129: WHEN OTHERS THEN
19130:
19131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19132: THEN
19133: OE_MSG_PUB.Add_Exc_Msg
19134: ( G_PKG_NAME
19135: , 'over_ship_reason'

Line 19133: OE_MSG_PUB.Add_Exc_Msg

19129: WHEN OTHERS THEN
19130:
19131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19132: THEN
19133: OE_MSG_PUB.Add_Exc_Msg
19134: ( G_PKG_NAME
19135: , 'over_ship_reason'
19136: );
19137: END IF;

Line 19173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19169: EXCEPTION
19170:
19171: WHEN NO_DATA_FOUND THEN
19172:
19173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19174: THEN
19175:
19176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_RESOLVED_FLAG');
19177:

Line 19176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_RESOLVED_FLAG');

19172:
19173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19174: THEN
19175:
19176: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'OVER_SHIP_RESOLVED_FLAG');
19177:
19178: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19179: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19180: OE_Order_Util.Get_Attribute_Name('over_ship_resolved_flag'));

Line 19181: OE_MSG_PUB.Add;

19177:
19178: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19179: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19180: OE_Order_Util.Get_Attribute_Name('over_ship_resolved_flag'));
19181: OE_MSG_PUB.Add;
19182: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19183:
19184: END IF;
19185:

Line 19182: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19178: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19179: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19180: OE_Order_Util.Get_Attribute_Name('over_ship_resolved_flag'));
19181: OE_MSG_PUB.Add;
19182: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19183:
19184: END IF;
19185:
19186:

Line 19192: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19188: RETURN FALSE;
19189:
19190: WHEN OTHERS THEN
19191:
19192: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19193: THEN
19194: OE_MSG_PUB.Add_Exc_Msg
19195: ( G_PKG_NAME
19196: , 'over_ship_resolved'

Line 19194: OE_MSG_PUB.Add_Exc_Msg

19190: WHEN OTHERS THEN
19191:
19192: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19193: THEN
19194: OE_MSG_PUB.Add_Exc_Msg
19195: ( G_PKG_NAME
19196: , 'over_ship_resolved'
19197: );
19198: END IF;

Line 19246: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19242: EXCEPTION
19243:
19244: WHEN NO_DATA_FOUND THEN
19245:
19246: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19247: THEN
19248:
19249: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TYPE_CODE');
19250:

Line 19249: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TYPE_CODE');

19245:
19246: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19247: THEN
19248:
19249: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TYPE_CODE');
19250:
19251: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19252: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19253: OE_Order_Util.Get_Attribute_Name('payment_type_code'));

Line 19254: OE_MSG_PUB.Add;

19250:
19251: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19252: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19253: OE_Order_Util.Get_Attribute_Name('payment_type_code'));
19254: OE_MSG_PUB.Add;
19255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19256:
19257: END IF;
19258:

Line 19255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19251: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19252: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19253: OE_Order_Util.Get_Attribute_Name('payment_type_code'));
19254: OE_MSG_PUB.Add;
19255: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19256:
19257: END IF;
19258:
19259:

Line 19264: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19260: RETURN FALSE;
19261:
19262: WHEN OTHERS THEN
19263:
19264: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19265: THEN
19266: OE_MSG_PUB.Add_Exc_Msg
19267: ( G_PKG_NAME
19268: , 'Payment_Type'

Line 19266: OE_MSG_PUB.Add_Exc_Msg

19262: WHEN OTHERS THEN
19263:
19264: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19265: THEN
19266: OE_MSG_PUB.Add_Exc_Msg
19267: ( G_PKG_NAME
19268: , 'Payment_Type'
19269: );
19270: END IF;

Line 19304: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19300: EXCEPTION
19301:
19302: WHEN NO_DATA_FOUND THEN
19303:
19304: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19305: THEN
19306:
19307: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_AMOUNT');
19308:

Line 19307: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_AMOUNT');

19303:
19304: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19305: THEN
19306:
19307: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_AMOUNT');
19308:
19309: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19310: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19311: OE_Order_Util.Get_Attribute_Name('payment_amount'));

Line 19312: OE_MSG_PUB.Add;

19308:
19309: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19310: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19311: OE_Order_Util.Get_Attribute_Name('payment_amount'));
19312: OE_MSG_PUB.Add;
19313: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19314:
19315: END IF;
19316:

Line 19313: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19309: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19310: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19311: OE_Order_Util.Get_Attribute_Name('payment_amount'));
19312: OE_MSG_PUB.Add;
19313: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19314:
19315: END IF;
19316:
19317:

Line 19323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19319: RETURN FALSE;
19320:
19321: WHEN OTHERS THEN
19322:
19323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19324: THEN
19325: OE_MSG_PUB.Add_Exc_Msg
19326: ( G_PKG_NAME
19327: , 'payment_amount'

Line 19325: OE_MSG_PUB.Add_Exc_Msg

19321: WHEN OTHERS THEN
19322:
19323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19324: THEN
19325: OE_MSG_PUB.Add_Exc_Msg
19326: ( G_PKG_NAME
19327: , 'payment_amount'
19328: );
19329: END IF;

Line 19363: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19359: EXCEPTION
19360:
19361: WHEN NO_DATA_FOUND THEN
19362:
19363: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19364: THEN
19365:
19366: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHECK_NUMBER');
19367:

Line 19366: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHECK_NUMBER');

19362:
19363: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19364: THEN
19365:
19366: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHECK_NUMBER');
19367:
19368: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19369: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19370: OE_Order_Util.Get_Attribute_Name('check_number'));

Line 19371: OE_MSG_PUB.Add;

19367:
19368: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19369: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19370: OE_Order_Util.Get_Attribute_Name('check_number'));
19371: OE_MSG_PUB.Add;
19372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19373:
19374: END IF;
19375:

Line 19372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19368: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19369: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19370: OE_Order_Util.Get_Attribute_Name('check_number'));
19371: OE_MSG_PUB.Add;
19372: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19373:
19374: END IF;
19375:
19376:

Line 19381: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19377: RETURN FALSE;
19378:
19379: WHEN OTHERS THEN
19380:
19381: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19382: THEN
19383: OE_MSG_PUB.Add_Exc_Msg
19384: ( G_PKG_NAME
19385: , 'Check_Number'

Line 19383: OE_MSG_PUB.Add_Exc_Msg

19379: WHEN OTHERS THEN
19380:
19381: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19382: THEN
19383: OE_MSG_PUB.Add_Exc_Msg
19384: ( G_PKG_NAME
19385: , 'Check_Number'
19386: );
19387: END IF;

Line 19437: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19433: EXCEPTION
19434:
19435: WHEN NO_DATA_FOUND THEN
19436:
19437: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19438: THEN
19439:
19440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_CODE');
19441:

Line 19440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_CODE');

19436:
19437: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19438: THEN
19439:
19440: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_CODE');
19441:
19442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19444: OE_Order_Util.Get_Attribute_Name('credit_card_code'));

Line 19445: OE_MSG_PUB.Add;

19441:
19442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19444: OE_Order_Util.Get_Attribute_Name('credit_card_code'));
19445: OE_MSG_PUB.Add;
19446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19447:
19448: END IF;
19449:

Line 19446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19442: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19443: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19444: OE_Order_Util.Get_Attribute_Name('credit_card_code'));
19445: OE_MSG_PUB.Add;
19446: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19447:
19448: END IF;
19449:
19450: --IF l_debug_level > 0 THEN

Line 19458: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19454: RETURN FALSE;
19455:
19456: WHEN OTHERS THEN
19457:
19458: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19459: THEN
19460: OE_MSG_PUB.Add_Exc_Msg
19461: ( G_PKG_NAME
19462: , 'Credit_Card'

Line 19460: OE_MSG_PUB.Add_Exc_Msg

19456: WHEN OTHERS THEN
19457:
19458: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19459: THEN
19460: OE_MSG_PUB.Add_Exc_Msg
19461: ( G_PKG_NAME
19462: , 'Credit_Card'
19463: );
19464: END IF;

Line 19501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19497: EXCEPTION
19498:
19499: WHEN NO_DATA_FOUND THEN
19500:
19501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19502: THEN
19503:
19504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_HOLDER_NAME');
19505:

Line 19504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_HOLDER_NAME');

19500:
19501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19502: THEN
19503:
19504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_HOLDER_NAME');
19505:
19506: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19508: OE_Order_Util.Get_Attribute_Name('credit_card_holder_name'));

Line 19509: OE_MSG_PUB.Add;

19505:
19506: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19508: OE_Order_Util.Get_Attribute_Name('credit_card_holder_name'));
19509: OE_MSG_PUB.Add;
19510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19511:
19512: END IF;
19513:

Line 19510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19506: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19508: OE_Order_Util.Get_Attribute_Name('credit_card_holder_name'));
19509: OE_MSG_PUB.Add;
19510: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19511:
19512: END IF;
19513:
19514:

Line 19519: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19515: RETURN FALSE;
19516:
19517: WHEN OTHERS THEN
19518:
19519: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19520: THEN
19521: OE_MSG_PUB.Add_Exc_Msg
19522: ( G_PKG_NAME
19523: , 'Credit_Card_Holder_Name'

Line 19521: OE_MSG_PUB.Add_Exc_Msg

19517: WHEN OTHERS THEN
19518:
19519: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19520: THEN
19521: OE_MSG_PUB.Add_Exc_Msg
19522: ( G_PKG_NAME
19523: , 'Credit_Card_Holder_Name'
19524: );
19525: END IF;

Line 19558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19554: EXCEPTION
19555:
19556: WHEN NO_DATA_FOUND THEN
19557:
19558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19559: THEN
19560:
19561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_NUMBER');
19562:

Line 19561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_NUMBER');

19557:
19558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19559: THEN
19560:
19561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_NUMBER');
19562:
19563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19565: OE_Order_Util.Get_Attribute_Name('credit_card_number'));

Line 19566: OE_MSG_PUB.Add;

19562:
19563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19565: OE_Order_Util.Get_Attribute_Name('credit_card_number'));
19566: OE_MSG_PUB.Add;
19567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19568:
19569: END IF;
19570:

Line 19567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19565: OE_Order_Util.Get_Attribute_Name('credit_card_number'));
19566: OE_MSG_PUB.Add;
19567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19568:
19569: END IF;
19570:
19571:

Line 19576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19572: RETURN FALSE;
19573:
19574: WHEN OTHERS THEN
19575:
19576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19577: THEN
19578: OE_MSG_PUB.Add_Exc_Msg
19579: ( G_PKG_NAME
19580: , 'Credit_Card_Number'

Line 19578: OE_MSG_PUB.Add_Exc_Msg

19574: WHEN OTHERS THEN
19575:
19576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19577: THEN
19578: OE_MSG_PUB.Add_Exc_Msg
19579: ( G_PKG_NAME
19580: , 'Credit_Card_Number'
19581: );
19582: END IF;

Line 19606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19602: -- WHERE DB_COLUMN = p_credit_card_approval_date;
19603: RETURN TRUE;
19604: EXCEPTION
19605: WHEN NO_DATA_FOUND THEN
19606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19607: THEN
19608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_DATE');
19609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 19608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_DATE');

19604: EXCEPTION
19605: WHEN NO_DATA_FOUND THEN
19606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19607: THEN
19608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_DATE');
19609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19611: OE_Order_Util.Get_Attribute_Name('credit_card_approval_date'));
19612: OE_MSG_PUB.Add;

Line 19612: OE_MSG_PUB.Add;

19608: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_DATE');
19609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19611: OE_Order_Util.Get_Attribute_Name('credit_card_approval_date'));
19612: OE_MSG_PUB.Add;
19613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19614: END IF;
19615: RETURN FALSE;
19616: WHEN OTHERS THEN

Line 19613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19611: OE_Order_Util.Get_Attribute_Name('credit_card_approval_date'));
19612: OE_MSG_PUB.Add;
19613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19614: END IF;
19615: RETURN FALSE;
19616: WHEN OTHERS THEN
19617: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 19617: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19614: END IF;
19615: RETURN FALSE;
19616: WHEN OTHERS THEN
19617: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19618: THEN
19619: OE_MSG_PUB.Add_Exc_Msg
19620: ( G_PKG_NAME
19621: , 'Credit_Card_Approval_Date'

Line 19619: OE_MSG_PUB.Add_Exc_Msg

19615: RETURN FALSE;
19616: WHEN OTHERS THEN
19617: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19618: THEN
19619: OE_MSG_PUB.Add_Exc_Msg
19620: ( G_PKG_NAME
19621: , 'Credit_Card_Approval_Date'
19622: );
19623: END IF;

Line 19644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19640: -- WHERE DB_COLUMN = p_credit_card_expiration_date;
19641: RETURN TRUE;
19642: EXCEPTION
19643: WHEN NO_DATA_FOUND THEN
19644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19645: THEN
19646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_EXPIRATION_DATE');
19647: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19648: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 19646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_EXPIRATION_DATE');

19642: EXCEPTION
19643: WHEN NO_DATA_FOUND THEN
19644: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19645: THEN
19646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_EXPIRATION_DATE');
19647: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19648: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19649: OE_Order_Util.Get_Attribute_Name('credit_card_expiration_date'));
19650: OE_MSG_PUB.Add;

Line 19650: OE_MSG_PUB.Add;

19646: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_EXPIRATION_DATE');
19647: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19648: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19649: OE_Order_Util.Get_Attribute_Name('credit_card_expiration_date'));
19650: OE_MSG_PUB.Add;
19651: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19652: END IF;
19653: RETURN FALSE;
19654: WHEN OTHERS THEN

Line 19651: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19647: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19648: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19649: OE_Order_Util.Get_Attribute_Name('credit_card_expiration_date'));
19650: OE_MSG_PUB.Add;
19651: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19652: END IF;
19653: RETURN FALSE;
19654: WHEN OTHERS THEN
19655: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 19655: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19651: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19652: END IF;
19653: RETURN FALSE;
19654: WHEN OTHERS THEN
19655: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19656: THEN
19657: OE_MSG_PUB.Add_Exc_Msg
19658: ( G_PKG_NAME
19659: , 'Credit_Card_Expiration_Date'

Line 19657: OE_MSG_PUB.Add_Exc_Msg

19653: RETURN FALSE;
19654: WHEN OTHERS THEN
19655: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19656: THEN
19657: OE_MSG_PUB.Add_Exc_Msg
19658: ( G_PKG_NAME
19659: , 'Credit_Card_Expiration_Date'
19660: );
19661: END IF;

Line 19691: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19687: EXCEPTION
19688:
19689: WHEN NO_DATA_FOUND THEN
19690:
19691: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19692: THEN
19693:
19694: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_CODE');
19695:

Line 19694: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_CODE');

19690:
19691: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19692: THEN
19693:
19694: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_CARD_APPROVAL_CODE');
19695:
19696: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19697: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19698: OE_Order_Util.Get_Attribute_Name('credit_card_approval_code'));

Line 19699: OE_MSG_PUB.Add;

19695:
19696: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19697: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19698: OE_Order_Util.Get_Attribute_Name('credit_card_approval_code'));
19699: OE_MSG_PUB.Add;
19700: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19701:
19702: END IF;
19703:

Line 19700: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19696: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19697: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19698: OE_Order_Util.Get_Attribute_Name('credit_card_approval_code'));
19699: OE_MSG_PUB.Add;
19700: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19701:
19702: END IF;
19703:
19704:

Line 19709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19705: RETURN FALSE;
19706:
19707: WHEN OTHERS THEN
19708:
19709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19710: THEN
19711: OE_MSG_PUB.Add_Exc_Msg
19712: ( G_PKG_NAME
19713: , 'Credit_Card_Approval'

Line 19711: OE_MSG_PUB.Add_Exc_Msg

19707: WHEN OTHERS THEN
19708:
19709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19710: THEN
19711: OE_MSG_PUB.Add_Exc_Msg
19712: ( G_PKG_NAME
19713: , 'Credit_Card_Approval'
19714: );
19715: END IF;

Line 19749: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19745: EXCEPTION
19746:
19747: WHEN NO_DATA_FOUND THEN
19748:
19749: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19750: THEN
19751:
19752: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_CODE');
19753:

Line 19752: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_CODE');

19748:
19749: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19750: THEN
19751:
19752: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_CODE');
19753:
19754: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19755: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19756: OE_Order_Util.Get_Attribute_Name('first_ack_code'));

Line 19757: OE_MSG_PUB.Add;

19753:
19754: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19755: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19756: OE_Order_Util.Get_Attribute_Name('first_ack_code'));
19757: OE_MSG_PUB.Add;
19758:
19759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19760:
19761: END IF;

Line 19759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19755: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19756: OE_Order_Util.Get_Attribute_Name('first_ack_code'));
19757: OE_MSG_PUB.Add;
19758:
19759: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19760:
19761: END IF;
19762:
19763:

Line 19768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19764: RETURN FALSE;
19765:
19766: WHEN OTHERS THEN
19767:
19768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19769: THEN
19770: OE_MSG_PUB.Add_Exc_Msg
19771: ( G_PKG_NAME
19772: , 'First_Ack'

Line 19770: OE_MSG_PUB.Add_Exc_Msg

19766: WHEN OTHERS THEN
19767:
19768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19769: THEN
19770: OE_MSG_PUB.Add_Exc_Msg
19771: ( G_PKG_NAME
19772: , 'First_Ack'
19773: );
19774: END IF;

Line 19808: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19804: EXCEPTION
19805:
19806: WHEN NO_DATA_FOUND THEN
19807:
19808: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19809: THEN
19810:
19811: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_DATE');
19812:

Line 19811: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_DATE');

19807:
19808: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19809: THEN
19810:
19811: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FIRST_ACK_DATE');
19812:
19813: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19814: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19815: OE_Order_Util.Get_Attribute_Name('first_ack_date'));

Line 19816: OE_MSG_PUB.Add;

19812:
19813: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19814: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19815: OE_Order_Util.Get_Attribute_Name('first_ack_date'));
19816: OE_MSG_PUB.Add;
19817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19818:
19819: END IF;
19820:

Line 19817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19813: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19814: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19815: OE_Order_Util.Get_Attribute_Name('first_ack_date'));
19816: OE_MSG_PUB.Add;
19817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19818:
19819: END IF;
19820:
19821:

Line 19826: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19822: RETURN FALSE;
19823:
19824: WHEN OTHERS THEN
19825:
19826: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19827: THEN
19828: OE_MSG_PUB.Add_Exc_Msg
19829: ( G_PKG_NAME
19830: , 'First_Ack_Date'

Line 19828: OE_MSG_PUB.Add_Exc_Msg

19824: WHEN OTHERS THEN
19825:
19826: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19827: THEN
19828: OE_MSG_PUB.Add_Exc_Msg
19829: ( G_PKG_NAME
19830: , 'First_Ack_Date'
19831: );
19832: END IF;

Line 19865: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19861: EXCEPTION
19862:
19863: WHEN NO_DATA_FOUND THEN
19864:
19865: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19866: THEN
19867:
19868: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_CODE');
19869:

Line 19868: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_CODE');

19864:
19865: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19866: THEN
19867:
19868: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_CODE');
19869:
19870: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19871: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19872: OE_Order_Util.Get_Attribute_Name('last_ack_code'));

Line 19873: OE_MSG_PUB.Add;

19869:
19870: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19871: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19872: OE_Order_Util.Get_Attribute_Name('last_ack_code'));
19873: OE_MSG_PUB.Add;
19874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19875:
19876: END IF;
19877:

Line 19874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19870: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19871: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19872: OE_Order_Util.Get_Attribute_Name('last_ack_code'));
19873: OE_MSG_PUB.Add;
19874: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19875:
19876: END IF;
19877:
19878:

Line 19883: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19879: RETURN FALSE;
19880:
19881: WHEN OTHERS THEN
19882:
19883: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19884: THEN
19885: OE_MSG_PUB.Add_Exc_Msg
19886: ( G_PKG_NAME
19887: , 'Last_Ack'

Line 19885: OE_MSG_PUB.Add_Exc_Msg

19881: WHEN OTHERS THEN
19882:
19883: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19884: THEN
19885: OE_MSG_PUB.Add_Exc_Msg
19886: ( G_PKG_NAME
19887: , 'Last_Ack'
19888: );
19889: END IF;

Line 19923: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19919: EXCEPTION
19920:
19921: WHEN NO_DATA_FOUND THEN
19922:
19923: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19924: THEN
19925:
19926: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_DATE');
19927:

Line 19926: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_DATE');

19922:
19923: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19924: THEN
19925:
19926: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'LAST_ACK_DATE');
19927:
19928: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19929: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19930: OE_Order_Util.Get_Attribute_Name('last_ack_date'));

Line 19931: OE_MSG_PUB.Add;

19927:
19928: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19929: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19930: OE_Order_Util.Get_Attribute_Name('last_ack_date'));
19931: OE_MSG_PUB.Add;
19932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19933:
19934: END IF;
19935:

Line 19932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19928: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19929: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19930: OE_Order_Util.Get_Attribute_Name('last_ack_date'));
19931: OE_MSG_PUB.Add;
19932: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19933:
19934: END IF;
19935:
19936:

Line 19941: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19937: RETURN FALSE;
19938:
19939: WHEN OTHERS THEN
19940:
19941: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19942: THEN
19943: OE_MSG_PUB.Add_Exc_Msg
19944: ( G_PKG_NAME
19945: , 'Last_Ack_Date'

Line 19943: OE_MSG_PUB.Add_Exc_Msg

19939: WHEN OTHERS THEN
19940:
19941: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19942: THEN
19943: OE_MSG_PUB.Add_Exc_Msg
19944: ( G_PKG_NAME
19945: , 'Last_Ack_Date'
19946: );
19947: END IF;

Line 19978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

19974: EXCEPTION
19975:
19976: WHEN NO_DATA_FOUND THEN
19977:
19978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19979: THEN
19980:
19981: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_ITEM_UNIT_NUMBER');
19982:

Line 19981: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_ITEM_UNIT_NUMBER');

19977:
19978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
19979: THEN
19980:
19981: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_ITEM_UNIT_NUMBER');
19982:
19983:
19984: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19985: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 19987: OE_MSG_PUB.Add;

19983:
19984: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19985: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19986: OE_Order_Util.Get_Attribute_Name('end_item_unit_number'));
19987: OE_MSG_PUB.Add;
19988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19989:
19990: END IF;
19991:

Line 19988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

19984: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
19985: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
19986: OE_Order_Util.Get_Attribute_Name('end_item_unit_number'));
19987: OE_MSG_PUB.Add;
19988: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
19989:
19990: END IF;
19991:
19992:

Line 19997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

19993: RETURN FALSE;
19994:
19995: WHEN OTHERS THEN
19996:
19997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19998: THEN
19999: OE_MSG_PUB.Add_Exc_Msg
20000: ( G_PKG_NAME
20001: , 'end_item_unit_number'

Line 19999: OE_MSG_PUB.Add_Exc_Msg

19995: WHEN OTHERS THEN
19996:
19997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
19998: THEN
19999: OE_MSG_PUB.Add_Exc_Msg
20000: ( G_PKG_NAME
20001: , 'end_item_unit_number'
20002: );
20003: END IF;

Line 20036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20032: EXCEPTION
20033:
20034: WHEN NO_DATA_FOUND THEN
20035:
20036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20037: THEN
20038:
20039: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_QUANTITY');
20040:

Line 20039: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_QUANTITY');

20035:
20036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20037: THEN
20038:
20039: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INVOICED_QUANTITY');
20040:
20041: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20042: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20043: OE_Order_Util.Get_Attribute_Name('invoiced_quantity'));

Line 20044: OE_MSG_PUB.Add;

20040:
20041: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20042: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20043: OE_Order_Util.Get_Attribute_Name('invoiced_quantity'));
20044: OE_MSG_PUB.Add;
20045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20046:
20047: END IF;
20048:

Line 20045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20041: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20042: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20043: OE_Order_Util.Get_Attribute_Name('invoiced_quantity'));
20044: OE_MSG_PUB.Add;
20045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20046:
20047: END IF;
20048:
20049:

Line 20054: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20050: RETURN FALSE;
20051:
20052: WHEN OTHERS THEN
20053:
20054: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20055: THEN
20056: OE_MSG_PUB.Add_Exc_Msg
20057: ( G_PKG_NAME
20058: , 'Invoiced_Quantity'

Line 20056: OE_MSG_PUB.Add_Exc_Msg

20052: WHEN OTHERS THEN
20053:
20054: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20055: THEN
20056: OE_MSG_PUB.Add_Exc_Msg
20057: ( G_PKG_NAME
20058: , 'Invoiced_Quantity'
20059: );
20060: END IF;

Line 20094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20090: EXCEPTION
20091:
20092: WHEN NO_DATA_FOUND THEN
20093:
20094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20095: THEN
20096:
20097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_REASON');
20098:

Line 20097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_REASON');

20093:
20094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20095: THEN
20096:
20097: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_REASON');
20098:
20099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20101: OE_Order_Util.Get_Attribute_Name('Service_Txn_Reason'));

Line 20102: OE_MSG_PUB.Add;

20098:
20099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20101: OE_Order_Util.Get_Attribute_Name('Service_Txn_Reason'));
20102: OE_MSG_PUB.Add;
20103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20104:
20105: END IF;
20106:

Line 20103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20099: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20100: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20101: OE_Order_Util.Get_Attribute_Name('Service_Txn_Reason'));
20102: OE_MSG_PUB.Add;
20103: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20104:
20105: END IF;
20106:
20107:

Line 20112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20108: RETURN FALSE;
20109:
20110: WHEN OTHERS THEN
20111:
20112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20113: THEN
20114: OE_MSG_PUB.Add_Exc_Msg
20115: ( G_PKG_NAME
20116: , 'Service_Txn_Reason'

Line 20114: OE_MSG_PUB.Add_Exc_Msg

20110: WHEN OTHERS THEN
20111:
20112: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20113: THEN
20114: OE_MSG_PUB.Add_Exc_Msg
20115: ( G_PKG_NAME
20116: , 'Service_Txn_Reason'
20117: );
20118: END IF;

Line 20152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20148: EXCEPTION
20149:
20150: WHEN NO_DATA_FOUND THEN
20151:
20152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20153: THEN
20154:
20155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_COMMENTS');
20156:

Line 20155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_COMMENTS');

20151:
20152: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20153: THEN
20154:
20155: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SERVICE_TXN_TYPE_COMMENTS');
20156:
20157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20159: OE_Order_Util.Get_Attribute_Name('Service_Txn_Comments'));

Line 20160: OE_MSG_PUB.Add;

20156:
20157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20159: OE_Order_Util.Get_Attribute_Name('Service_Txn_Comments'));
20160: OE_MSG_PUB.Add;
20161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20162:
20163: END IF;
20164:

Line 20161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20157: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20158: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20159: OE_Order_Util.Get_Attribute_Name('Service_Txn_Comments'));
20160: OE_MSG_PUB.Add;
20161: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20162:
20163: END IF;
20164:
20165:

Line 20170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20166: RETURN FALSE;
20167:
20168: WHEN OTHERS THEN
20169:
20170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20171: THEN
20172: OE_MSG_PUB.Add_Exc_Msg
20173: ( G_PKG_NAME
20174: , 'Service_Txn_Comments'

Line 20172: OE_MSG_PUB.Add_Exc_Msg

20168: WHEN OTHERS THEN
20169:
20170: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20171: THEN
20172: OE_MSG_PUB.Add_Exc_Msg
20173: ( G_PKG_NAME
20174: , 'Service_Txn_Comments'
20175: );
20176: END IF;

Line 20210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20206: EXCEPTION
20207:
20208: WHEN NO_DATA_FOUND THEN
20209:
20210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20211: THEN
20212:
20213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Serviced_Duration');
20214:

Line 20213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Serviced_Duration');

20209:
20210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20211: THEN
20212:
20213: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Serviced_Duration');
20214:
20215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20217: OE_Order_Util.Get_Attribute_Name('Service_Duration'));

Line 20218: OE_MSG_PUB.Add;

20214:
20215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20217: OE_Order_Util.Get_Attribute_Name('Service_Duration'));
20218: OE_MSG_PUB.Add;
20219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20220:
20221: END IF;
20222:

Line 20219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20215: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20216: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20217: OE_Order_Util.Get_Attribute_Name('Service_Duration'));
20218: OE_MSG_PUB.Add;
20219: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20220:
20221: END IF;
20222:
20223:

Line 20228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20224: RETURN FALSE;
20225:
20226: WHEN OTHERS THEN
20227:
20228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20229: THEN
20230: OE_MSG_PUB.Add_Exc_Msg
20231: ( G_PKG_NAME
20232: , 'Serviced_Duration'

Line 20230: OE_MSG_PUB.Add_Exc_Msg

20226: WHEN OTHERS THEN
20227:
20228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20229: THEN
20230: OE_MSG_PUB.Add_Exc_Msg
20231: ( G_PKG_NAME
20232: , 'Serviced_Duration'
20233: );
20234: END IF;

Line 20267: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20263: EXCEPTION
20264:
20265: WHEN NO_DATA_FOUND THEN
20266:
20267: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20268: THEN
20269:
20270: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Period');
20271:

Line 20270: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Period');

20266:
20267: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20268: THEN
20269:
20270: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Period');
20271:
20272: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20273: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20274: OE_Order_Util.Get_Attribute_Name('Service_Period'));

Line 20275: OE_MSG_PUB.Add;

20271:
20272: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20273: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20274: OE_Order_Util.Get_Attribute_Name('Service_Period'));
20275: OE_MSG_PUB.Add;
20276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20277:
20278: END IF;
20279:

Line 20276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20272: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20273: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20274: OE_Order_Util.Get_Attribute_Name('Service_Period'));
20275: OE_MSG_PUB.Add;
20276: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20277:
20278: END IF;
20279:
20280:

Line 20285: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20281: RETURN FALSE;
20282:
20283: WHEN OTHERS THEN
20284:
20285: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20286: THEN
20287: OE_MSG_PUB.Add_Exc_Msg
20288: ( G_PKG_NAME
20289: , 'Service_Period'

Line 20287: OE_MSG_PUB.Add_Exc_Msg

20283: WHEN OTHERS THEN
20284:
20285: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20286: THEN
20287: OE_MSG_PUB.Add_Exc_Msg
20288: ( G_PKG_NAME
20289: , 'Service_Period'
20290: );
20291: END IF;

Line 20325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20321: EXCEPTION
20322:
20323: WHEN NO_DATA_FOUND THEN
20324:
20325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20326: THEN
20327:
20328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Start_Date');
20329:

Line 20328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Start_Date');

20324:
20325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20326: THEN
20327:
20328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Start_Date');
20329:
20330: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20331: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20332: OE_Order_Util.Get_Attribute_Name('Service_Start_Date'));

Line 20333: OE_MSG_PUB.Add;

20329:
20330: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20331: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20332: OE_Order_Util.Get_Attribute_Name('Service_Start_Date'));
20333: OE_MSG_PUB.Add;
20334: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20335:
20336: END IF;
20337:

Line 20334: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20330: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20331: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20332: OE_Order_Util.Get_Attribute_Name('Service_Start_Date'));
20333: OE_MSG_PUB.Add;
20334: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20335:
20336: END IF;
20337:
20338:

Line 20343: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20339: RETURN FALSE;
20340:
20341: WHEN OTHERS THEN
20342:
20343: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20344: THEN
20345: OE_MSG_PUB.Add_Exc_Msg
20346: ( G_PKG_NAME
20347: , 'Serviced_Start_Date'

Line 20345: OE_MSG_PUB.Add_Exc_Msg

20341: WHEN OTHERS THEN
20342:
20343: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20344: THEN
20345: OE_MSG_PUB.Add_Exc_Msg
20346: ( G_PKG_NAME
20347: , 'Serviced_Start_Date'
20348: );
20349: END IF;

Line 20382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20378: EXCEPTION
20379:
20380: WHEN NO_DATA_FOUND THEN
20381:
20382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20383: THEN
20384:
20385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_End_Date');
20386:

Line 20385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_End_Date');

20381:
20382: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20383: THEN
20384:
20385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_End_Date');
20386:
20387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20389: OE_Order_Util.Get_Attribute_Name('Service_End_Date'));

Line 20390: OE_MSG_PUB.Add;

20386:
20387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20389: OE_Order_Util.Get_Attribute_Name('Service_End_Date'));
20390: OE_MSG_PUB.Add;
20391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20392:
20393: END IF;
20394:

Line 20391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20387: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20388: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20389: OE_Order_Util.Get_Attribute_Name('Service_End_Date'));
20390: OE_MSG_PUB.Add;
20391: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20392:
20393: END IF;
20394:
20395:

Line 20400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20396: RETURN FALSE;
20397:
20398: WHEN OTHERS THEN
20399:
20400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20401: THEN
20402: OE_MSG_PUB.Add_Exc_Msg
20403: ( G_PKG_NAME
20404: , 'Service_End_Date'

Line 20402: OE_MSG_PUB.Add_Exc_Msg

20398: WHEN OTHERS THEN
20399:
20400: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20401: THEN
20402: OE_MSG_PUB.Add_Exc_Msg
20403: ( G_PKG_NAME
20404: , 'Service_End_Date'
20405: );
20406: END IF;

Line 20439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20435: EXCEPTION
20436:
20437: WHEN NO_DATA_FOUND THEN
20438:
20439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20440: THEN
20441:
20442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Coterminate');
20443:

Line 20442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Coterminate');

20438:
20439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20440: THEN
20441:
20442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Coterminate');
20443:
20444: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20445: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20446: OE_Order_Util.Get_Attribute_Name('Service_Coterminate'));

Line 20447: OE_MSG_PUB.Add;

20443:
20444: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20445: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20446: OE_Order_Util.Get_Attribute_Name('Service_Coterminate'));
20447: OE_MSG_PUB.Add;
20448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20449:
20450: END IF;
20451:

Line 20448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20444: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20445: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20446: OE_Order_Util.Get_Attribute_Name('Service_Coterminate'));
20447: OE_MSG_PUB.Add;
20448: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20449:
20450: END IF;
20451:
20452:

Line 20457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20453: RETURN FALSE;
20454:
20455: WHEN OTHERS THEN
20456:
20457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20458: THEN
20459: OE_MSG_PUB.Add_Exc_Msg
20460: ( G_PKG_NAME
20461: , 'Service_Coterminate'

Line 20459: OE_MSG_PUB.Add_Exc_Msg

20455: WHEN OTHERS THEN
20456:
20457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20458: THEN
20459: OE_MSG_PUB.Add_Exc_Msg
20460: ( G_PKG_NAME
20461: , 'Service_Coterminate'
20462: );
20463: END IF;

Line 20496: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20492: EXCEPTION
20493:
20494: WHEN NO_DATA_FOUND THEN
20495:
20496: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20497: THEN
20498:
20499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_List_Percent');
20500:

Line 20499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_List_Percent');

20495:
20496: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20497: THEN
20498:
20499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_List_Percent');
20500:
20501: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20502: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20503: OE_Order_Util.Get_Attribute_Name('Unit_List_Percent'));

Line 20504: OE_MSG_PUB.Add;

20500:
20501: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20502: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20503: OE_Order_Util.Get_Attribute_Name('Unit_List_Percent'));
20504: OE_MSG_PUB.Add;
20505: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20506:
20507: END IF;
20508:

Line 20505: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20501: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20502: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20503: OE_Order_Util.Get_Attribute_Name('Unit_List_Percent'));
20504: OE_MSG_PUB.Add;
20505: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20506:
20507: END IF;
20508:
20509:

Line 20514: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20510: RETURN FALSE;
20511:
20512: WHEN OTHERS THEN
20513:
20514: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20515: THEN
20516: OE_MSG_PUB.Add_Exc_Msg
20517: ( G_PKG_NAME
20518: , 'Unit_List_Percent'

Line 20516: OE_MSG_PUB.Add_Exc_Msg

20512: WHEN OTHERS THEN
20513:
20514: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20515: THEN
20516: OE_MSG_PUB.Add_Exc_Msg
20517: ( G_PKG_NAME
20518: , 'Unit_List_Percent'
20519: );
20520: END IF;

Line 20553: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20549: EXCEPTION
20550:
20551: WHEN NO_DATA_FOUND THEN
20552:
20553: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20554: THEN
20555:
20556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Selling_Percent');
20557:

Line 20556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Selling_Percent');

20552:
20553: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20554: THEN
20555:
20556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Selling_Percent');
20557:
20558: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20559: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20560: OE_Order_Util.Get_Attribute_Name('Unit_Selling_Percent'));

Line 20561: OE_MSG_PUB.Add;

20557:
20558: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20559: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20560: OE_Order_Util.Get_Attribute_Name('Unit_Selling_Percent'));
20561: OE_MSG_PUB.Add;
20562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20563:
20564: END IF;
20565:

Line 20562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20558: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20559: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20560: OE_Order_Util.Get_Attribute_Name('Unit_Selling_Percent'));
20561: OE_MSG_PUB.Add;
20562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20563:
20564: END IF;
20565:
20566:

Line 20571: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20567: RETURN FALSE;
20568:
20569: WHEN OTHERS THEN
20570:
20571: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20572: THEN
20573: OE_MSG_PUB.Add_Exc_Msg
20574: ( G_PKG_NAME
20575: , 'Unit_Selling_Percent'

Line 20573: OE_MSG_PUB.Add_Exc_Msg

20569: WHEN OTHERS THEN
20570:
20571: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20572: THEN
20573: OE_MSG_PUB.Add_Exc_Msg
20574: ( G_PKG_NAME
20575: , 'Unit_Selling_Percent'
20576: );
20577: END IF;

Line 20610: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20606: EXCEPTION
20607:
20608: WHEN NO_DATA_FOUND THEN
20609:
20610: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20611: THEN
20612:
20613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Percent_base_Price');
20614:

Line 20613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Percent_base_Price');

20609:
20610: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20611: THEN
20612:
20613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Unit_Percent_base_Price');
20614:
20615: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20616: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20617: OE_Order_Util.Get_Attribute_Name('Unit_Percent_Base_Price'));

Line 20618: OE_MSG_PUB.Add;

20614:
20615: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20616: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20617: OE_Order_Util.Get_Attribute_Name('Unit_Percent_Base_Price'));
20618: OE_MSG_PUB.Add;
20619: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20620:
20621: END IF;
20622:

Line 20619: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20615: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20616: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20617: OE_Order_Util.Get_Attribute_Name('Unit_Percent_Base_Price'));
20618: OE_MSG_PUB.Add;
20619: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20620:
20621: END IF;
20622:
20623:

Line 20628: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20624: RETURN FALSE;
20625:
20626: WHEN OTHERS THEN
20627:
20628: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20629: THEN
20630: OE_MSG_PUB.Add_Exc_Msg
20631: ( G_PKG_NAME
20632: , 'Unit_Percent_Base_Price'

Line 20630: OE_MSG_PUB.Add_Exc_Msg

20626: WHEN OTHERS THEN
20627:
20628: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20629: THEN
20630: OE_MSG_PUB.Add_Exc_Msg
20631: ( G_PKG_NAME
20632: , 'Unit_Percent_Base_Price'
20633: );
20634: END IF;

Line 20667: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20663: EXCEPTION
20664:
20665: WHEN NO_DATA_FOUND THEN
20666:
20667: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20668: THEN
20669:
20670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Number');
20671:

Line 20670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Number');

20666:
20667: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20668: THEN
20669:
20670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Number');
20671:
20672: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20673: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20674: OE_Order_Util.Get_Attribute_Name('Service_Number'));

Line 20675: OE_MSG_PUB.Add;

20671:
20672: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20673: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20674: OE_Order_Util.Get_Attribute_Name('Service_Number'));
20675: OE_MSG_PUB.Add;
20676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20677:
20678: END IF;
20679:

Line 20676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20672: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20673: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20674: OE_Order_Util.Get_Attribute_Name('Service_Number'));
20675: OE_MSG_PUB.Add;
20676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20677:
20678: END IF;
20679:
20680:

Line 20685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20681: RETURN FALSE;
20682:
20683: WHEN OTHERS THEN
20684:
20685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20686: THEN
20687: OE_MSG_PUB.Add_Exc_Msg
20688: ( G_PKG_NAME
20689: , 'Service_Number'

Line 20687: OE_MSG_PUB.Add_Exc_Msg

20683: WHEN OTHERS THEN
20684:
20685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20686: THEN
20687: OE_MSG_PUB.Add_Exc_Msg
20688: ( G_PKG_NAME
20689: , 'Service_Number'
20690: );
20691: END IF;

Line 20724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20720: EXCEPTION
20721:
20722: WHEN NO_DATA_FOUND THEN
20723:
20724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20725: THEN
20726:
20727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Type_Code');
20728:

Line 20727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Type_Code');

20723:
20724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20725: THEN
20726:
20727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Type_Code');
20728:
20729: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20730: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20731: OE_Order_Util.Get_Attribute_Name('Service_Reference_Type_Code'));

Line 20732: OE_MSG_PUB.Add;

20728:
20729: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20730: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20731: OE_Order_Util.Get_Attribute_Name('Service_Reference_Type_Code'));
20732: OE_MSG_PUB.Add;
20733: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20734:
20735: END IF;
20736:

Line 20733: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20729: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20730: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20731: OE_Order_Util.Get_Attribute_Name('Service_Reference_Type_Code'));
20732: OE_MSG_PUB.Add;
20733: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20734:
20735: END IF;
20736:
20737:

Line 20742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20738: RETURN FALSE;
20739:
20740: WHEN OTHERS THEN
20741:
20742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20743: THEN
20744: OE_MSG_PUB.Add_Exc_Msg
20745: ( G_PKG_NAME
20746: , 'Service_Reference_Type_Code'

Line 20744: OE_MSG_PUB.Add_Exc_Msg

20740: WHEN OTHERS THEN
20741:
20742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20743: THEN
20744: OE_MSG_PUB.Add_Exc_Msg
20745: ( G_PKG_NAME
20746: , 'Service_Reference_Type_Code'
20747: );
20748: END IF;

Line 20781: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20777: EXCEPTION
20778:
20779: WHEN NO_DATA_FOUND THEN
20780:
20781: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20782: THEN
20783:
20784: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Line_id');
20785:

Line 20784: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Line_id');

20780:
20781: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20782: THEN
20783:
20784: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_Line_id');
20785:
20786: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20787: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20788: OE_Order_Util.Get_Attribute_Name('Service_Reference_Line_Id'));

Line 20789: OE_MSG_PUB.Add;

20785:
20786: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20787: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20788: OE_Order_Util.Get_Attribute_Name('Service_Reference_Line_Id'));
20789: OE_MSG_PUB.Add;
20790: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20791:
20792: END IF;
20793:

Line 20790: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20786: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20787: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20788: OE_Order_Util.Get_Attribute_Name('Service_Reference_Line_Id'));
20789: OE_MSG_PUB.Add;
20790: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20791:
20792: END IF;
20793:
20794:

Line 20799: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20795: RETURN FALSE;
20796:
20797: WHEN OTHERS THEN
20798:
20799: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20800: THEN
20801: OE_MSG_PUB.Add_Exc_Msg
20802: ( G_PKG_NAME
20803: , 'Service_Reference_Line'

Line 20801: OE_MSG_PUB.Add_Exc_Msg

20797: WHEN OTHERS THEN
20798:
20799: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20800: THEN
20801: OE_MSG_PUB.Add_Exc_Msg
20802: ( G_PKG_NAME
20803: , 'Service_Reference_Line'
20804: );
20805: END IF;

Line 20838: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20834: EXCEPTION
20835:
20836: WHEN NO_DATA_FOUND THEN
20837:
20838: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20839: THEN
20840:
20841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_System_id');
20842:

Line 20841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_System_id');

20837:
20838: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20839: THEN
20840:
20841: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Service_Reference_System_id');
20842:
20843: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20844: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20845: OE_Order_Util.Get_Attribute_Name('Service_Reference_System_Id'));

Line 20846: OE_MSG_PUB.Add;

20842:
20843: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20844: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20845: OE_Order_Util.Get_Attribute_Name('Service_Reference_System_Id'));
20846: OE_MSG_PUB.Add;
20847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20848:
20849: END IF;
20850:

Line 20847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20843: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20844: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20845: OE_Order_Util.Get_Attribute_Name('Service_Reference_System_Id'));
20846: OE_MSG_PUB.Add;
20847: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20848:
20849: END IF;
20850:
20851:

Line 20856: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20852: RETURN FALSE;
20853:
20854: WHEN OTHERS THEN
20855:
20856: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20857: THEN
20858: OE_MSG_PUB.Add_Exc_Msg
20859: ( G_PKG_NAME
20860: , 'Service_Reference_System'

Line 20858: OE_MSG_PUB.Add_Exc_Msg

20854: WHEN OTHERS THEN
20855:
20856: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20857: THEN
20858: OE_MSG_PUB.Add_Exc_Msg
20859: ( G_PKG_NAME
20860: , 'Service_Reference_System'
20861: );
20862: END IF;

Line 20901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20897: EXCEPTION
20898:
20899: WHEN NO_DATA_FOUND THEN
20900:
20901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20902: THEN
20903:
20904: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');
20905:

Line 20904: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');

20900:
20901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20902: THEN
20903:
20904: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');
20905:
20906: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20907: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20908: OE_Order_Util.Get_Attribute_Name('flow_status_code'));

Line 20909: OE_MSG_PUB.Add;

20905:
20906: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20907: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20908: OE_Order_Util.Get_Attribute_Name('flow_status_code'));
20909: OE_MSG_PUB.Add;
20910: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20911:
20912: END IF;
20913:

Line 20910: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20906: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20907: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20908: OE_Order_Util.Get_Attribute_Name('flow_status_code'));
20909: OE_MSG_PUB.Add;
20910: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20911:
20912: END IF;
20913:
20914:

Line 20919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20915: RETURN FALSE;
20916:
20917: WHEN OTHERS THEN
20918:
20919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20920: THEN
20921: OE_MSG_PUB.Add_Exc_Msg
20922: ( G_PKG_NAME
20923: , 'Line_Flow_Status'

Line 20921: OE_MSG_PUB.Add_Exc_Msg

20917: WHEN OTHERS THEN
20918:
20919: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20920: THEN
20921: OE_MSG_PUB.Add_Exc_Msg
20922: ( G_PKG_NAME
20923: , 'Line_Flow_Status'
20924: );
20925: END IF;

Line 20964: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

20960: EXCEPTION
20961:
20962: WHEN NO_DATA_FOUND THEN
20963:
20964: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20965: THEN
20966:
20967: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');
20968:

Line 20967: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');

20963:
20964: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
20965: THEN
20966:
20967: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FLOW_STATUS_CODE');
20968:
20969: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20970: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20971: OE_Order_Util.Get_Attribute_Name('flow_status_code'));

Line 20972: OE_MSG_PUB.Add;

20968:
20969: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20970: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20971: OE_Order_Util.Get_Attribute_Name('flow_status_code'));
20972: OE_MSG_PUB.Add;
20973: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20974:
20975: END IF;
20976:

Line 20973: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

20969: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
20970: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
20971: OE_Order_Util.Get_Attribute_Name('flow_status_code'));
20972: OE_MSG_PUB.Add;
20973: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
20974:
20975: END IF;
20976:
20977:

Line 20982: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

20978: RETURN FALSE;
20979:
20980: WHEN OTHERS THEN
20981:
20982: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20983: THEN
20984: OE_MSG_PUB.Add_Exc_Msg
20985: ( G_PKG_NAME
20986: , 'Flow_Status'

Line 20984: OE_MSG_PUB.Add_Exc_Msg

20980: WHEN OTHERS THEN
20981:
20982: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
20983: THEN
20984: OE_MSG_PUB.Add_Exc_Msg
20985: ( G_PKG_NAME
20986: , 'Flow_Status'
20987: );
20988: END IF;

Line 21020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21016:
21017: WHEN NO_DATA_FOUND THEN
21018:
21019:
21020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21021: THEN
21022:
21023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_ACTION_CODE');
21024:

Line 21023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_ACTION_CODE');

21019:
21020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21021: THEN
21022:
21023: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SPLIT_ACTION_CODE');
21024:
21025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21027: OE_Order_Util.Get_Attribute_Name('split_action_code'));

Line 21028: OE_MSG_PUB.Add;

21024:
21025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21027: OE_Order_Util.Get_Attribute_Name('split_action_code'));
21028: OE_MSG_PUB.Add;
21029: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21030:
21031: END IF;
21032:

Line 21029: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21025: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21026: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21027: OE_Order_Util.Get_Attribute_Name('split_action_code'));
21028: OE_MSG_PUB.Add;
21029: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21030:
21031: END IF;
21032:
21033:

Line 21038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21034: RETURN FALSE;
21035:
21036: WHEN OTHERS THEN
21037:
21038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21039: THEN
21040: OE_MSG_PUB.Add_Exc_Msg
21041: ( G_PKG_NAME
21042: , 'Split Action'

Line 21040: OE_MSG_PUB.Add_Exc_Msg

21036: WHEN OTHERS THEN
21037:
21038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21039: THEN
21040: OE_MSG_PUB.Add_Exc_Msg
21041: ( G_PKG_NAME
21042: , 'Split Action'
21043: );
21044: END IF;

Line 21078: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21074: EXCEPTION
21075:
21076: WHEN NO_DATA_FOUND THEN
21077:
21078: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21079: THEN
21080:
21081: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Marketing_Source_Code_id');
21082:

Line 21081: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Marketing_Source_Code_id');

21077:
21078: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21079: THEN
21080:
21081: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Marketing_Source_Code_id');
21082:
21083: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21084: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21085: OE_Order_Util.Get_Attribute_Name('Marketing_Source_Code_Id'));

Line 21086: OE_MSG_PUB.Add;

21082:
21083: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21084: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21085: OE_Order_Util.Get_Attribute_Name('Marketing_Source_Code_Id'));
21086: OE_MSG_PUB.Add;
21087: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21088:
21089: END IF;
21090:

Line 21087: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21083: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21084: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21085: OE_Order_Util.Get_Attribute_Name('Marketing_Source_Code_Id'));
21086: OE_MSG_PUB.Add;
21087: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21088:
21089: END IF;
21090:
21091:

Line 21096: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21092: RETURN FALSE;
21093:
21094: WHEN OTHERS THEN
21095:
21096: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21097: THEN
21098: OE_MSG_PUB.Add_Exc_Msg
21099: ( G_PKG_NAME
21100: , 'Marketing_Source_Code'

Line 21098: OE_MSG_PUB.Add_Exc_Msg

21094: WHEN OTHERS THEN
21095:
21096: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21097: THEN
21098: OE_MSG_PUB.Add_Exc_Msg
21099: ( G_PKG_NAME
21100: , 'Marketing_Source_Code'
21101: );
21102: END IF;

Line 21135: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21131:
21132: WHEN NO_DATA_FOUND THEN
21133:
21134:
21135: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21136: THEN
21137:
21138: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_ID');
21139:

Line 21138: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_ID');

21134:
21135: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21136: THEN
21137:
21138: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COST_ID');
21139:
21140: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21141: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21142: OE_Order_Util.Get_Attribute_Name('COST_ID'));

Line 21143: OE_MSG_PUB.Add;

21139:
21140: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21141: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21142: OE_Order_Util.Get_Attribute_Name('COST_ID'));
21143: OE_MSG_PUB.Add;
21144: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21145:
21146: END IF;
21147:

Line 21144: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21140: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21141: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21142: OE_Order_Util.Get_Attribute_Name('COST_ID'));
21143: OE_MSG_PUB.Add;
21144: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21145:
21146: END IF;
21147:
21148:

Line 21153: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21149: RETURN FALSE;
21150:
21151: WHEN OTHERS THEN
21152:
21153: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21154: THEN
21155: OE_MSG_PUB.Add_Exc_Msg
21156: ( G_PKG_NAME
21157: , 'Cost Id '

Line 21155: OE_MSG_PUB.Add_Exc_Msg

21151: WHEN OTHERS THEN
21152:
21153: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21154: THEN
21155: OE_MSG_PUB.Add_Exc_Msg
21156: ( G_PKG_NAME
21157: , 'Cost Id '
21158: );
21159: END IF;

Line 21190: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21186:
21187: WHEN NO_DATA_FOUND THEN
21188:
21189:
21190: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21191: THEN
21192:
21193: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_CODE');
21194:

Line 21193: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_CODE');

21189:
21190: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21191: THEN
21192:
21193: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_TYPE_CODE');
21194:
21195: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21196: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21197: OE_Order_Util.Get_Attribute_Name('CHARGE_TYPE_CODE'));

Line 21198: OE_MSG_PUB.Add;

21194:
21195: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21196: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21197: OE_Order_Util.Get_Attribute_Name('CHARGE_TYPE_CODE'));
21198: OE_MSG_PUB.Add;
21199: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21200:
21201: END IF;
21202:

Line 21199: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21195: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21196: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21197: OE_Order_Util.Get_Attribute_Name('CHARGE_TYPE_CODE'));
21198: OE_MSG_PUB.Add;
21199: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21200:
21201: END IF;
21202:
21203:

Line 21208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21204: RETURN FALSE;
21205:
21206: WHEN OTHERS THEN
21207:
21208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21209: THEN
21210: OE_MSG_PUB.Add_Exc_Msg
21211: ( G_PKG_NAME
21212: , 'Charge Type'

Line 21210: OE_MSG_PUB.Add_Exc_Msg

21206: WHEN OTHERS THEN
21207:
21208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21209: THEN
21210: OE_MSG_PUB.Add_Exc_Msg
21211: ( G_PKG_NAME
21212: , 'Charge Type'
21213: );
21214: END IF;

Line 21245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21241:
21242: WHEN NO_DATA_FOUND THEN
21243:
21244:
21245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21246: THEN
21247:
21248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_SUBTYPE_CODE');
21249:

Line 21248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_SUBTYPE_CODE');

21244:
21245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21246: THEN
21247:
21248: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_SUBTYPE_CODE');
21249:
21250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21252: OE_Order_Util.Get_Attribute_Name('CHARGE_SUBTYPE_CODE'));

Line 21253: OE_MSG_PUB.Add;

21249:
21250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21252: OE_Order_Util.Get_Attribute_Name('CHARGE_SUBTYPE_CODE'));
21253: OE_MSG_PUB.Add;
21254: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21255:
21256: END IF;
21257:

Line 21254: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21250: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21252: OE_Order_Util.Get_Attribute_Name('CHARGE_SUBTYPE_CODE'));
21253: OE_MSG_PUB.Add;
21254: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21255:
21256: END IF;
21257:
21258:

Line 21263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21259: RETURN FALSE;
21260:
21261: WHEN OTHERS THEN
21262:
21263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21264: THEN
21265: OE_MSG_PUB.Add_Exc_Msg
21266: ( G_PKG_NAME
21267: , 'Charge Sub Type'

Line 21265: OE_MSG_PUB.Add_Exc_Msg

21261: WHEN OTHERS THEN
21262:
21263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21264: THEN
21265: OE_MSG_PUB.Add_Exc_Msg
21266: ( G_PKG_NAME
21267: , 'Charge Sub Type'
21268: );
21269: END IF;

Line 21300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21296:
21297: WHEN NO_DATA_FOUND THEN
21298:
21299:
21300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21301: THEN
21302:
21303: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_ID');
21304:

Line 21303: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_ID');

21299:
21300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21301: THEN
21302:
21303: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_ID');
21304:
21305: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21306: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21307: OE_Order_Util.Get_Attribute_Name('COMMITMENT_ID'));

Line 21308: OE_MSG_PUB.Add;

21304:
21305: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21306: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21307: OE_Order_Util.Get_Attribute_Name('COMMITMENT_ID'));
21308: OE_MSG_PUB.Add;
21309: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21310:
21311: END IF;
21312:

Line 21309: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21305: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21306: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21307: OE_Order_Util.Get_Attribute_Name('COMMITMENT_ID'));
21308: OE_MSG_PUB.Add;
21309: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21310:
21311: END IF;
21312:
21313:

Line 21318: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21314: RETURN FALSE;
21315:
21316: WHEN OTHERS THEN
21317:
21318: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21319: THEN
21320: OE_MSG_PUB.Add_Exc_Msg
21321: ( G_PKG_NAME
21322: , 'Commitment'

Line 21320: OE_MSG_PUB.Add_Exc_Msg

21316: WHEN OTHERS THEN
21317:
21318: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21319: THEN
21320: OE_MSG_PUB.Add_Exc_Msg
21321: ( G_PKG_NAME
21322: , 'Commitment'
21323: );
21324: END IF;

Line 21359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21355:
21356: WHEN NO_DATA_FOUND THEN
21357:
21358:
21359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21360: THEN
21361:
21362: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_OR_CHARGE_FLAG');
21363:

Line 21362: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_OR_CHARGE_FLAG');

21358:
21359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21360: THEN
21361:
21362: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CREDIT_OR_CHARGE_FLAG');
21363:
21364: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21365: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21366: OE_Order_Util.Get_Attribute_Name('CREDIT_OR_CHARGE_FLAG'));

Line 21367: OE_MSG_PUB.Add;

21363:
21364: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21365: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21366: OE_Order_Util.Get_Attribute_Name('CREDIT_OR_CHARGE_FLAG'));
21367: OE_MSG_PUB.Add;
21368: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21369:
21370: END IF;
21371:

Line 21368: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21364: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21365: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21366: OE_Order_Util.Get_Attribute_Name('CREDIT_OR_CHARGE_FLAG'));
21367: OE_MSG_PUB.Add;
21368: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21369:
21370: END IF;
21371:
21372:

Line 21377: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21373: RETURN FALSE;
21374:
21375: WHEN OTHERS THEN
21376:
21377: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21378: THEN
21379: OE_MSG_PUB.Add_Exc_Msg
21380: ( G_PKG_NAME
21381: , 'Credit Or Charge Flag '

Line 21379: OE_MSG_PUB.Add_Exc_Msg

21375: WHEN OTHERS THEN
21376:
21377: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21378: THEN
21379: OE_MSG_PUB.Add_Exc_Msg
21380: ( G_PKG_NAME
21381: , 'Credit Or Charge Flag '
21382: );
21383: END IF;

Line 21418: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21414:
21415: WHEN NO_DATA_FOUND THEN
21416:
21417:
21418: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21419: THEN
21420:
21421: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INCLUDE_ON_RETURNS_FLAG');
21422:

Line 21421: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INCLUDE_ON_RETURNS_FLAG');

21417:
21418: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21419: THEN
21420:
21421: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'INCLUDE_ON_RETURNS_FLAG');
21422:
21423: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21424: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21425: OE_Order_Util.Get_Attribute_Name('INCLUDE_ON_RETURNS_FLAG'));

Line 21426: OE_MSG_PUB.Add;

21422:
21423: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21424: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21425: OE_Order_Util.Get_Attribute_Name('INCLUDE_ON_RETURNS_FLAG'));
21426: OE_MSG_PUB.Add;
21427: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21428:
21429: END IF;
21430:

Line 21427: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21423: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21424: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21425: OE_Order_Util.Get_Attribute_Name('INCLUDE_ON_RETURNS_FLAG'));
21426: OE_MSG_PUB.Add;
21427: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21428:
21429: END IF;
21430:
21431:

Line 21436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21432: RETURN FALSE;
21433:
21434: WHEN OTHERS THEN
21435:
21436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21437: THEN
21438: OE_MSG_PUB.Add_Exc_Msg
21439: ( G_PKG_NAME
21440: , 'Include On Returns Flag'

Line 21438: OE_MSG_PUB.Add_Exc_Msg

21434: WHEN OTHERS THEN
21435:
21436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21437: THEN
21438: OE_MSG_PUB.Add_Exc_Msg
21439: ( G_PKG_NAME
21440: , 'Include On Returns Flag'
21441: );
21442: END IF;

Line 21501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21497:
21498: WHEN NO_DATA_FOUND THEN
21499:
21500:
21501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21502: THEN
21503:
21504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CHANNEL_CODE');
21505:

Line 21504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CHANNEL_CODE');

21500:
21501: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21502: THEN
21503:
21504: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SALES_CHANNEL_CODE');
21505:
21506: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
21507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21508: OE_Order_Util.Get_Attribute_Name('SALES_CHANNEL_CODE'));

Line 21509: OE_MSG_PUB.Add;

21505:
21506: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
21507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21508: OE_Order_Util.Get_Attribute_Name('SALES_CHANNEL_CODE'));
21509: OE_MSG_PUB.Add;
21510:
21511: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21512:
21513: END IF;

Line 21511: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21507: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21508: OE_Order_Util.Get_Attribute_Name('SALES_CHANNEL_CODE'));
21509: OE_MSG_PUB.Add;
21510:
21511: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21512:
21513: END IF;
21514:
21515:

Line 21520: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21516: RETURN FALSE;
21517:
21518: WHEN OTHERS THEN
21519:
21520: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21521: THEN
21522: OE_MSG_PUB.Add_Exc_Msg
21523: ( G_PKG_NAME
21524: , 'Sales_Channel'

Line 21522: OE_MSG_PUB.Add_Exc_Msg

21518: WHEN OTHERS THEN
21519:
21520: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21521: THEN
21522: OE_MSG_PUB.Add_Exc_Msg
21523: ( G_PKG_NAME
21524: , 'Sales_Channel'
21525: );
21526: END IF;

Line 21558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21554: EXCEPTION
21555:
21556: WHEN NO_DATA_FOUND THEN
21557:
21558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21559: THEN
21560:
21561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_ITEM_DESCRIPTION');
21562:

Line 21561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_ITEM_DESCRIPTION');

21557:
21558: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21559: THEN
21560:
21561: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_ITEM_DESCRIPTION');
21562:
21563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21565: OE_Order_Util.Get_Attribute_Name('user_item_description'));

Line 21566: OE_MSG_PUB.Add;

21562:
21563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21565: OE_Order_Util.Get_Attribute_Name('user_item_description'));
21566: OE_MSG_PUB.Add;
21567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21568:
21569: END IF;
21570:

Line 21567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21563: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21564: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21565: OE_Order_Util.Get_Attribute_Name('user_item_description'));
21566: OE_MSG_PUB.Add;
21567: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21568:
21569: END IF;
21570:
21571:

Line 21576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21572: RETURN FALSE;
21573:
21574: WHEN OTHERS THEN
21575:
21576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21577: THEN
21578: OE_MSG_PUB.Add_Exc_Msg
21579: ( G_PKG_NAME
21580: , 'User_Item_Description'

Line 21578: OE_MSG_PUB.Add_Exc_Msg

21574: WHEN OTHERS THEN
21575:
21576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21577: THEN
21578: OE_MSG_PUB.Add_Exc_Msg
21579: ( G_PKG_NAME
21580: , 'User_Item_Description'
21581: );
21582: END IF;

Line 21614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21610: RETURN TRUE;
21611:
21612: EXCEPTION
21613: WHEN NO_DATA_FOUND THEN
21614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21615: THEN
21616: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_RELATIONSHIP_TYPE');
21617: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21618: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 21616: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_RELATIONSHIP_TYPE');

21612: EXCEPTION
21613: WHEN NO_DATA_FOUND THEN
21614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21615: THEN
21616: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_RELATIONSHIP_TYPE');
21617: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21618: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21619: OE_Order_Util.Get_Attribute_Name('ITEM_RELATIONSHIP_TYPE'));
21620: OE_MSG_PUB.Add;

Line 21620: OE_MSG_PUB.Add;

21616: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'ITEM_RELATIONSHIP_TYPE');
21617: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21618: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21619: OE_Order_Util.Get_Attribute_Name('ITEM_RELATIONSHIP_TYPE'));
21620: OE_MSG_PUB.Add;
21621: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21622: END IF;
21623: RETURN FALSE;
21624:

Line 21621: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21617: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21618: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21619: OE_Order_Util.Get_Attribute_Name('ITEM_RELATIONSHIP_TYPE'));
21620: OE_MSG_PUB.Add;
21621: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21622: END IF;
21623: RETURN FALSE;
21624:
21625: WHEN OTHERS THEN

Line 21626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21622: END IF;
21623: RETURN FALSE;
21624:
21625: WHEN OTHERS THEN
21626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21627: THEN
21628: OE_MSG_PUB.Add_Exc_Msg(g_pkg_name,'Item_Relationship_Type');
21629: END IF;
21630: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 21628: OE_MSG_PUB.Add_Exc_Msg(g_pkg_name,'Item_Relationship_Type');

21624:
21625: WHEN OTHERS THEN
21626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21627: THEN
21628: OE_MSG_PUB.Add_Exc_Msg(g_pkg_name,'Item_Relationship_Type');
21629: END IF;
21630: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
21631: END Item_Relationship_Type;
21632:

Line 21658: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21654: EXCEPTION
21655:
21656: WHEN NO_DATA_FOUND THEN
21657:
21658: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21659: THEN
21660:
21661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Default_Fulfillment_Set');
21662:

Line 21661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Default_Fulfillment_Set');

21657:
21658: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21659: THEN
21660:
21661: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Default_Fulfillment_Set');
21662:
21663: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21665: OE_Order_Util.Get_Attribute_Name('Default_Fulfillment_Set'));

Line 21666: OE_MSG_PUB.Add;

21662:
21663: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21665: OE_Order_Util.Get_Attribute_Name('Default_Fulfillment_Set'));
21666: OE_MSG_PUB.Add;
21667: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21668:
21669: END IF;
21670:

Line 21667: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21663: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21664: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21665: OE_Order_Util.Get_Attribute_Name('Default_Fulfillment_Set'));
21666: OE_MSG_PUB.Add;
21667: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21668:
21669: END IF;
21670:
21671:

Line 21676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21672: RETURN FALSE;
21673:
21674: WHEN OTHERS THEN
21675:
21676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21677: THEN
21678: OE_MSG_PUB.Add_Exc_Msg
21679: ( G_PKG_NAME
21680: , 'Default_Fulfillment_Set'

Line 21678: OE_MSG_PUB.Add_Exc_Msg

21674: WHEN OTHERS THEN
21675:
21676: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21677: THEN
21678: OE_MSG_PUB.Add_Exc_Msg
21679: ( G_PKG_NAME
21680: , 'Default_Fulfillment_Set'
21681: );
21682: END IF;

Line 21709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21705: EXCEPTION
21706:
21707: WHEN NO_DATA_FOUND THEN
21708:
21709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21710: THEN
21711:
21712: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Fulfillment_Set_Name');
21713:

Line 21712: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Fulfillment_Set_Name');

21708:
21709: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21710: THEN
21711:
21712: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Fulfillment_Set_Name');
21713:
21714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21716: OE_Order_Util.Get_Attribute_Name('Fulfillment_Set_Name'));

Line 21717: OE_MSG_PUB.Add;

21713:
21714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21716: OE_Order_Util.Get_Attribute_Name('Fulfillment_Set_Name'));
21717: OE_MSG_PUB.Add;
21718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21719:
21720: END IF;
21721:

Line 21718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21714: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21715: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21716: OE_Order_Util.Get_Attribute_Name('Fulfillment_Set_Name'));
21717: OE_MSG_PUB.Add;
21718: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21719:
21720: END IF;
21721:
21722:

Line 21727: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21723: RETURN FALSE;
21724:
21725: WHEN OTHERS THEN
21726:
21727: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21728: THEN
21729: OE_MSG_PUB.Add_Exc_Msg
21730: ( G_PKG_NAME
21731: , 'Fulfillment_Set_Name'

Line 21729: OE_MSG_PUB.Add_Exc_Msg

21725: WHEN OTHERS THEN
21726:
21727: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21728: THEN
21729: OE_MSG_PUB.Add_Exc_Msg
21730: ( G_PKG_NAME
21731: , 'Fulfillment_Set_Name'
21732: );
21733: END IF;

Line 21760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21756: EXCEPTION
21757:
21758: WHEN NO_DATA_FOUND THEN
21759:
21760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21761: THEN
21762:
21763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_Name');
21764:

Line 21763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_Name');

21759:
21760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21761: THEN
21762:
21763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Line_Set_Name');
21764:
21765: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21766: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21767: OE_Order_Util.Get_Attribute_Name('Line_Set_Name'));

Line 21768: OE_MSG_PUB.Add;

21764:
21765: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21766: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21767: OE_Order_Util.Get_Attribute_Name('Line_Set_Name'));
21768: OE_MSG_PUB.Add;
21769: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21770:
21771: END IF;
21772:

Line 21769: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21765: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21766: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21767: OE_Order_Util.Get_Attribute_Name('Line_Set_Name'));
21768: OE_MSG_PUB.Add;
21769: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21770:
21771: END IF;
21772:
21773:

Line 21778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21774: RETURN FALSE;
21775:
21776: WHEN OTHERS THEN
21777:
21778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21779: THEN
21780: OE_MSG_PUB.Add_Exc_Msg
21781: ( G_PKG_NAME
21782: , 'Line_Set_Name'

Line 21780: OE_MSG_PUB.Add_Exc_Msg

21776: WHEN OTHERS THEN
21777:
21778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21779: THEN
21780: OE_MSG_PUB.Add_Exc_Msg
21781: ( G_PKG_NAME
21782: , 'Line_Set_Name'
21783: );
21784: END IF;

Line 21814: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21810: EXCEPTION
21811:
21812: WHEN NO_DATA_FOUND THEN
21813:
21814: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21815: THEN
21816:
21817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Customer_Shipment_Number');
21818:

Line 21817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Customer_Shipment_Number');

21813:
21814: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21815: THEN
21816:
21817: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Customer_Shipment_Number');
21818:
21819: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21820: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21821: OE_Order_Util.Get_Attribute_Name('Customer_Shipment_Number'));

Line 21822: OE_MSG_PUB.Add;

21818:
21819: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21820: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21821: OE_Order_Util.Get_Attribute_Name('Customer_Shipment_Number'));
21822: OE_MSG_PUB.Add;
21823: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21824:
21825: END IF;
21826:

Line 21823: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21819: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
21820: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21821: OE_Order_Util.Get_Attribute_Name('Customer_Shipment_Number'));
21822: OE_MSG_PUB.Add;
21823: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21824:
21825: END IF;
21826:
21827:

Line 21832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21828: RETURN FALSE;
21829:
21830: WHEN OTHERS THEN
21831:
21832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21833: THEN
21834: OE_MSG_PUB.Add_Exc_Msg
21835: ( G_PKG_NAME
21836: , 'Customer_Shipment_Number'

Line 21834: OE_MSG_PUB.Add_Exc_Msg

21830: WHEN OTHERS THEN
21831:
21832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21833: THEN
21834: OE_MSG_PUB.Add_Exc_Msg
21835: ( G_PKG_NAME
21836: , 'Customer_Shipment_Number'
21837: );
21838: END IF;

Line 21877: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21873: EXCEPTION
21874:
21875: WHEN NO_DATA_FOUND THEN
21876:
21877: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21878: THEN
21879:
21880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTION_PHASE_CODE');
21881:

Line 21880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTION_PHASE_CODE');

21876:
21877: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21878: THEN
21879:
21880: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRANSACTION_PHASE_CODE');
21881:
21882: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21883: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21884: OE_Order_Util.Get_Attribute_Name('TRANSACTION_PHASE_CODE'));

Line 21885: OE_MSG_PUB.Add;

21881:
21882: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21883: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21884: OE_Order_Util.Get_Attribute_Name('TRANSACTION_PHASE_CODE'));
21885: OE_MSG_PUB.Add;
21886: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21887:
21888: END IF;
21889:

Line 21886: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21882: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21883: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21884: OE_Order_Util.Get_Attribute_Name('TRANSACTION_PHASE_CODE'));
21885: OE_MSG_PUB.Add;
21886: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21887:
21888: END IF;
21889:
21890:

Line 21895: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21891: RETURN FALSE;
21892:
21893: WHEN OTHERS THEN
21894:
21895: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21896: THEN
21897: OE_MSG_PUB.Add_Exc_Msg
21898: ( G_PKG_NAME
21899: , 'Transaction_Phase'

Line 21897: OE_MSG_PUB.Add_Exc_Msg

21893: WHEN OTHERS THEN
21894:
21895: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21896: THEN
21897: OE_MSG_PUB.Add_Exc_Msg
21898: ( G_PKG_NAME
21899: , 'Transaction_Phase'
21900: );
21901: END IF;

Line 21938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21934: EXCEPTION
21935:
21936: WHEN NO_DATA_FOUND THEN
21937:
21938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21939: THEN
21940:
21941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_STATUS_CODE');
21942:

Line 21941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_STATUS_CODE');

21937:
21938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21939: THEN
21940:
21941: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'USER_STATUS_CODE');
21942:
21943: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21944: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21945: OE_Order_Util.Get_Attribute_Name('USER_STATUS_CODE'));

Line 21946: OE_MSG_PUB.Add;

21942:
21943: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21944: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21945: OE_Order_Util.Get_Attribute_Name('USER_STATUS_CODE'));
21946: OE_MSG_PUB.Add;
21947: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21948:
21949: END IF;
21950:

Line 21947: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

21943: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
21944: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
21945: OE_Order_Util.Get_Attribute_Name('USER_STATUS_CODE'));
21946: OE_MSG_PUB.Add;
21947: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
21948:
21949: END IF;
21950:
21951:

Line 21956: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21952: RETURN FALSE;
21953:
21954: WHEN OTHERS THEN
21955:
21956: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21957: THEN
21958: OE_MSG_PUB.Add_Exc_Msg
21959: ( G_PKG_NAME
21960: , 'User_Status'

Line 21958: OE_MSG_PUB.Add_Exc_Msg

21954: WHEN OTHERS THEN
21955:
21956: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
21957: THEN
21958: OE_MSG_PUB.Add_Exc_Msg
21959: ( G_PKG_NAME
21960: , 'User_Status'
21961: );
21962: END IF;

Line 21997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

21993: EXCEPTION
21994:
21995: WHEN NO_DATA_FOUND THEN
21996:
21997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21998: THEN
21999:
22000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_SITE_USE_ID');
22001:

Line 22000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_SITE_USE_ID');

21996:
21997: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
21998: THEN
21999:
22000: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SOLD_TO_SITE_USE_ID');
22001:
22002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22004: OE_Order_Util.Get_Attribute_Name('sold_to_site_use_id'));

Line 22005: OE_MSG_PUB.Add;

22001:
22002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22004: OE_Order_Util.Get_Attribute_Name('sold_to_site_use_id'));
22005: OE_MSG_PUB.Add;
22006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22007:
22008: END IF;
22009:

Line 22006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22002: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22003: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22004: OE_Order_Util.Get_Attribute_Name('sold_to_site_use_id'));
22005: OE_MSG_PUB.Add;
22006: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22007:
22008: END IF;
22009:
22010:

Line 22015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22011: RETURN FALSE;
22012:
22013: WHEN OTHERS THEN
22014:
22015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22016: THEN
22017: OE_MSG_PUB.Add_Exc_Msg
22018: ( G_PKG_NAME
22019: , 'Customer_Location'

Line 22017: OE_MSG_PUB.Add_Exc_Msg

22013: WHEN OTHERS THEN
22014:
22015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22016: THEN
22017: OE_MSG_PUB.Add_Exc_Msg
22018: ( G_PKG_NAME
22019: , 'Customer_Location'
22020: );
22021: END IF;

Line 22070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22066: EXCEPTION
22067:
22068: WHEN NO_DATA_FOUND THEN
22069:
22070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22071: THEN
22072:
22073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MINISITE_ID');
22074:

Line 22073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MINISITE_ID');

22069:
22070: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22071: THEN
22072:
22073: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'MINISITE_ID');
22074:
22075: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
22076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22077: 'MINISITE_ID');

Line 22078: OE_MSG_PUB.Add;

22074:
22075: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
22076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22077: 'MINISITE_ID');
22078: OE_MSG_PUB.Add;
22079:
22080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22081:
22082: END IF;

Line 22080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22076: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22077: 'MINISITE_ID');
22078: OE_MSG_PUB.Add;
22079:
22080: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22081:
22082: END IF;
22083:
22084: RETURN FALSE;

Line 22095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22091: RETURN FALSE;
22092: END IF; */
22093:
22094: WHEN OTHERS THEN
22095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22096: THEN
22097: OE_MSG_PUB.Add_Exc_Msg
22098: ( G_PKG_NAME
22099: , 'Minisite'

Line 22097: OE_MSG_PUB.Add_Exc_Msg

22093:
22094: WHEN OTHERS THEN
22095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22096: THEN
22097: OE_MSG_PUB.Add_Exc_Msg
22098: ( G_PKG_NAME
22099: , 'Minisite'
22100: );
22101: END IF;

Line 22136: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22132: EXCEPTION
22133:
22134: WHEN NO_DATA_FOUND THEN
22135:
22136: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22137: THEN
22138:
22139: OE_DEBUG_PUB.ADD('Validation failed for IB_OWNER in OEXSVATB.pls');
22140: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_OWNER');

Line 22140: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_OWNER');

22136: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22137: THEN
22138:
22139: OE_DEBUG_PUB.ADD('Validation failed for IB_OWNER in OEXSVATB.pls');
22140: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_OWNER');
22141:
22142: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22143: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22144: OE_Order_Util.Get_Attribute_Name('ib_owner'));

Line 22145: OE_MSG_PUB.Add;

22141:
22142: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22143: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22144: OE_Order_Util.Get_Attribute_Name('ib_owner'));
22145: OE_MSG_PUB.Add;
22146: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22147:
22148: END IF;
22149:

Line 22146: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22142: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22143: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22144: OE_Order_Util.Get_Attribute_Name('ib_owner'));
22145: OE_MSG_PUB.Add;
22146: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22147:
22148: END IF;
22149:
22150:

Line 22155: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22151: RETURN FALSE;
22152:
22153: WHEN OTHERS THEN
22154:
22155: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22156: THEN
22157: OE_MSG_PUB.Add_Exc_Msg
22158: ( G_PKG_NAME
22159: , 'IB_OWNER'

Line 22157: OE_MSG_PUB.Add_Exc_Msg

22153: WHEN OTHERS THEN
22154:
22155: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22156: THEN
22157: OE_MSG_PUB.Add_Exc_Msg
22158: ( G_PKG_NAME
22159: , 'IB_OWNER'
22160: );
22161: END IF;

Line 22197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22193: EXCEPTION
22194:
22195: WHEN NO_DATA_FOUND THEN
22196:
22197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22198: THEN
22199:
22200: OE_DEBUG_PUB.ADD('Validation failed for IB_INSTALLED_AT_LOCATION in OEXSVATB.pls');
22201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_INSTALLED_AT_LOCATION');

Line 22201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_INSTALLED_AT_LOCATION');

22197: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22198: THEN
22199:
22200: OE_DEBUG_PUB.ADD('Validation failed for IB_INSTALLED_AT_LOCATION in OEXSVATB.pls');
22201: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_INSTALLED_AT_LOCATION');
22202:
22203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22205: OE_Order_Util.Get_Attribute_Name('ib_installed_at_location'));

Line 22206: OE_MSG_PUB.Add;

22202:
22203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22205: OE_Order_Util.Get_Attribute_Name('ib_installed_at_location'));
22206: OE_MSG_PUB.Add;
22207: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22208:
22209: END IF;
22210:

Line 22207: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22203: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22204: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22205: OE_Order_Util.Get_Attribute_Name('ib_installed_at_location'));
22206: OE_MSG_PUB.Add;
22207: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22208:
22209: END IF;
22210:
22211:

Line 22216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22212: RETURN FALSE;
22213:
22214: WHEN OTHERS THEN
22215:
22216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22217: THEN
22218: OE_MSG_PUB.Add_Exc_Msg
22219: ( G_PKG_NAME
22220: , 'IB_INSTALLED_AT_LOCATION'

Line 22218: OE_MSG_PUB.Add_Exc_Msg

22214: WHEN OTHERS THEN
22215:
22216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22217: THEN
22218: OE_MSG_PUB.Add_Exc_Msg
22219: ( G_PKG_NAME
22220: , 'IB_INSTALLED_AT_LOCATION'
22221: );
22222: END IF;

Line 22258: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22254: EXCEPTION
22255:
22256: WHEN NO_DATA_FOUND THEN
22257:
22258: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22259: THEN
22260:
22261: OE_DEBUG_PUB.ADD('Validation failed for IB_CURRENT_LOCATION in OEXSVATB.pls');
22262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_CURRENT_LOCATION');

Line 22262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_CURRENT_LOCATION');

22258: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22259: THEN
22260:
22261: OE_DEBUG_PUB.ADD('Validation failed for IB_CURRENT_LOCATION in OEXSVATB.pls');
22262: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'IB_CURRENT_LOCATION');
22263:
22264: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22265: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22266: OE_Order_Util.Get_Attribute_Name('ib_current_location'));

Line 22267: OE_MSG_PUB.Add;

22263:
22264: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22265: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22266: OE_Order_Util.Get_Attribute_Name('ib_current_location'));
22267: OE_MSG_PUB.Add;
22268: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22269:
22270: END IF;
22271:

Line 22268: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22264: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22265: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22266: OE_Order_Util.Get_Attribute_Name('ib_current_location'));
22267: OE_MSG_PUB.Add;
22268: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22269:
22270: END IF;
22271:
22272:

Line 22277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22273: RETURN FALSE;
22274:
22275: WHEN OTHERS THEN
22276:
22277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22278: THEN
22279: OE_MSG_PUB.Add_Exc_Msg
22280: ( G_PKG_NAME
22281: , 'IB_CURRENT_LOCATION'

Line 22279: OE_MSG_PUB.Add_Exc_Msg

22275: WHEN OTHERS THEN
22276:
22277: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22278: THEN
22279: OE_MSG_PUB.Add_Exc_Msg
22280: ( G_PKG_NAME
22281: , 'IB_CURRENT_LOCATION'
22282: );
22283: END IF;

Line 22319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22315: EXCEPTION
22316:
22317: WHEN NO_DATA_FOUND THEN
22318:
22319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22320: THEN
22321:
22322: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_ID');
22323:

Line 22322: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_ID');

22318:
22319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22320: THEN
22321:
22322: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_ID');
22323:
22324: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22325: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22326: OE_Order_Util.Get_Attribute_Name('END_CUSTOMER_ID')||':validation:'||to_char(p_end_customer_id));

Line 22327: OE_MSG_PUB.Add;

22323:
22324: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22325: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22326: OE_Order_Util.Get_Attribute_Name('END_CUSTOMER_ID')||':validation:'||to_char(p_end_customer_id));
22327: OE_MSG_PUB.Add;
22328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22329:
22330: END IF;
22331:

Line 22328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22324: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22325: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22326: OE_Order_Util.Get_Attribute_Name('END_CUSTOMER_ID')||':validation:'||to_char(p_end_customer_id));
22327: OE_MSG_PUB.Add;
22328: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22329:
22330: END IF;
22331:
22332:

Line 22337: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22333: RETURN FALSE;
22334:
22335: WHEN OTHERS THEN
22336:
22337: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22338: THEN
22339: OE_MSG_PUB.Add_Exc_Msg
22340: ( G_PKG_NAME
22341: , 'END_CUSOTMER'

Line 22339: OE_MSG_PUB.Add_Exc_Msg

22335: WHEN OTHERS THEN
22336:
22337: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22338: THEN
22339: OE_MSG_PUB.Add_Exc_Msg
22340: ( G_PKG_NAME
22341: , 'END_CUSOTMER'
22342: );
22343: END IF;

Line 22376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22372: EXCEPTION
22373:
22374: WHEN NO_DATA_FOUND THEN
22375:
22376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22377: THEN
22378:
22379: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_CONTACT_ID');
22380:

Line 22379: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_CONTACT_ID');

22375:
22376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22377: THEN
22378:
22379: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_CONTACT_ID');
22380:
22381: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22382: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22383: OE_Order_Util.Get_Attribute_Name('end_customer_contact_id'));

Line 22384: OE_MSG_PUB.Add;

22380:
22381: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22382: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22383: OE_Order_Util.Get_Attribute_Name('end_customer_contact_id'));
22384: OE_MSG_PUB.Add;
22385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22386:
22387: END IF;
22388:

Line 22385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22381: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22382: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22383: OE_Order_Util.Get_Attribute_Name('end_customer_contact_id'));
22384: OE_MSG_PUB.Add;
22385: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22386:
22387: END IF;
22388:
22389:

Line 22394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22390: RETURN FALSE;
22391:
22392: WHEN OTHERS THEN
22393:
22394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22395: THEN
22396: OE_MSG_PUB.Add_Exc_Msg
22397: ( G_PKG_NAME
22398: , 'End_Customer_Contact'

Line 22396: OE_MSG_PUB.Add_Exc_Msg

22392: WHEN OTHERS THEN
22393:
22394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22395: THEN
22396: OE_MSG_PUB.Add_Exc_Msg
22397: ( G_PKG_NAME
22398: , 'End_Customer_Contact'
22399: );
22400: END IF;

Line 22433: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22429: EXCEPTION
22430:
22431: WHEN NO_DATA_FOUND THEN
22432:
22433: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22434: THEN
22435:
22436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_SITE_USE_ID');
22437:

Line 22436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_SITE_USE_ID');

22432:
22433: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22434: THEN
22435:
22436: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'END_CUSTOMER_SITE_USE_ID');
22437:
22438: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22439: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22440: OE_Order_Util.Get_Attribute_Name('end_customer_site_use_id'));

Line 22441: OE_MSG_PUB.Add;

22437:
22438: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22439: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22440: OE_Order_Util.Get_Attribute_Name('end_customer_site_use_id'));
22441: OE_MSG_PUB.Add;
22442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22443:
22444: END IF;
22445:

Line 22442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22438: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22439: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22440: OE_Order_Util.Get_Attribute_Name('end_customer_site_use_id'));
22441: OE_MSG_PUB.Add;
22442: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22443:
22444: END IF;
22445:
22446:

Line 22451: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22447: RETURN FALSE;
22448:
22449: WHEN OTHERS THEN
22450:
22451: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22452: THEN
22453: OE_MSG_PUB.Add_Exc_Msg
22454: ( G_PKG_NAME
22455: , 'END_CUSTOMER_SITE_USE_ID'

Line 22453: OE_MSG_PUB.Add_Exc_Msg

22449: WHEN OTHERS THEN
22450:
22451: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22452: THEN
22453: OE_MSG_PUB.Add_Exc_Msg
22454: ( G_PKG_NAME
22455: , 'END_CUSTOMER_SITE_USE_ID'
22456: );
22457: END IF;

Line 22490: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22486: EXCEPTION
22487:
22488: WHEN NO_DATA_FOUND THEN
22489:
22490: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22491: THEN
22492:
22493: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');
22494:

Line 22493: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');

22489:
22490: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22491: THEN
22492:
22493: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');
22494:
22495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22497: OE_Order_Util.Get_Attribute_Name('supplier_signature'));

Line 22498: OE_MSG_PUB.Add;

22494:
22495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22497: OE_Order_Util.Get_Attribute_Name('supplier_signature'));
22498: OE_MSG_PUB.Add;
22499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22500:
22501: END IF;
22502:

Line 22499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22495: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22496: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22497: OE_Order_Util.Get_Attribute_Name('supplier_signature'));
22498: OE_MSG_PUB.Add;
22499: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22500:
22501: END IF;
22502:
22503:

Line 22508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22504: RETURN FALSE;
22505:
22506: WHEN OTHERS THEN
22507:
22508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22509: THEN
22510: OE_MSG_PUB.Add_Exc_Msg
22511: ( G_PKG_NAME
22512: , 'SUPPLIER_SIGNATURE'

Line 22510: OE_MSG_PUB.Add_Exc_Msg

22506: WHEN OTHERS THEN
22507:
22508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22509: THEN
22510: OE_MSG_PUB.Add_Exc_Msg
22511: ( G_PKG_NAME
22512: , 'SUPPLIER_SIGNATURE'
22513: );
22514: END IF;

Line 22547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22543: EXCEPTION
22544:
22545: WHEN NO_DATA_FOUND THEN
22546:
22547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22548: THEN
22549:
22550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');
22551:

Line 22550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');

22546:
22547: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22548: THEN
22549:
22550: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SUPPLIER_SIGNATURE');
22551:
22552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22554: OE_Order_Util.Get_Attribute_Name('supplier_signature_date'));

Line 22555: OE_MSG_PUB.Add;

22551:
22552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22554: OE_Order_Util.Get_Attribute_Name('supplier_signature_date'));
22555: OE_MSG_PUB.Add;
22556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22557:
22558: END IF;
22559:

Line 22556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22552: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22553: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22554: OE_Order_Util.Get_Attribute_Name('supplier_signature_date'));
22555: OE_MSG_PUB.Add;
22556: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22557:
22558: END IF;
22559:
22560:

Line 22565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22561: RETURN FALSE;
22562:
22563: WHEN OTHERS THEN
22564:
22565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22566: THEN
22567: OE_MSG_PUB.Add_Exc_Msg
22568: ( G_PKG_NAME
22569: , 'SUPPLIER_SIGNATURE_DATE'

Line 22567: OE_MSG_PUB.Add_Exc_Msg

22563: WHEN OTHERS THEN
22564:
22565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22566: THEN
22567: OE_MSG_PUB.Add_Exc_Msg
22568: ( G_PKG_NAME
22569: , 'SUPPLIER_SIGNATURE_DATE'
22570: );
22571: END IF;

Line 22604: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22600: EXCEPTION
22601:
22602: WHEN NO_DATA_FOUND THEN
22603:
22604: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22605: THEN
22606:
22607: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE');
22608:

Line 22607: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE');

22603:
22604: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22605: THEN
22606:
22607: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE');
22608:
22609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22611: OE_Order_Util.Get_Attribute_Name('customer_signature'));

Line 22612: OE_MSG_PUB.Add;

22608:
22609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22611: OE_Order_Util.Get_Attribute_Name('customer_signature'));
22612: OE_MSG_PUB.Add;
22613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22614:
22615: END IF;
22616:

Line 22613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22609: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22610: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22611: OE_Order_Util.Get_Attribute_Name('customer_signature'));
22612: OE_MSG_PUB.Add;
22613: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22614:
22615: END IF;
22616:
22617:

Line 22622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22618: RETURN FALSE;
22619:
22620: WHEN OTHERS THEN
22621:
22622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22623: THEN
22624: OE_MSG_PUB.Add_Exc_Msg
22625: ( G_PKG_NAME
22626: , 'CUSTOMER_SIGNATURE'

Line 22624: OE_MSG_PUB.Add_Exc_Msg

22620: WHEN OTHERS THEN
22621:
22622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22623: THEN
22624: OE_MSG_PUB.Add_Exc_Msg
22625: ( G_PKG_NAME
22626: , 'CUSTOMER_SIGNATURE'
22627: );
22628: END IF;

Line 22661: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22657: EXCEPTION
22658:
22659: WHEN NO_DATA_FOUND THEN
22660:
22661: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22662: THEN
22663:
22664: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE_DATE');
22665:

Line 22664: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE_DATE');

22660:
22661: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22662: THEN
22663:
22664: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CUSTOMER_SIGNATURE_DATE');
22665:
22666: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22667: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22668: OE_Order_Util.Get_Attribute_Name('customer_signature_date'));

Line 22669: OE_MSG_PUB.Add;

22665:
22666: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22667: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22668: OE_Order_Util.Get_Attribute_Name('customer_signature_date'));
22669: OE_MSG_PUB.Add;
22670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22671:
22672: END IF;
22673:

Line 22670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22666: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22667: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22668: OE_Order_Util.Get_Attribute_Name('customer_signature_date'));
22669: OE_MSG_PUB.Add;
22670: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22671:
22672: END IF;
22673:
22674:

Line 22679: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

22675: RETURN FALSE;
22676:
22677: WHEN OTHERS THEN
22678:
22679: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22680: THEN
22681: OE_MSG_PUB.Add_Exc_Msg
22682: ( G_PKG_NAME
22683: , 'CUSTOMER_SIGNATURE_DATE'

Line 22681: OE_MSG_PUB.Add_Exc_Msg

22677: WHEN OTHERS THEN
22678:
22679: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
22680: THEN
22681: OE_MSG_PUB.Add_Exc_Msg
22682: ( G_PKG_NAME
22683: , 'CUSTOMER_SIGNATURE_DATE'
22684: );
22685: END IF;

Line 22717: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22713: EXCEPTION
22714:
22715: WHEN NO_DATA_FOUND THEN
22716:
22717: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22718: THEN
22719:
22720: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_TEMPLATE_ID
22721: ');

Line 22720: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_TEMPLATE_ID

22716:
22717: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22718: THEN
22719:
22720: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_TEMPLATE_ID
22721: ');
22722:
22723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 22726: OE_MSG_PUB.Add;

22722:
22723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22725: OE_Order_Util.Get_Attribute_Name('contract_template_id'));
22726: OE_MSG_PUB.Add;
22727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22728:
22729: END IF;
22730:

Line 22727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22723: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22724: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22725: OE_Order_Util.Get_Attribute_Name('contract_template_id'));
22726: OE_MSG_PUB.Add;
22727: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22728:
22729: END IF;
22730:
22731: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 22760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22756: EXCEPTION
22757:
22758: WHEN NO_DATA_FOUND THEN
22759:
22760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22761: THEN
22762:
22763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOC_TYPE_CODE
22764: ');

Line 22763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOC_TYPE_CODE

22759:
22760: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22761: THEN
22762:
22763: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOC_TYPE_CODE
22764: ');
22765:
22766: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22767: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',

Line 22769: OE_MSG_PUB.Add;

22765:
22766: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22767: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22768: OE_Order_Util.Get_Attribute_Name('contract_source_doc_type_code'));
22769: OE_MSG_PUB.Add;
22770: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22771:
22772: END IF;
22773:

Line 22770: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22766: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22767: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22768: OE_Order_Util.Get_Attribute_Name('contract_source_doc_type_code'));
22769: OE_MSG_PUB.Add;
22770: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22771:
22772: END IF;
22773:
22774: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 22804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

22800: EXCEPTION
22801:
22802: WHEN NO_DATA_FOUND THEN
22803:
22804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22805: THEN
22806:
22807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOCUMENT_ID');
22808:

Line 22807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOCUMENT_ID');

22803:
22804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
22805: THEN
22806:
22807: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CONTRACT_SOURCE_DOCUMENT_ID');
22808:
22809: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22810: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22811: OE_Order_Util.Get_Attribute_Name('contract_source_document_id'));

Line 22812: OE_MSG_PUB.Add;

22808:
22809: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22810: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22811: OE_Order_Util.Get_Attribute_Name('contract_source_document_id'));
22812: OE_MSG_PUB.Add;
22813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22814:
22815: END IF;
22816:

Line 22813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

22809: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
22810: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
22811: OE_Order_Util.Get_Attribute_Name('contract_source_document_id'));
22812: OE_MSG_PUB.Add;
22813: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
22814:
22815: END IF;
22816:
22817: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 23084: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23080:
23081: WHEN OTHERS THEN
23082:
23083:
23084: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23085: THEN
23086:
23087: OE_MSG_PUB.Add_Exc_Msg
23088: ( G_PKG_NAME

Line 23087: OE_MSG_PUB.Add_Exc_Msg

23083:
23084: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23085: THEN
23086:
23087: OE_MSG_PUB.Add_Exc_Msg
23088: ( G_PKG_NAME
23089: , 'Payments_Desc_Flex');
23090: END IF;
23091:

Line 23122: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23118: EXCEPTION
23119:
23120: WHEN NO_DATA_FOUND THEN
23121:
23122: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23123: THEN
23124:
23125: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Payment_Level_Code');
23126:

Line 23125: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Payment_Level_Code');

23121:
23122: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23123: THEN
23124:
23125: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'Payment_Level_Code');
23126:
23127: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23128: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23129: OE_Order_Util.Get_Attribute_Name('Payment_Level_Code'));

Line 23130: OE_MSG_PUB.Add;

23126:
23127: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23128: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23129: OE_Order_Util.Get_Attribute_Name('Payment_Level_Code'));
23130: OE_MSG_PUB.Add;
23131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23132:
23133: END IF;
23134:

Line 23131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23127: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23128: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23129: OE_Order_Util.Get_Attribute_Name('Payment_Level_Code'));
23130: OE_MSG_PUB.Add;
23131: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23132:
23133: END IF;
23134:
23135:

Line 23140: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23136: RETURN FALSE;
23137:
23138: WHEN OTHERS THEN
23139:
23140: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23141: THEN
23142: OE_MSG_PUB.Add_Exc_Msg
23143: ( G_PKG_NAME
23144: , 'Payment_Level'

Line 23142: OE_MSG_PUB.Add_Exc_Msg

23138: WHEN OTHERS THEN
23139:
23140: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23141: THEN
23142: OE_MSG_PUB.Add_Exc_Msg
23143: ( G_PKG_NAME
23144: , 'Payment_Level'
23145: );
23146: END IF;

Line 23177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23173:
23174: EXCEPTION
23175: WHEN NO_DATA_FOUND THEN
23176:
23177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23178: THEN
23179:
23180: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_APPLIED_AMOUNT');
23181:

Line 23180: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_APPLIED_AMOUNT');

23176:
23177: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23178: THEN
23179:
23180: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_APPLIED_AMOUNT');
23181:
23182: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23183: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23184: OE_Order_Util.Get_Attribute_Name('commitment_applied_amount'));

Line 23185: OE_MSG_PUB.Add;

23181:
23182: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23183: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23184: OE_Order_Util.Get_Attribute_Name('commitment_applied_amount'));
23185: OE_MSG_PUB.Add;
23186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23187:
23188: END IF;
23189:

Line 23186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23182: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23183: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23184: OE_Order_Util.Get_Attribute_Name('commitment_applied_amount'));
23185: OE_MSG_PUB.Add;
23186: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23187:
23188: END IF;
23189:
23190:

Line 23195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23191: RETURN FALSE;
23192:
23193: WHEN OTHERS THEN
23194:
23195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23196: THEN
23197: OE_MSG_PUB.Add_Exc_Msg
23198: ( G_PKG_NAME
23199: , 'Commitment_Applied_Amount'

Line 23197: OE_MSG_PUB.Add_Exc_Msg

23193: WHEN OTHERS THEN
23194:
23195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23196: THEN
23197: OE_MSG_PUB.Add_Exc_Msg
23198: ( G_PKG_NAME
23199: , 'Commitment_Applied_Amount'
23200: );
23201: END IF;

Line 23231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23227:
23228: EXCEPTION
23229: WHEN NO_DATA_FOUND THEN
23230:
23231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23232: THEN
23233:
23234: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_INTERFACED_AMOUNT');
23235:

Line 23234: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_INTERFACED_AMOUNT');

23230:
23231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23232: THEN
23233:
23234: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'COMMITMENT_INTERFACED_AMOUNT');
23235:
23236: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23237: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23238: OE_Order_Util.Get_Attribute_Name('commitment_interfaced_amount'));

Line 23239: OE_MSG_PUB.Add;

23235:
23236: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23237: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23238: OE_Order_Util.Get_Attribute_Name('commitment_interfaced_amount'));
23239: OE_MSG_PUB.Add;
23240: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23241:
23242: END IF;
23243:

Line 23240: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23236: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23237: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23238: OE_Order_Util.Get_Attribute_Name('commitment_interfaced_amount'));
23239: OE_MSG_PUB.Add;
23240: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23241:
23242: END IF;
23243:
23244:

Line 23249: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23245: RETURN FALSE;
23246:
23247: WHEN OTHERS THEN
23248:
23249: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23250: THEN
23251: OE_MSG_PUB.Add_Exc_Msg
23252: ( G_PKG_NAME
23253: , 'Commitment_Interfaced_Amount'

Line 23251: OE_MSG_PUB.Add_Exc_Msg

23247: WHEN OTHERS THEN
23248:
23249: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23250: THEN
23251: OE_MSG_PUB.Add_Exc_Msg
23252: ( G_PKG_NAME
23253: , 'Commitment_Interfaced_Amount'
23254: );
23255: END IF;

Line 23287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23283:
23284: EXCEPTION
23285: WHEN NO_DATA_FOUND THEN
23286:
23287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23288: THEN
23289:
23290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_COLLECTION_EVENT');
23291:

Line 23290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_COLLECTION_EVENT');

23286:
23287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23288: THEN
23289:
23290: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_COLLECTION_EVENT');
23291:
23292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23294: OE_Order_Util.Get_Attribute_Name('payment_collection_event'));

Line 23295: OE_MSG_PUB.Add;

23291:
23292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23294: OE_Order_Util.Get_Attribute_Name('payment_collection_event'));
23295: OE_MSG_PUB.Add;
23296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23297:
23298: END IF;
23299:

Line 23296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23292: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23294: OE_Order_Util.Get_Attribute_Name('payment_collection_event'));
23295: OE_MSG_PUB.Add;
23296: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23297:
23298: END IF;
23299:
23300:

Line 23305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23301: RETURN FALSE;
23302:
23303: WHEN OTHERS THEN
23304:
23305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23306: THEN
23307: OE_MSG_PUB.Add_Exc_Msg
23308: ( G_PKG_NAME
23309: , 'Payment_Collection_Event'

Line 23307: OE_MSG_PUB.Add_Exc_Msg

23303: WHEN OTHERS THEN
23304:
23305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23306: THEN
23307: OE_MSG_PUB.Add_Exc_Msg
23308: ( G_PKG_NAME
23309: , 'Payment_Collection_Event'
23310: );
23311: END IF;

Line 23341: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23337:
23338: EXCEPTION
23339: WHEN NO_DATA_FOUND THEN
23340:
23341: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23342: THEN
23343:
23344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TRX_ID');
23345:

Line 23344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TRX_ID');

23340:
23341: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23342: THEN
23343:
23344: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_TRX_ID');
23345:
23346: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23347: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23348: OE_Order_Util.Get_Attribute_Name('payment_trx_id'));

Line 23349: OE_MSG_PUB.Add;

23345:
23346: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23347: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23348: OE_Order_Util.Get_Attribute_Name('payment_trx_id'));
23349: OE_MSG_PUB.Add;
23350: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23351:
23352: END IF;
23353:

Line 23350: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23346: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23347: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23348: OE_Order_Util.Get_Attribute_Name('payment_trx_id'));
23349: OE_MSG_PUB.Add;
23350: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23351:
23352: END IF;
23353:
23354:

Line 23359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23355: RETURN FALSE;
23356:
23357: WHEN OTHERS THEN
23358:
23359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23360: THEN
23361: OE_MSG_PUB.Add_Exc_Msg
23362: ( G_PKG_NAME
23363: , 'Payment_Trx'

Line 23361: OE_MSG_PUB.Add_Exc_Msg

23357: WHEN OTHERS THEN
23358:
23359: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23360: THEN
23361: OE_MSG_PUB.Add_Exc_Msg
23362: ( G_PKG_NAME
23363: , 'Payment_Trx'
23364: );
23365: END IF;

Line 23395: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23391:
23392: EXCEPTION
23393: WHEN NO_DATA_FOUND THEN
23394:
23395: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23396: THEN
23397:
23398: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_SET_ID');
23399:

Line 23398: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_SET_ID');

23394:
23395: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23396: THEN
23397:
23398: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_SET_ID');
23399:
23400: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23401: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23402: OE_Order_Util.Get_Attribute_Name('payment_set_id'));

Line 23403: OE_MSG_PUB.Add;

23399:
23400: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23401: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23402: OE_Order_Util.Get_Attribute_Name('payment_set_id'));
23403: OE_MSG_PUB.Add;
23404: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23405:
23406: END IF;
23407:

Line 23404: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23400: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23401: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23402: OE_Order_Util.Get_Attribute_Name('payment_set_id'));
23403: OE_MSG_PUB.Add;
23404: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23405:
23406: END IF;
23407:
23408:

Line 23413: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23409: RETURN FALSE;
23410:
23411: WHEN OTHERS THEN
23412:
23413: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23414: THEN
23415: OE_MSG_PUB.Add_Exc_Msg
23416: ( G_PKG_NAME
23417: , 'Payment_Set'

Line 23415: OE_MSG_PUB.Add_Exc_Msg

23411: WHEN OTHERS THEN
23412:
23413: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23414: THEN
23415: OE_MSG_PUB.Add_Exc_Msg
23416: ( G_PKG_NAME
23417: , 'Payment_Set'
23418: );
23419: END IF;

Line 23449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23445:
23446: EXCEPTION
23447: WHEN NO_DATA_FOUND THEN
23448:
23449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23450: THEN
23451:
23452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREPAID_AMOUNT');
23453:

Line 23452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREPAID_AMOUNT');

23448:
23449: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23450: THEN
23451:
23452: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PREPAID_AMOUNT');
23453:
23454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23456: OE_Order_Util.Get_Attribute_Name('prepaid_amoun'));

Line 23457: OE_MSG_PUB.Add;

23453:
23454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23456: OE_Order_Util.Get_Attribute_Name('prepaid_amoun'));
23457: OE_MSG_PUB.Add;
23458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23459:
23460: END IF;
23461:

Line 23458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23454: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23455: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23456: OE_Order_Util.Get_Attribute_Name('prepaid_amoun'));
23457: OE_MSG_PUB.Add;
23458: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23459:
23460: END IF;
23461:
23462:

Line 23467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23463: RETURN FALSE;
23464:
23465: WHEN OTHERS THEN
23466:
23467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23468: THEN
23469: OE_MSG_PUB.Add_Exc_Msg
23470: ( G_PKG_NAME
23471: , 'Prepaid_Amount'

Line 23469: OE_MSG_PUB.Add_Exc_Msg

23465: WHEN OTHERS THEN
23466:
23467: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23468: THEN
23469: OE_MSG_PUB.Add_Exc_Msg
23470: ( G_PKG_NAME
23471: , 'Prepaid_Amount'
23472: );
23473: END IF;

Line 23506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23502:
23503: EXCEPTION
23504: WHEN NO_DATA_FOUND THEN
23505:
23506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23507: THEN
23508:
23509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RECEIPT_METHOD');
23510:

Line 23509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RECEIPT_METHOD');

23505:
23506: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23507: THEN
23508:
23509: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'RECEIPT_METHOD');
23510:
23511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23513: OE_Order_Util.Get_Attribute_Name('receipt_method_id'));

Line 23514: OE_MSG_PUB.Add;

23510:
23511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23513: OE_Order_Util.Get_Attribute_Name('receipt_method_id'));
23514: OE_MSG_PUB.Add;
23515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23516:
23517: END IF;
23518:

Line 23515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23511: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23512: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23513: OE_Order_Util.Get_Attribute_Name('receipt_method_id'));
23514: OE_MSG_PUB.Add;
23515: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23516:
23517: END IF;
23518:
23519: RETURN FALSE;

Line 23523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23519: RETURN FALSE;
23520:
23521: WHEN OTHERS THEN
23522:
23523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23524: THEN
23525: OE_MSG_PUB.Add_Exc_Msg
23526: ( G_PKG_NAME
23527: , 'Receipt_Method'

Line 23525: OE_MSG_PUB.Add_Exc_Msg

23521: WHEN OTHERS THEN
23522:
23523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23524: THEN
23525: OE_MSG_PUB.Add_Exc_Msg
23526: ( G_PKG_NAME
23527: , 'Receipt_Method'
23528: );
23529: END IF;

Line 23559: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23555:
23556: EXCEPTION
23557: WHEN NO_DATA_FOUND THEN
23558:
23559: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23560: THEN
23561:
23562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TANGIBLE_ID');
23563:

Line 23562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TANGIBLE_ID');

23558:
23559: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23560: THEN
23561:
23562: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TANGIBLE_ID');
23563:
23564: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23565: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23566: OE_Order_Util.Get_Attribute_Name('tangible_id'));

Line 23567: OE_MSG_PUB.Add;

23563:
23564: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23565: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23566: OE_Order_Util.Get_Attribute_Name('tangible_id'));
23567: OE_MSG_PUB.Add;
23568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23569:
23570: END IF;
23571:

Line 23568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23564: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23565: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23566: OE_Order_Util.Get_Attribute_Name('tangible_id'));
23567: OE_MSG_PUB.Add;
23568: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23569:
23570: END IF;
23571:
23572:

Line 23577: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23573: RETURN FALSE;
23574:
23575: WHEN OTHERS THEN
23576:
23577: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23578: THEN
23579: OE_MSG_PUB.Add_Exc_Msg
23580: ( G_PKG_NAME
23581: , 'Tangible'

Line 23579: OE_MSG_PUB.Add_Exc_Msg

23575: WHEN OTHERS THEN
23576:
23577: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23578: THEN
23579: OE_MSG_PUB.Add_Exc_Msg
23580: ( G_PKG_NAME
23581: , 'Tangible'
23582: );
23583: END IF;

Line 23614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23610:
23611: EXCEPTION
23612: WHEN NO_DATA_FOUND THEN
23613:
23614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23615: THEN
23616:
23617: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_NUMBER');
23618:

Line 23617: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_NUMBER');

23613:
23614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23615: THEN
23616:
23617: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'PAYMENT_NUMBER');
23618:
23619: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23620: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23621: OE_Order_Util.Get_Attribute_Name('payment_number'));

Line 23622: OE_MSG_PUB.Add;

23618:
23619: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23620: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23621: OE_Order_Util.Get_Attribute_Name('payment_number'));
23622: OE_MSG_PUB.Add;
23623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23624:
23625: END IF;
23626:

Line 23623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23619: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23620: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23621: OE_Order_Util.Get_Attribute_Name('payment_number'));
23622: OE_MSG_PUB.Add;
23623: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23624:
23625: END IF;
23626:
23627:

Line 23632: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23628: RETURN FALSE;
23629:
23630: WHEN OTHERS THEN
23631:
23632: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23633: THEN
23634: OE_MSG_PUB.Add_Exc_Msg
23635: ( G_PKG_NAME
23636: , 'Payment_Number'

Line 23634: OE_MSG_PUB.Add_Exc_Msg

23630: WHEN OTHERS THEN
23631:
23632: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23633: THEN
23634: OE_MSG_PUB.Add_Exc_Msg
23635: ( G_PKG_NAME
23636: , 'Payment_Number'
23637: );
23638: END IF;

Line 23675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN

23671: WHEN NO_DATA_FOUND THEN
23672: IF l_debug_level > 0 THEN
23673: OE_DEBUG_PUB.Add ('Charge Periodicity: NO_DATA_FOUND!!',1);
23674: END IF;
23675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
23676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_PERIODICITY');
23677: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
23678: FND_MESSAGE.Set_Token('ATTRIBUTE',
23679: OE_ORDER_UTIL.Get_Attribute_Name('Charge_Periodicity'));

Line 23676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_PERIODICITY');

23672: IF l_debug_level > 0 THEN
23673: OE_DEBUG_PUB.Add ('Charge Periodicity: NO_DATA_FOUND!!',1);
23674: END IF;
23675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
23676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_PERIODICITY');
23677: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
23678: FND_MESSAGE.Set_Token('ATTRIBUTE',
23679: OE_ORDER_UTIL.Get_Attribute_Name('Charge_Periodicity'));
23680: OE_MSG_PUB.Add;

Line 23680: OE_MSG_PUB.Add;

23676: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'CHARGE_PERIODICITY');
23677: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
23678: FND_MESSAGE.Set_Token('ATTRIBUTE',
23679: OE_ORDER_UTIL.Get_Attribute_Name('Charge_Periodicity'));
23680: OE_MSG_PUB.Add;
23681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => NULL);
23682: END IF;
23683: RETURN FALSE;
23684:

Line 23681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => NULL);

23677: FND_MESSAGE.Set_Name('ONT','OE_INVALID_ATTRIBUTE');
23678: FND_MESSAGE.Set_Token('ATTRIBUTE',
23679: OE_ORDER_UTIL.Get_Attribute_Name('Charge_Periodicity'));
23680: OE_MSG_PUB.Add;
23681: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => NULL);
23682: END IF;
23683: RETURN FALSE;
23684:
23685: WHEN OTHERS THEN

Line 23689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

23685: WHEN OTHERS THEN
23686: IF l_debug_level > 0 THEN
23687: OE_DEBUG_PUB.Add ('Charge_Periodicity: OTHERS Exception',1);
23688: END IF;
23689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
23690: OE_MSG_PUB.Add_Exc_Msg
23691: ( G_PKG_NAME
23692: ,'Charge_Periodicity');
23693: END IF;

Line 23690: OE_MSG_PUB.Add_Exc_Msg

23686: IF l_debug_level > 0 THEN
23687: OE_DEBUG_PUB.Add ('Charge_Periodicity: OTHERS Exception',1);
23688: END IF;
23689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
23690: OE_MSG_PUB.Add_Exc_Msg
23691: ( G_PKG_NAME
23692: ,'Charge_Periodicity');
23693: END IF;
23694: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 23725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23721: EXCEPTION
23722:
23723: WHEN NO_DATA_FOUND THEN
23724:
23725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23726: THEN
23727:
23728: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY2');
23729:

Line 23728: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY2');

23724:
23725: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23726: THEN
23727:
23728: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPED_QUANTITY2');
23729:
23730: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23731: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23732: OE_Order_Util.Get_Attribute_Name('shipped_quantity2'));

Line 23733: OE_MSG_PUB.Add;

23729:
23730: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23731: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23732: OE_Order_Util.Get_Attribute_Name('shipped_quantity2'));
23733: OE_MSG_PUB.Add;
23734: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23735:
23736: END IF;
23737:

Line 23734: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23730: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23731: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23732: OE_Order_Util.Get_Attribute_Name('shipped_quantity2'));
23733: OE_MSG_PUB.Add;
23734: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23735:
23736: END IF;
23737:
23738:

Line 23743: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23739: RETURN FALSE;
23740:
23741: WHEN OTHERS THEN
23742:
23743: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23744: THEN
23745: OE_MSG_PUB.Add_Exc_Msg
23746: ( G_PKG_NAME
23747: , 'Shipped_Quantity2'

Line 23745: OE_MSG_PUB.Add_Exc_Msg

23741: WHEN OTHERS THEN
23742:
23743: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23744: THEN
23745: OE_MSG_PUB.Add_Exc_Msg
23746: ( G_PKG_NAME
23747: , 'Shipped_Quantity2'
23748: );
23749: END IF;

Line 23782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23778: EXCEPTION
23779:
23780: WHEN NO_DATA_FOUND THEN
23781:
23782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23783: THEN
23784:
23785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY2');
23786:

Line 23785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY2');

23781:
23782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23783: THEN
23784:
23785: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'FULFILLED_QUANTITY2');
23786:
23787: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23788: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23789: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity2'));

Line 23790: OE_MSG_PUB.Add;

23786:
23787: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23788: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23789: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity2'));
23790: OE_MSG_PUB.Add;
23791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23792:
23793: END IF;
23794:

Line 23791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23787: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23788: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23789: OE_Order_Util.Get_Attribute_Name('fulfilled_quantity2'));
23790: OE_MSG_PUB.Add;
23791: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23792:
23793: END IF;
23794:
23795:

Line 23800: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23796: RETURN FALSE;
23797:
23798: WHEN OTHERS THEN
23799:
23800: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23801: THEN
23802: OE_MSG_PUB.Add_Exc_Msg
23803: ( G_PKG_NAME
23804: , 'Fulfilled_Quantity2'

Line 23802: OE_MSG_PUB.Add_Exc_Msg

23798: WHEN OTHERS THEN
23799:
23800: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23801: THEN
23802: OE_MSG_PUB.Add_Exc_Msg
23803: ( G_PKG_NAME
23804: , 'Fulfilled_Quantity2'
23805: );
23806: END IF;

Line 23839: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23835: EXCEPTION
23836:
23837: WHEN NO_DATA_FOUND THEN
23838:
23839: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23840: THEN
23841:
23842: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY2');
23843:

Line 23842: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY2');

23838:
23839: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23840: THEN
23841:
23842: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY2');
23843:
23844: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23845: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23846: OE_Order_Util.Get_Attribute_Name('shipping_quantity2'));

Line 23847: OE_MSG_PUB.Add;

23843:
23844: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23845: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23846: OE_Order_Util.Get_Attribute_Name('shipping_quantity2'));
23847: OE_MSG_PUB.Add;
23848: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23849:
23850: END IF;
23851:

Line 23848: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23844: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23845: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23846: OE_Order_Util.Get_Attribute_Name('shipping_quantity2'));
23847: OE_MSG_PUB.Add;
23848: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23849:
23850: END IF;
23851:
23852:

Line 23857: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23853: RETURN FALSE;
23854:
23855: WHEN OTHERS THEN
23856:
23857: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23858: THEN
23859: OE_MSG_PUB.Add_Exc_Msg
23860: ( G_PKG_NAME
23861: , 'Shipping_Quantity2'

Line 23859: OE_MSG_PUB.Add_Exc_Msg

23855: WHEN OTHERS THEN
23856:
23857: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23858: THEN
23859: OE_MSG_PUB.Add_Exc_Msg
23860: ( G_PKG_NAME
23861: , 'Shipping_Quantity2'
23862: );
23863: END IF;

Line 23896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23892: EXCEPTION
23893:
23894: WHEN NO_DATA_FOUND THEN
23895:
23896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23897: THEN
23898:
23899: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM2');
23900:

Line 23899: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM2');

23895:
23896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23897: THEN
23898:
23899: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_QUANTITY_UOM2');
23900:
23901: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23902: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23903: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom2'));

Line 23904: OE_MSG_PUB.Add;

23900:
23901: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23902: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23903: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom2'));
23904: OE_MSG_PUB.Add;
23905: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23906:
23907: END IF;
23908:

Line 23905: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23901: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23902: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23903: OE_Order_Util.Get_Attribute_Name('shipping_quantity_uom2'));
23904: OE_MSG_PUB.Add;
23905: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23906:
23907: END IF;
23908:
23909:

Line 23914: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23910: RETURN FALSE;
23911:
23912: WHEN OTHERS THEN
23913:
23914: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23915: THEN
23916: OE_MSG_PUB.Add_Exc_Msg
23917: ( G_PKG_NAME
23918: , 'Shipping_Quantity_Uom2'

Line 23916: OE_MSG_PUB.Add_Exc_Msg

23912: WHEN OTHERS THEN
23913:
23914: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23915: THEN
23916: OE_MSG_PUB.Add_Exc_Msg
23917: ( G_PKG_NAME
23918: , 'Shipping_Quantity_Uom2'
23919: );
23920: END IF;

Line 23955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23951: EXCEPTION
23952:
23953: WHEN NO_DATA_FOUND THEN
23954:
23955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23956: THEN
23957:
23958: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRXN_EXTENSION_ID');
23959:

Line 23958: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRXN_EXTENSION_ID');

23954:
23955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
23956: THEN
23957:
23958: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TRXN_EXTENSION_ID');
23959:
23960: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23961: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23962: OE_Order_Util.Get_Attribute_Name('trxn_extension_id'));

Line 23963: OE_MSG_PUB.Add;

23959:
23960: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23961: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23962: OE_Order_Util.Get_Attribute_Name('trxn_extension_id'));
23963: OE_MSG_PUB.Add;
23964: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23965:
23966: END IF;
23967:

Line 23964: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

23960: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
23961: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
23962: OE_Order_Util.Get_Attribute_Name('trxn_extension_id'));
23963: OE_MSG_PUB.Add;
23964: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
23965:
23966: END IF;
23967:
23968:

Line 23973: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

23969: RETURN FALSE;
23970:
23971: WHEN OTHERS THEN
23972:
23973: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23974: THEN
23975: OE_MSG_PUB.Add_Exc_Msg
23976: ( G_PKG_NAME
23977: , 'Payment_Trxn_Extension'

Line 23975: OE_MSG_PUB.Add_Exc_Msg

23971: WHEN OTHERS THEN
23972:
23973: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
23974: THEN
23975: OE_MSG_PUB.Add_Exc_Msg
23976: ( G_PKG_NAME
23977: , 'Payment_Trxn_Extension'
23978: );
23979: END IF;

Line 24014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

24010: EXCEPTION
24011:
24012: WHEN NO_DATA_FOUND THEN
24013:
24014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
24015: THEN
24016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE_ID');
24017:
24018: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');

Line 24016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE_ID');

24012: WHEN NO_DATA_FOUND THEN
24013:
24014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
24015: THEN
24016: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'TAX_RATE_ID');
24017:
24018: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
24019: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
24020: OE_Order_Util.Get_Attribute_Name('tax_rate_id'));

Line 24021: OE_MSG_PUB.Add;

24017:
24018: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
24019: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
24020: OE_Order_Util.Get_Attribute_Name('tax_rate_id'));
24021: OE_MSG_PUB.Add;
24022: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
24023:
24024: END IF;
24025:

Line 24022: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

24018: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
24019: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
24020: OE_Order_Util.Get_Attribute_Name('tax_rate_id'));
24021: OE_MSG_PUB.Add;
24022: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
24023:
24024: END IF;
24025:
24026:

Line 24031: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

24027: RETURN FALSE;
24028:
24029: WHEN OTHERS THEN
24030:
24031: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
24032: THEN
24033: OE_MSG_PUB.Add_Exc_Msg
24034: ( G_PKG_NAME
24035: , 'Tax_Rate_ID'

Line 24033: OE_MSG_PUB.Add_Exc_Msg

24029: WHEN OTHERS THEN
24030:
24031: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
24032: THEN
24033: OE_MSG_PUB.Add_Exc_Msg
24034: ( G_PKG_NAME
24035: , 'Tax_Rate_ID'
24036: );
24037: END IF;