DBA Data[Home] [Help]

APPS.XLA_AMB_AAD_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 245: FROM xla_event_class_attrs e

241: -- Check if event class has budget or encumbrance enabled
242: CURSOR c_ec_attrs
243: IS
244: SELECT allow_budgets_flag, allow_encumbrance_flag
245: FROM xla_event_class_attrs e
246: WHERE e.application_id = p_application_id
247: AND e.entity_code = p_entity_code
248: AND e.event_class_code = p_event_class_code;
249: