DBA Data[Home] [Help]

APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_EVENT_TYPES_B

Line 79: ,xla_event_types_b xcl

75: ,xcl.entity_code ENTITY_CODE
76: ,xcl.event_class_code EVENT_CLASS_CODE
77: ,xatr.reporting_view_name REPORTING_VIEW_NAME
78: FROM xla_ae_headers aeh
79: ,xla_event_types_b xcl
80: ,xla_event_class_attrs xatr
81: WHERE xcl.application_id = aeh.application_id
82: AND xcl.event_type_code = aeh.event_type_code
83: AND xatr.application_id = aeh.application_id

Line 303: ,xla_event_types_b xet

299: ,xah.accounting_entry_status_code) ENCUMBRANCE_B
300: FROM xla_ae_headers xah
301: ,xla_gl_ledgers_v xgl
302: ,xla_event_classes_tl xec
303: ,xla_event_types_b xet
304: ,xla_subledgers xls
305: ,xla_lookups lk1
306: ,xla_lookups lk2
307: ,xla_lookups lk3