DBA Data[Home] [Help]

APPS.AP_AIL_TABLE_HANDLER_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 1893: debug_info := 'Delete from child entity ap_invoice_distributions_all';

1889:
1890: current_calling_sequence := 'AP_AIL_TABLE_HANDLER_PKG.Delete_Row<-' ||
1891: p_Calling_Sequence;
1892:
1893: debug_info := 'Delete from child entity ap_invoice_distributions_all';
1894: --Bugfix:4670908
1895: SELECT invoice_id,line_number
1896: INTO l_invoice_id,l_line_number
1897: FROM ap_invoice_lines_all

Line 1900: DELETE FROM ap_invoice_distributions_all

1896: INTO l_invoice_id,l_line_number
1897: FROM ap_invoice_lines_all
1898: WHERE rowid=p_rowid;
1899:
1900: DELETE FROM ap_invoice_distributions_all
1901: WHERE invoice_id = l_invoice_id
1902: AND invoice_line_number = l_line_number;
1903:
1904: debug_info := 'Delete from ap_invoice_lines';