DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_CODE_CONTROL

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

1277: l_control_rec.default_attributes := TRUE;
1278: l_control_rec.clear_dependents := TRUE;
1279: l_control_rec.check_security := TRUE;
1280:
1281: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1282:
1283: IF l_debug_level > 0 THEN
1284: oe_debug_pub.add( 'Code Release is >= 11.5.9') ;
1285: END IF;

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

2420:
2421: /* The Process Requests and Notify should be invoked for */
2422: /* Pre-Pack H code level */
2423:
2424: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN
2425: Oe_Order_Pvt.Process_Requests_And_Notify
2426: ( p_process_requests => FALSE
2427: , p_init_msg_list => FND_API.G_FALSE
2428: , p_notify => TRUE

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

5102:
5103: /* Sql statements to get the vaues of Retrobilled price for original lines
5104: and Retrobilled order and Retrobilled line information for retrobill lines. */
5105:
5106: IF(OE_CODE_CONTROL.Code_Release_Level >= 110510) THEN
5107: IF (p_line_rec.line_id IS NOT NULL AND oe_sys_parameters.value('ENABLE_RETROBILLING',p_line_rec.org_id) = 'Y') THEN
5108: BEGIN
5109: SELECT sum(decode(line_category_code,'RETURN',-1*nvl(unit_selling_price,0),nvl(unit_selling_price,0)))
5110: INTO l_retrobilled_price_diff