DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_DBI_PKG

Line 5739: AP_DBI_PKG.Maintain_DBI_Summary

5735:
5736: --Bug 2840203 DBI logging
5737: --We are only logging the invoice deletion, as the summary code knows to
5738: --delete all related transactions: dists, holds, payment shedules, payments
5739: AP_DBI_PKG.Maintain_DBI_Summary
5740: (p_table_name => 'AP_INVOICES',
5741: p_operation => 'D',
5742: p_key_value1 => l_invoice_id,
5743: p_calling_sequence => current_calling_sequence);