DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on AP_DBI_PKG

Line 889: AP_DBI_PKG.Maintain_DBI_Summary

885: END IF;
886:
887:
888: --Bug 4539462 DBI logging
889: AP_DBI_PKG.Maintain_DBI_Summary
890: ( p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
891: p_operation => 'I',
892: p_key_value1 => P_invoice_id,
893: p_key_value2 => l_Invoice_distribution_id,

Line 1993: AP_DBI_PKG.Maintain_DBI_Summary

1989: --bug 7699166
1990: );
1991:
1992: --Bug 4539462 DBI logging
1993: AP_DBI_PKG.Maintain_DBI_Summary
1994: (p_table_name => 'AP_INVOICES',
1995: p_operation => 'I',
1996: p_key_value1 => new_invoice_id,
1997: p_calling_sequence => current_calling_sequence);

Line 2077: AP_DBI_PKG.Maintain_DBI_Summary

2073: l_org_id);
2074:
2075: --To be resolved by DBI forward porting project.
2076: /*
2077: AP_DBI_PKG.Maintain_DBI_Summary
2078: (p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
2079: p_operation => 'I',
2080: p_key_value1 => new_invoice_id,
2081: p_key_value2 => l_Invoice_distribution_Id,

Line 2328: AP_DBI_PKG.Maintain_DBI_Summary

2324: ,NULL -- awt_related_id
2325: ,'N'
2326: ,'PERMANENT'); -- bug 8304036: modify
2327:
2328: AP_DBI_PKG.Maintain_DBI_Summary
2329: ( p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
2330: p_operation => 'I',
2331: p_key_value1 => new_invoice_id,
2332: p_key_value2 => l_invoice_distribution_id,

Line 5240: AP_DBI_PKG.Maintain_DBI_Summary

5236: DECODE(rec_awt_dists.awt_invoice_payment_id, NULL, 'Y', NULL), NULL) --bug 9781126
5237: );
5238:
5239: --Bug 4539462 DBI logging
5240: AP_DBI_PKG.Maintain_DBI_Summary
5241: ( p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
5242: p_operation => 'I',
5243: p_key_value1 => rec_awt_dists.invoice_id,
5244: p_key_value2 => l_Invoice_distribution_ID,