DBA Data[Home] [Help]

APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_EVENT_TYPES_B

Line 82: FROM xla_event_types_b xcl

78: SELECT DISTINCT xcl.application_id APPLICATION_ID
79: ,xcl.entity_code ENTITY_CODE
80: ,xcl.event_class_code EVENT_CLASS_CODE
81: ,xatr.reporting_view_name REPORTING_VIEW_NAME
82: FROM xla_event_types_b xcl
83: ,xla_event_class_attrs xatr
84: WHERE xatr.entity_code = xcl.entity_code
85: AND xatr.event_class_code = xcl.event_class_code
86: AND xatr.application_id = p_application_id

Line 326: ,xla_event_types_b xet

322: ,xah.accounting_entry_status_code) ENCUMBRANCE_B
323: FROM xla_ae_headers xah
324: ,xla_gl_ledgers_v xgl
325: ,xla_event_classes_tl xec
326: ,xla_event_types_b xet
327: ,xla_subledgers xls
328: ,xla_lookups lk1
329: ,xla_lookups lk2
330: ,xla_lookups lk3