DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on APP_EXCEPTIONS

Line 3814: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN

3810:
3811: END IF;
3812:
3813: EXCEPTION
3814: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
3815: -- some one else is currently working on the line
3816: IF l_debug_level > 0 THEN
3817: oe_debug_pub.add('unable to lock the lines or configuration',1);
3818: END IF;

Line 4642: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN

4638: FROM oe_order_lines_all
4639: WHERE line_id = l_line_rec.line_id
4640: FOR update nowait;
4641: EXCEPTION
4642: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
4643: -- some one else is currently working on the line
4644: IF l_debug_level > 0 THEN
4645: oe_debug_pub.add('Unable to lock to update status to'||l_flow_status_code,3);
4646: END IF;