DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on PO_HEADERS_INTERFACE

Line 50: DELETE po_headers_interface

46: DELETE po_lines_interface
47: WHERE interface_header_id = PO_AUTOCREATE_PARAMS.x_interface_header_id;
48:
49:
50: DELETE po_headers_interface
51: WHERE interface_header_id = PO_AUTOCREATE_PARAMS.x_interface_header_id;
52:
53: IF g_debug_stmt THEN --< Bug 3210331: use proper debugging >
54: PO_DEBUG.debug_end(p_log_head => g_log_head||'wrapup');