DBA Data[Home] [Help]

APPS.AP_ACCTG_PAY_DIST_PKG dependencies on XLA_EVENTS

Line 158: FROM xla_events

154: AND AID.Prepay_Tax_Parent_ID IS NULL -- For tax dists created in R11.5
155: AND AID.Org_ID = FSP.Org_ID
156: --bug 6147546
157: /*AND 'INVOICE CANCELLED' <> (SELECT event_type_code
158: FROM xla_events
159: WHERE event_id = AID.accounting_event_id)*/
160: --bug6614371
161: -- Bug 6712649. Added Credit and Debit memo cancelled
162: AND NOT EXISTS (SELECT 1

Line 163: FROM xla_events

159: WHERE event_id = AID.accounting_event_id)*/
160: --bug6614371
161: -- Bug 6712649. Added Credit and Debit memo cancelled
162: AND NOT EXISTS (SELECT 1
163: FROM xla_events
164: WHERE event_id = AID.accounting_event_id
165: AND application_id = 200 --bug 7308385
166: AND event_type_code IN ('INVOICE CANCELLED', 'PREPAYMENT CANCELLED',
167: 'CREDIT MEMO CANCELLED',