DBA Data[Home] [Help]

APPS.OE_UPDATE_ACK_UTIL dependencies on OE_LINES_INTERFACE

Line 35: Delete oe_lines_interface

31: Where header_id = p_header_id
32: And first_ack_date is null
33: And rownum = 1;
34:
35: Delete oe_lines_interface
36: Where order_source_id = l_order_source_id
37: And orig_sys_document_ref = l_orig_sys_document_ref
38: And request_id = l_request_id
39: And rejected_flag = 'Y';