DBA Data[Home] [Help]

APPS.HZ_MIXNM_WEBUI_UTILITY dependencies on HZ_ORIG_SYSTEMS_VL

Line 1047: FROM hz_select_data_sources s, hz_orig_systems_vl o

1043: p_entity_attr_id NUMBER
1044: ) IS
1045: SELECT s.content_source_type, s.ranking,
1046: o.orig_system_name meaning
1047: FROM hz_select_data_sources s, hz_orig_systems_vl o
1048: WHERE s.entity_attr_id = p_entity_attr_id
1049: and o.orig_system = s.content_source_type
1050: ORDER BY ranking;
1051: