DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_CODE_CONTROL

Line 1257: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN

1253: l_control_rec.default_attributes := TRUE;
1254: l_control_rec.clear_dependents := TRUE;
1255: l_control_rec.check_security := TRUE;
1256:
1257: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1258:
1259: IF l_debug_level > 0 THEN
1260: oe_debug_pub.add( 'Code Release is >= 11.5.9') ;
1261: END IF;

Line 2364: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN

2360:
2361: /* The Process Requests and Notify should be invoked for */
2362: /* Pre-Pack H code level */
2363:
2364: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN
2365: Oe_Order_Pvt.Process_Requests_And_Notify
2366: ( p_process_requests => FALSE
2367: , p_init_msg_list => FND_API.G_FALSE
2368: , p_notify => TRUE

Line 4828: IF(OE_CODE_CONTROL.Code_Release_Level >= 110510) THEN

4824:
4825: /* Sql statements to get the vaues of Retrobilled price for original lines
4826: and Retrobilled order and Retrobilled line information for retrobill lines. */
4827:
4828: IF(OE_CODE_CONTROL.Code_Release_Level >= 110510) THEN
4829: IF (p_line_rec.line_id IS NOT NULL AND oe_sys_parameters.value('ENABLE_RETROBILLING',p_line_rec.org_id) = 'Y') THEN
4830: BEGIN
4831: SELECT sum(decode(line_category_code,'RETURN',-1*nvl(unit_selling_price,0),nvl(unit_selling_price,0)))
4832: INTO l_retrobilled_price_diff