DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CODE_CONTROL

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

422: OE_Order_UTIL.Get_Attribute_Name('PAYMENT_TERM_ID'));
423: OE_MSG_PUB.ADD;
424: END IF;
425:
426: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
427: IF p_line_rec.item_type_code <> 'SERVICE' THEN
428: IF p_line_rec.accounting_rule_id IS NOT NULL AND
429: p_line_rec.accounting_rule_id <> FND_API.G_MISS_NUM THEN
430: IF l_debug_level > 0 then

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

668: IF l_hdr_booked_date = FND_API.G_MISS_DATE or l_hdr_booked_date IS NULL THEN
669: l_hdr_booked_date := sysdate ;
670: END IF ;
671:
672: IF (OE_CODE_CONTROL.Code_Release_Level >= '110509' and p_line_rec.order_firmed_date > l_hdr_booked_date
673: and p_line_rec.creation_date <= l_hdr_booked_date) THEN
674: x_return_status := FND_API.G_RET_STS_ERROR;
675: FND_MESSAGE.Set_Name('ONT','ONT_ORDER_FIRMED_DATE_INVALID');
676: OE_MSG_PUB.Add;

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

935: END IF;
936:
937: IF p_item_type_code is not NULL THEN
938:
939: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
940:
941: IF p_item_type_code IN ('MODEL', 'KIT','CLASS','INCLUDED', 'CONFIG') OR
942: (p_item_type_code = 'OPTION' AND
943: (p_ato_line_id is NULL OR

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

1060: WHERE line_id = p_line_rec.top_model_line_id;
1061:
1062: IF MOD(p_line_rec.ordered_quantity,l_ordered_quantity) <> 0 THEN
1063:
1064: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1065:
1066: -- No Checks will be done for ATO Options.
1067:
1068: IF p_line_rec.ato_line_id is not null AND

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

1311: IF l_debug_level > 0 then
1312: OE_DEBUG_PUB.Add('Entering OE_VALIDATE_LINE.Validate_Receiving_Org',1);
1313: END IF;
1314:
1315: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'
1316: -- AND INVCONV
1317: -- NOT INV_GMI_RSV_BRANCH.Process_Branch(p_ship_from_org_id) INVCONV
1318: THEN
1319:

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

2705: p_old_line_rec.ship_from_org_id)) AND
2706: OE_GLOBALS.Equal(p_line_rec.source_type_code,
2707: OE_GLOBALS.G_SOURCE_EXTERNAL) THEN
2708:
2709: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2710: THEN
2711: IF p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_SERVICE OR
2712: p_line_rec.ship_model_complete_flag = 'Y'
2713: THEN

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

2737: END IF;
2738:
2739: -- Validate Receiving Organization
2740:
2741: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'
2742: -- AND INVCONV
2743: -- NOT INV_GMI_RSV_BRANCH.Process_Branch(p_line_rec.ship_from_org_id) INVCONV
2744: THEN
2745:

Line 2791: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'

2787: NOT OE_GLOBALS.Equal(p_line_rec.source_type_code,
2788: p_old_line_rec.source_type_code) AND
2789: p_line_rec.ato_line_id <> p_line_rec.line_id AND
2790: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
2791: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2792: THEN
2793: IF l_debug_level > 0 then
2794: oe_debug_pub.add('item under ato model', 4);
2795: END IF;

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

3024: x_return_status := FND_API.G_RET_STS_ERROR;
3025: END IF;
3026:
3027:
3028: if oe_code_control.get_code_release_level < '110510' then /* added by Srini FOR Pack J*/
3029: -- Bug 2757773 =>
3030: -- Items that are not standard items and are not top level kit items
3031: -- are not supported for blankets.
3032: IF ((p_line_rec.item_type_code <> 'STANDARD') AND

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

3885: -- Check conditionally required attributes here.
3886: --------------------------------------------------------------
3887:
3888: -- QUOTING changes
3889: IF oe_code_control.code_release_level >= '110510' THEN
3890:
3891: Check_Negotiation_Attributes(p_line_rec
3892: ,p_old_line_rec
3893: ,l_return_status

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

3957: oe_debug_pub.add('6 '||l_return_status, 1);
3958: END IF;
3959:
3960: ---- Start 2691825 ---
3961: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
3962: IF l_debug_level > 0 then
3963: oe_debug_pub.add('Checking that it is a standard item...',1);
3964: END IF;
3965:

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

5634: ,p_old_line_rec.tax_date))
5635: THEN
5636: BEGIN
5637: -- EBTax Changes
5638: /* IF oe_code_control.code_release_level < '110510' THEN
5639: SELECT 'VALID'
5640: INTO l_dummy
5641: FROM AR_VAT_TAX V,
5642: AR_SYSTEM_PARAMETERS P

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

6265: trunc(nvl(START_DATE_ACTIVE,add_months(sysdate,-10000)))
6266: AND trunc(nvl(END_DATE_ACTIVE,add_months(sysdate,+10000))); */
6267: -- end bug 4200055
6268:
6269: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509'
6270: AND p_line_rec.blanket_number IS NOT NULL
6271: THEN
6272:
6273: -- For release lines, any price lists other than PRL and AGR are

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

6616:
6617: END IF;
6618:
6619: -- BUG 1282873
6620: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
6621:
6622: IF NVL(p_line_rec.override_atp_date_code, 'N') = 'Y' THEN
6623:
6624: IF p_line_rec.schedule_ship_date IS NULL AND

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

6701: AND (NOT oe_globals.equal(p_line_rec.user_item_description,
6702: p_old_line_rec.user_item_description)
6703: OR NOT oe_globals.equal(p_line_rec.source_type_code,
6704: p_old_line_rec.source_type_code))
6705: AND OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
6706:
6707: Validate_User_Item_Description
6708: ( p_line_rec => p_line_rec
6709: ,x_return_status => l_status);

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

6716: -------------------------------------------------------------------
6717: -- Validating Blankets
6718: -------------------------------------------------------------------
6719:
6720: IF OE_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN
6721:
6722: IF (p_line_rec.blanket_number IS NOT NULL OR
6723: p_line_rec.blanket_line_number IS NOT NULL OR
6724: p_line_rec.blanket_version_number IS NOT NULL) THEN

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

6843: (nvl(l_cancel_flag,'z')='Y' AND
6844: nvl(l_closed_code, 'z')= 'FINALLY CLOSED' )) AND
6845: (PO_CODE_RELEASE_GRP.Current_Release <
6846: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
6847: OE_CODE_CONTROL.Code_Release_Level < '110510') THEN
6848:
6849:
6850: Fnd_Message.Set_Name('ONT','ONT_DS_PO_CHANGE_REQD');
6851:

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

7031: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',OE_Order_UTIL.Get_attribute_name('IB_CURRENT_LOCATION'));
7032: OE_MSG_PUB.Add;
7033: END IF;
7034:
7035: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' THEN
7036:
7037: IF p_line_rec.ib_owner='INSTALL_BASE' and p_old_line_rec.ib_owner Is NULL THEN
7038:
7039: IF p_line_rec.top_model_line_id is NULL THEN -- This is not a model line

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

7354: oe_debug_pub.add('Validate cfg? :'||OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 4);
7355: oe_debug_pub.add('Return status before MACD Logic:'||l_return_status,4);
7356: END IF;
7357:
7358: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' AND
7359: p_line_rec.top_model_line_id is NOT NULL THEN
7360:
7361: IF l_debug_level > 0 THEN
7362: OE_DEBUG_PUB.Add('MACD Logic, calling Validate_Container_model',3);