DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_CODE_CONTROL

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

125: OE_Order_UTIL.Get_Attribute_Name('PAYMENT_TERM_ID'));
126: OE_BULK_MSG_PUB.ADD;
127: END IF;
128: --serla
129: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
130: IF p_line_rec.item_type_code(p_index) <> 'SERVICE' THEN
131: IF p_line_rec.accounting_rule_id(p_index) IS NOT NULL AND
132: p_line_rec.accounting_rule_id(p_index) <> FND_API.G_MISS_NUM THEN
133: IF l_debug_level > 0 THEN

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

997: -- validate input quantity
998: IF (p_input_quantity is not null AND
999: p_input_quantity <> FND_API.G_MISS_NUM) THEN
1000:
1001: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1002: IF nvl(p_input_quantity, 0) < 0 -- Process HVOP added check for negative as was missing -NB take out when support for RMAs needed
1003:
1004: THEN
1005: FND_MESSAGE.SET_NAME('ONT', 'SO_PR_NEGATIVE_AMOUNT');

Line 1014: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

1010: END IF;
1011: RETURN;
1012: END IF; -- IF nvl(p_input_quantity, 0) < 0
1013:
1014: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1015:
1016: IF trunc(p_input_quantity) <> p_input_quantity THEN
1017:
1018: IF p_item_type_code is not NULL THEN

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

1639: p_line_rec.calculate_price_flag(p_index) := 'Y';
1640: END IF;
1641:
1642: --PIB
1643: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1644: IF p_line_rec.pricing_date(p_index) IS NULL THEN
1645: p_line_rec.pricing_date(p_index) := sysdate;
1646: END IF;
1647: END IF;

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

1935: END IF; -- p_process_configuration = 'Y'
1936: -- Process Characteristics
1937: -- HVOP - checks here for 1. qty2 - call function to default secondary quantity if necessary
1938:
1939: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1940: -- INVCONV take out defaulting for grade as normal defaulting takes place.
1941:
1942:
1943: IF OE_BULK_CACHE.G_ITEM_TBL(l_c_index).tracking_quantity_ind = 'PS' -- INVCONV --

Line 1974: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

1970: END IF;
1971: END IF; -- IF OE_BULK_CACHE.G_ITEM_TBL(l_c_index)..tracking_quantity_ind == 'PS' -- INVCONV
1972:
1973:
1974: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1975:
1976: END IF;
1977:
1978:

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

2404:
2405: p_line_rec.line_number(l_index) := l_nbr_ctr;
2406:
2407: --PIB{
2408: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2409: IF l_debug_level > 0 Then
2410: oe_debug_pub.add('before integration code');
2411: END IF;
2412: -- p_line_rec.line_index.extend(1);

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

2469:
2470: -- Populating calculate price flag
2471:
2472: --PIB
2473: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2474: IF l_debug_level > 0 Then
2475: oe_debug_pub.add('before set_price_flag');
2476: END IF;
2477: oe_bulk_priceorder_pvt.set_price_flag(p_line_rec,l_index,header_counter);

Line 2670: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN

2666: IF (p_line_rec.line_category_code(l_index) <> 'RETURN' AND
2667: p_line_rec.shipping_method_code(l_index) IS NOT NULL AND
2668: p_line_rec.ship_from_org_id(l_index) IS NOT NULL) THEN
2669:
2670: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
2671: SELECT count(*)
2672: INTO l_count
2673: FROM wsh_carrier_services wsh,
2674: wsh_org_carrier_services wsh_org

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

2699:
2700: END IF;
2701:
2702: /* -- checks: Warehouse/Process combinations process HVOP
2703: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2704: IF OE_Bulk_Order_PVT.G_PROCESS_INSTALLED_FLAG = 'Y' THEN
2705:
2706: -- first check if warehouse is NULL, do not supply process attributes INVCONV - NOT NEEDED NOW
2707:

Line 2760: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN */

2756: END IF; -- p_line_rec.inventory_item_id(p_index) IS NOT NULL THEN
2757:
2758: END IF; -- IF OE_Bulk_Order_PVT.G_PROCESS_INSTALLED_FLAG = 'Y' THEN
2759:
2760: END IF; -- IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN */
2761:
2762:
2763:
2764:

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

3438: THEN
3439: BEGIN
3440: -- EBTax Changes
3441: /*
3442: IF oe_code_control.code_release_level >= '110510' THEN
3443:
3444: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(OE_GLOBALS.G_ORG_ID);
3445: l_sob_id := l_AR_Sys_Param_Rec.set_of_books_id;
3446:

Line 4254: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'

4250: END IF;
4251: -- Pack J
4252: -- Latest Acceptable date violation check when flag is set to 'Honor'
4253: -- 3940632 : dates truncated before comparison.
4254: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
4255: AND OE_SYS_PARAMETERS.value('LATEST_ACCEPTABLE_DATE_FLAG') ='H' THEN
4256: l_order_date_type_code :=
4257: NVL(OE_BULK_SCHEDULE_UTIL.Get_Date_Type(p_line_rec.header_id(l_index)),'SHIP');
4258: IF trunc(NVL(p_line_rec.latest_acceptable_date(l_index),p_line_rec.request_date(l_index)))

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

4398:
4399: -- Populate header calculate_price_flag
4400:
4401: --PIB
4402: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
4403: Oe_bulk_priceorder_pvt.set_hdr_price_flag(p_header_rec);
4404: END IF;
4405: --PIB
4406: