DBA Data[Home] [Help]

APPS.FV_SLA_AP_PROCESSING_PKG dependencies on FV_VOIDED_CHECKS

Line 627: FROM fv_voided_checks fvc

623: WHERE ftc.event_id = e.event_id
624: AND aca.payment_instruction_id = ftc.payment_instruction_id
625: AND aph.check_id = aca.check_id
626: AND aca.check_id NOT IN (SELECT check_id
627: FROM fv_voided_checks fvc
628: WHERE fvc.payment_instruction_id = aca.payment_instruction_id)
629: AND e.application_id = p_application_id
630: AND aphd.invoice_distribution_id = aid.invoice_distribution_id
631: AND aphd.payment_history_id = aph.payment_history_id

Line 668: fv_voided_checks fvc,

664: ap_invoice_distributions_all aid,
665: ap_payment_history_all aph,
666: xla_events_gt e,
667: ap_invoices_all ai,
668: fv_voided_checks fvc,
669: ap_checks_all aca
670: WHERE fvc.event_id = e.event_id
671: AND aca.payment_instruction_id = fvc.payment_instruction_id
672: AND fvc.check_id = aca.check_id