DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_INTERFACE_PKG dependencies on AP_INTERFACE_REJECTIONS

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

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

Line 1497: DELETE FROM AP_INTERFACE_REJECTIONS

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