DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on XLA_EVENTS

Line 84: from xla_events xe

80: or (trunc(ei.expenditure_item_date ) <=
81: trunc(p_txn_to_date ) ))
82: and (cdl.transfer_status_code not in ( 'A','V','G') /** 4317826 **/
83: or exists (select 1
84: from xla_events xe
85: where xe.event_id = cdl.acct_event_id
86: and xe.event_status_code <> 'P'
87: and xe.process_status_code <> 'P')));
88:

Line 209: from xla_events xe

205: or (trunc(ei.expenditure_item_date ) <=
206: trunc(p_txn_to_date ) ))
207: and (ccdl.transfer_status_code not in ( 'A','V')
208: or exists (select 1
209: from xla_events xe
210: where xe.event_id = ccdl.acct_event_id
211: and xe.event_status_code <> 'P'
212: and xe.process_status_code <> 'P')));
213: