DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_CODE_CONTROL

Line 437: /* IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN -- reinstated for 2653505

433: oe_debug_pub.add('Change reason required',1);
434: END IF;
435:
436: --Commented out hre following block of code for bug #3665150
437: /* IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN -- reinstated for 2653505
438:
439: IF OE_GLOBALS.G_AUDIT_REASON_RQD_FLAG <> 'N' THEN
440: IF p_line_rec.change_reason IS NULL OR
441: p_line_rec.change_reason = FND_API.G_MISS_CHAR THEN

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

467: oe_debug_pub.add('Before calling record line history',5);
468: END IF;
469:
470: --11.5.10 Versioning/Audit Trail updates
471: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
472: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
473: p_entity_id => p_line_rec.line_id,
474: p_hist_type_code => lhisttypecode);
475: --log delayed request

Line 1638: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN -- reinstated for 2653505

1634: RAISE FND_API.G_EXC_ERROR;
1635: END IF;
1636:
1637: -- Api to call OC and ACK and process delayed requests
1638: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN -- reinstated for 2653505
1639: OE_Order_PVT.Process_Requests_And_Notify
1640: ( p_process_requests => FALSE
1641: , p_notify => TRUE
1642: , x_return_status => x_return_status