DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on XLA_AE_HEADERS

Line 4611: FROM xla_events xe, xla_ae_headers xah

4607: ,xah.ledger_id
4608: ,'PURCHASING'
4609: ,xe.event_status_code
4610: ,xe.event_id
4611: FROM xla_events xe, xla_ae_headers xah
4612: WHERE xe.application_id = 555
4613: AND xah.application_id = 555
4614: AND xe.event_id not in ( select event_id from gmf_xla_extract_headers where EVENT_TYPE_CODE in ('INVOICE_IPV_ADJ' , 'INVOICE_ERV_ADJ' ) )
4615: AND xe.event_type_code in ('INVOICE_IPV_ADJ' , 'INVOICE_ERV_ADJ' )

Line 4628: FROM xla_events xe, xla_ae_headers xah

4624: ,xah.ledger_id
4625: ,'REVALUATION'
4626: ,xe.event_status_code
4627: ,xe.event_id
4628: FROM xla_events xe, xla_ae_headers xah
4629: WHERE xe.application_id = 555
4630: AND xah.application_id = 555
4631: AND xe.event_type_code = 'ACTCOSTADJ'
4632: AND xe.event_status_code = 'N'

Line 4648: FROM xla_events xe, xla_ae_headers xah

4644: ,xah.ledger_id
4645: ,'REVALUATION'
4646: ,xe.event_status_code
4647: ,xe.event_id
4648: FROM xla_events xe, xla_ae_headers xah
4649: WHERE xe.application_id = 555
4650: AND xah.application_id = 555
4651: AND xe.event_type_code = 'COSTREVAL'
4652: AND xe.event_status_code = 'N'