DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_INTERFACE_PKG dependencies on AP_INTERFACE_REJECTIONS

Line 1492: debug_info := 'Delete from ap_interface_rejections';

1488: ||X_Calling_Sequence;
1489:
1490: -- Bug 2496745. Deleting the rejections for this invoice line.
1491:
1492: debug_info := 'Delete from ap_interface_rejections';
1493:
1494: DELETE FROM AP_INTERFACE_REJECTIONS
1495: WHERE parent_id = X_invoice_line_id
1496: AND parent_table = 'AP_INVOICE_LINES_INTERFACE';

Line 1494: DELETE FROM AP_INTERFACE_REJECTIONS

1490: -- Bug 2496745. Deleting the rejections for this invoice line.
1491:
1492: debug_info := 'Delete from ap_interface_rejections';
1493:
1494: DELETE FROM AP_INTERFACE_REJECTIONS
1495: WHERE parent_id = X_invoice_line_id
1496: AND parent_table = 'AP_INVOICE_LINES_INTERFACE';
1497:
1498: debug_info := 'Delete from ap_invoice_lines_interface';