DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_DBI_PKG

Line 5199: AP_DBI_PKG.Maintain_DBI_Summary

5195:
5196: --Bug 2840203 DBI logging
5197: --We are only logging the invoice deletion, as the summary code knows to
5198: --delete all related transactions: dists, holds, payment shedules, payments
5199: AP_DBI_PKG.Maintain_DBI_Summary
5200: (p_table_name => 'AP_INVOICES',
5201: p_operation => 'D',
5202: p_key_value1 => l_invoice_id,
5203: p_calling_sequence => current_calling_sequence);