DBA Data[Home] [Help]

APPS.XLA_LINE_TYPES_PKG dependencies on XLA_EVT_CLASS_ACCT_ATTRS_FVL

Line 1697: FROM xla_evt_class_acct_attrs_fvl e

1693: AND a.accounting_attribute_code = s.accounting_attribute_code
1694: AND a.source_code IS NOT NULL
1695: UNION
1696: SELECT 'x'
1697: FROM xla_evt_class_acct_attrs_fvl e
1698: WHERE e.application_id = p_application_id
1699: AND e.event_class_code = p_event_class_code
1700: AND e.accounting_attribute_code = s.accounting_attribute_code
1701: AND e.assignment_level_code = 'EVT_CLASS_ONLY'