DBA Data[Home] [Help]

APPS.XLA_EVENT_MAPPINGS_F_PKG dependencies on XLA_EVENT_MAPPINGS_VL

Line 527: FROM xla_event_mappings_vl

523: BEGIN
524:
525: SELECT event_mapping_id, last_updated_by, last_update_date
526: INTO l_event_mapping_id, db_luby, db_ludate
527: FROM xla_event_mappings_vl
528: WHERE application_id = l_application_id
529: AND entity_code = p_entity_code
530: AND event_class_code = p_event_class_code
531: AND (user_sequence = p_user_sequence or

Line 680: FROM xla_event_mappings_vl

676: BEGIN
677:
678: SELECT event_mapping_id, last_updated_by, last_update_date
679: INTO l_event_mapping_id, db_luby, db_ludate
680: FROM xla_event_mappings_vl
681: WHERE application_id = l_application_id
682: AND entity_code = p_entity_code
683: AND event_class_code = p_event_class_code
684: AND (user_sequence = p_user_sequence or