DBA Data[Home] [Help]

APPS.FV_SLA_PROCESSING_PKG dependencies on XLA_AE_HEADERS

Line 1025: from xla_ae_headers xah

1021: AND main_or_backing_code = 'M'
1022: AND ae_event_id <> p_event_id
1023: AND distribution_type <> 'REQUISITION'
1024: AND EXISTS (select 1
1025: from xla_ae_headers xah
1026: where application_id = 201
1027: and xah.event_id = pbd.ae_event_id
1028: and xah.accounting_entry_status_code = 'F'));
1029:

Line 1645: from xla_ae_headers xah

1641: AND pbd.ae_event_id <> p_event_id
1642: AND pbd.distribution_type <> 'REQUISITION'
1643: AND pbd.main_or_backing_code = 'M'
1644: AND EXISTS (select 1
1645: from xla_ae_headers xah
1646: where application_id = 201
1647: and xah.event_id = pbd.ae_event_id
1648: and xah.accounting_entry_status_code = 'F') );
1649: