DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on PA_AP_TRX_PURGE

Line 870: if (PA_AP_TRX_PURGE.INVOICE_PURGEABLE(l_invoice_id) ) then

866: -- are there any open transactions for the particular project?
867: -- If PA does not allow purging of the invoice, then, remove, invoice
868: -- from purge list.
869:
870: if (PA_AP_TRX_PURGE.INVOICE_PURGEABLE(l_invoice_id) ) then
871: --allow purge
872: null;
873: else
874: DELETE

Line 3084: if (PA_AP_TRX_PURGE.INVOICE_PURGEABLE(l_invoice_id) ) then

3080: -- are there any open transactions for the particular project?
3081: -- If PA does not allow purging of the invoice, then, remove, invoice
3082: -- from purge list.
3083:
3084: if (PA_AP_TRX_PURGE.INVOICE_PURGEABLE(l_invoice_id) ) then
3085: -- allow purge
3086: null ;
3087:
3088: else