DBA Data[Home] [Help]

APPS.AP_ACCOUNTING_PAY_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 1590: financials_system_params_all fsp

1586: FROM ap_invoice_distributions_all aid,
1587: ap_invoices_all ai,
1588: xla_events_gt xe,
1589: xla_events xle,
1590: financials_system_params_all fsp
1591: WHERE xe.event_type_code IN('PREPAYMENT APPLIED', 'PREPAYMENT UNAPPLIED')
1592: AND xe.event_status_code NOT IN('N', 'P')
1593: AND aid.accounting_event_id = xe.event_id
1594: AND aid.prepay_distribution_id IS NOT NULL