DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_CODE_CONTROL

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

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

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

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

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

1571: RAISE FND_API.G_EXC_ERROR;
1572: END IF;
1573:
1574: -- Api to call OC and ACK and process delayed requests
1575: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN -- reinstated for 2653505
1576: OE_Order_PVT.Process_Requests_And_Notify
1577: ( p_process_requests => FALSE
1578: , p_notify => TRUE
1579: , x_return_status => x_return_status