DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on OE_CODE_CONTROL

Line 1025: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1021: END IF;
1022: FND_MESSAGE.SET_NAME('ONT','ONT_NO_PRICE_LIST_FOUND');
1023: FND_MESSAGE.SET_TOKEN('ITEM',nvl(l_line_rec.Ordered_Item,l_line_rec.inventory_item_id));
1024: FND_MESSAGE.SET_TOKEN('UOM',l_line_rec.Order_Quantity_uom);
1025: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1026: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1027: vmsg := FND_MESSAGE.GET;
1028: else
1029: OE_MSG_PUB.Add;

Line 1071: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1067: FND_MESSAGE.SET_NAME('ONT','OE_PRC_NO_LIST_PRICE');
1068: FND_MESSAGE.SET_TOKEN('ITEM',nvl(l_line_rec.Ordered_Item,l_line_rec.inventory_item_id));
1069: FND_MESSAGE.SET_TOKEN('UNIT',l_line_rec.Order_Quantity_uom);
1070: FND_MESSAGE.SET_TOKEN('PRICE_LIST',l_Price_List);
1071: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1072: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1073: vmsg := FND_MESSAGE.GET;
1074: else
1075: OE_MSG_PUB.Add;

Line 1116: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1112: END IF;
1113: FND_MESSAGE.SET_NAME('ONT','ONT_NO_PRICE_LIST_FOUND');
1114: FND_MESSAGE.SET_TOKEN('ITEM',nvl(l_line_rec.Ordered_Item,l_line_rec.inventory_item_id));
1115: FND_MESSAGE.SET_TOKEN('UOM',l_line_rec.Order_Quantity_uom);
1116: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1117: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1118: vmsg := FND_MESSAGE.GET;
1119: else
1120: OE_MSG_PUB.Add;

Line 1131: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1127: oe_debug_pub.add( 'ERROR IN FORMULA PROCESSING' ) ;
1128: END IF;
1129: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_ERROR_IN_FORMULA');
1130: FND_MESSAGE.SET_TOKEN('ERR_TEXT',wrong_line.status_text);
1131: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1132: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1133: vmsg := FND_MESSAGE.GET;
1134: else
1135: OE_MSG_PUB.Add;

Line 1149: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1145: oe_debug_pub.add( 'OTHER ERRORS PROCESSING' ) ;
1146: END IF;
1147: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS');--bug#7149497
1148: FND_MESSAGE.SET_TOKEN('ERR_TEXT',wrong_line.status_text);
1149: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1150: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1151: vmsg := FND_MESSAGE.GET;
1152: else
1153: OE_MSG_PUB.Add;

Line 1165: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1161: END IF;
1162: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM');
1163: FND_MESSAGE.SET_TOKEN('ITEM',nvl(l_line_rec.Ordered_Item,l_line_rec.inventory_item_id));
1164: FND_MESSAGE.SET_TOKEN('UOM',l_line_rec.Order_Quantity_uom);
1165: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1166: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1167: vmsg := FND_MESSAGE.GET;
1168: else
1169: OE_MSG_PUB.Add;

Line 1213: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1209: l_price_list := substr(wrong_line.status_text,
1210: instr(wrong_line.status_text,',')+1);
1211: End;
1212: FND_MESSAGE.SET_TOKEN('PRICE_LIST2',l_price_list);
1213: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1214: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1215: vmsg := FND_MESSAGE.GET;
1216: else
1217: OE_MSG_PUB.Add;

Line 1229: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1225: END IF;
1226: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM_CONVERSION');
1227: FND_MESSAGE.SET_TOKEN('UOM_TEXT','( '||l_line_rec.Ordered_Item||' ) '||
1228: wrong_line.status_text);
1229: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1230: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1231: vmsg := FND_MESSAGE.GET;
1232: else
1233: OE_MSG_PUB.Add;

Line 1245: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1241: END IF;
1242: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_INCOMP');
1243: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||
1244: l_line_rec.Ordered_Item||' ) '||wrong_line.status_text);
1245: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1246: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1247: vmsg := FND_MESSAGE.GET;
1248: else
1249: OE_MSG_PUB.Add;

Line 1261: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1257: END IF;
1258: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_BEST_PRICE_ERROR');
1259: FND_MESSAGE.SET_TOKEN('ITEM',nvl(l_line_rec.Ordered_Item,l_line_rec.inventory_item_id));
1260: FND_MESSAGE.SET_TOKEN('ERR_TEXT',wrong_line.status_text);
1261: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1262: if l_line_rec.shipped_quantity is not null and l_line_rec.shipped_quantity <> FND_API.G_MISS_NUM then
1263: vmsg := FND_MESSAGE.GET;
1264: else
1265: OE_MSG_PUB.Add;

Line 1360: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1356: OE_Order_UTIL.Get_Attribute_Name('UNIT_LIST_PRICE'));
1357: IF l_debug_level > 0 THEN
1358: oe_debug_pub.add( ' ERROR: UNIT LIST PRICE CAN NOT BE NULL' ) ;
1359: END IF;
1360: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1361: if book_line.shipped_quantity is not null or book_line.shipped_quantity <> FND_API.G_MISS_NUM then
1362: vmsg := FND_MESSAGE.GET;
1363: -- pricing_errors_hold(book_line.header_id,book_line.line_id,vmsg);
1364: else

Line 1705: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

1701: -- l_control_rec.full_pricing_call := 'N';
1702: -- ELSE
1703: l_control_rec.full_pricing_call := 'Y';
1704: -- END IF;
1705: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
1706: l_control_rec.manual_adjustments_call_flag := 'N';
1707: END IF;
1708:
1709: G_STMT_NO := 'QP_PRICE_REQUEST_GRP';