DBA Data[Home] [Help]

APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on XLA_EVENTS

Line 148: FROM xla_events

144: AND AID.Prepay_Tax_Parent_ID IS NULL -- For tax dists created in R11.5
145: AND NVL(AID.Cancellation_Flag,'N') <> 'Y' -- BUG 6513956
146: -- bug fix 6909150
147: AND NOT EXISTS (SELECT 1
148: FROM xla_events
149: WHERE event_id = AID.accounting_event_id
150: AND event_type_code IN ('INVOICE CANCELLED',
151: 'CREDIT MEMO CANCELLED',
152: 'DEBIT MEMO CANCELLED'))