DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CODE_CONTROL

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

429: OE_Order_UTIL.Get_Attribute_Name('PAYMENT_TERM_ID'));
430: OE_MSG_PUB.ADD;
431: END IF;
432:
433: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
434: IF p_line_rec.item_type_code <> 'SERVICE' THEN
435: IF p_line_rec.accounting_rule_id IS NOT NULL AND
436: p_line_rec.accounting_rule_id <> FND_API.G_MISS_NUM THEN
437: IF l_debug_level > 0 then

Line 696: IF (OE_CODE_CONTROL.Code_Release_Level >= '110509' and p_line_rec.order_firmed_date > l_hdr_booked_date

692: IF l_hdr_booked_date = FND_API.G_MISS_DATE or l_hdr_booked_date IS NULL THEN
693: l_hdr_booked_date := sysdate ;
694: END IF ;
695:
696: IF (OE_CODE_CONTROL.Code_Release_Level >= '110509' and p_line_rec.order_firmed_date > l_hdr_booked_date
697: and p_line_rec.creation_date <= l_hdr_booked_date) THEN
698: x_return_status := FND_API.G_RET_STS_ERROR;
699: FND_MESSAGE.Set_Name('ONT','ONT_ORDER_FIRMED_DATE_INVALID');
700: OE_MSG_PUB.Add;

Line 963: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

959: END IF;
960:
961: IF p_item_type_code is not NULL THEN
962:
963: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
964:
965: IF p_item_type_code IN ('MODEL', 'KIT','CLASS','INCLUDED', 'CONFIG') OR
966: (p_item_type_code = 'OPTION' AND
967: (p_ato_line_id is NULL OR

Line 1088: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

1084: WHERE line_id = p_line_rec.top_model_line_id;
1085:
1086: IF MOD(p_line_rec.ordered_quantity,l_ordered_quantity) <> 0 THEN
1087:
1088: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1089:
1090: -- No Checks will be done for ATO Options.
1091:
1092: IF p_line_rec.ato_line_id is not null AND

Line 1339: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'

1335: IF l_debug_level > 0 then
1336: OE_DEBUG_PUB.Add('Entering OE_VALIDATE_LINE.Validate_Receiving_Org',1);
1337: END IF;
1338:
1339: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'
1340: -- AND INVCONV
1341: -- NOT INV_GMI_RSV_BRANCH.Process_Branch(p_ship_from_org_id) INVCONV
1342: THEN
1343:

Line 2834: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'

2830: p_old_line_rec.ship_from_org_id)) AND
2831: OE_GLOBALS.Equal(p_line_rec.source_type_code,
2832: OE_GLOBALS.G_SOURCE_EXTERNAL) THEN
2833:
2834: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2835: THEN
2836: IF p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_SERVICE OR
2837: p_line_rec.ship_model_complete_flag = 'Y'
2838: THEN

Line 2866: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'

2862: END IF;
2863:
2864: -- Validate Receiving Organization
2865:
2866: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'
2867: -- AND INVCONV
2868: -- NOT INV_GMI_RSV_BRANCH.Process_Branch(p_line_rec.ship_from_org_id) INVCONV
2869: THEN
2870:

Line 2916: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'

2912: NOT OE_GLOBALS.Equal(p_line_rec.source_type_code,
2913: p_old_line_rec.source_type_code) AND
2914: p_line_rec.ato_line_id <> p_line_rec.line_id AND
2915: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
2916: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2917: THEN
2918: IF l_debug_level > 0 then
2919: oe_debug_pub.add('item under ato model', 4);
2920: END IF;

Line 3153: if oe_code_control.get_code_release_level < '110510' then /* added by Srini FOR Pack J*/

3149: x_return_status := FND_API.G_RET_STS_ERROR;
3150: END IF;
3151:
3152:
3153: if oe_code_control.get_code_release_level < '110510' then /* added by Srini FOR Pack J*/
3154: -- Bug 2757773 =>
3155: -- Items that are not standard items and are not top level kit items
3156: -- are not supported for blankets.
3157: IF ((p_line_rec.item_type_code <> 'STANDARD') AND

Line 4152: IF oe_code_control.code_release_level >= '110510' THEN

4148: -- Check conditionally required attributes here.
4149: --------------------------------------------------------------
4150:
4151: -- QUOTING changes
4152: IF oe_code_control.code_release_level >= '110510' THEN
4153:
4154: Check_Negotiation_Attributes(p_line_rec
4155: ,p_old_line_rec
4156: ,l_return_status

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

4220: oe_debug_pub.add('6 '||l_return_status, 1);
4221: END IF;
4222:
4223: ---- Start 2691825 ---
4224: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
4225: IF l_debug_level > 0 then
4226: oe_debug_pub.add('Checking that it is a standard item...',1);
4227: END IF;
4228:

Line 5979: /* IF oe_code_control.code_release_level < '110510' THEN

5975: ,p_old_line_rec.tax_date))
5976: THEN
5977: BEGIN
5978: -- EBTax Changes
5979: /* IF oe_code_control.code_release_level < '110510' THEN
5980: SELECT 'VALID'
5981: INTO l_dummy
5982: FROM AR_VAT_TAX V,
5983: AR_SYSTEM_PARAMETERS P

Line 6641: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509'

6637: trunc(nvl(START_DATE_ACTIVE,add_months(sysdate,-10000)))
6638: AND trunc(nvl(END_DATE_ACTIVE,add_months(sysdate,+10000))); */
6639: -- end bug 4200055
6640:
6641: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509'
6642: AND p_line_rec.blanket_number IS NOT NULL
6643: THEN
6644:
6645: -- For release lines, any price lists other than PRL and AGR are

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

7014:
7015: END IF;
7016:
7017: -- BUG 1282873
7018: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
7019:
7020: IF NVL(p_line_rec.override_atp_date_code, 'N') = 'Y' THEN
7021:
7022: IF p_line_rec.schedule_ship_date IS NULL AND

Line 7103: AND OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

7099: AND (NOT oe_globals.equal(p_line_rec.user_item_description,
7100: p_old_line_rec.user_item_description)
7101: OR NOT oe_globals.equal(p_line_rec.source_type_code,
7102: p_old_line_rec.source_type_code))
7103: AND OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
7104:
7105: Validate_User_Item_Description
7106: ( p_line_rec => p_line_rec
7107: ,x_return_status => l_status);

Line 7118: IF OE_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN

7114: -------------------------------------------------------------------
7115: -- Validating Blankets
7116: -------------------------------------------------------------------
7117:
7118: IF OE_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN
7119:
7120: IF (p_line_rec.blanket_number IS NOT NULL OR
7121: p_line_rec.blanket_line_number IS NOT NULL OR
7122: p_line_rec.blanket_version_number IS NOT NULL) THEN

Line 7245: OE_CODE_CONTROL.Code_Release_Level < '110510') THEN

7241: (nvl(l_cancel_flag,'z')='Y' AND
7242: nvl(l_closed_code, 'z')= 'FINALLY CLOSED' )) AND
7243: (PO_CODE_RELEASE_GRP.Current_Release <
7244: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
7245: OE_CODE_CONTROL.Code_Release_Level < '110510') THEN
7246:
7247:
7248: Fnd_Message.Set_Name('ONT','ONT_DS_PO_CHANGE_REQD');
7249:

Line 7433: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' THEN

7429: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',OE_Order_UTIL.Get_attribute_name('IB_CURRENT_LOCATION'));
7430: OE_MSG_PUB.Add;
7431: END IF;
7432:
7433: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' THEN
7434:
7435: IF p_line_rec.ib_owner='INSTALL_BASE' and p_old_line_rec.ib_owner Is NULL THEN
7436:
7437: IF p_line_rec.top_model_line_id is NULL THEN -- This is not a model line

Line 7756: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' AND

7752: oe_debug_pub.add('Validate cfg? :'||OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 4);
7753: oe_debug_pub.add('Return status before MACD Logic:'||l_return_status,4);
7754: END IF;
7755:
7756: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' AND
7757: p_line_rec.top_model_line_id is NOT NULL THEN
7758:
7759: IF l_debug_level > 0 THEN
7760: OE_DEBUG_PUB.Add('MACD Logic, calling Validate_Container_model',3);