DBA Data[Home] [Help]

APPS.RRS_SITE_INFO dependencies on RRS_LOCATIONS_EXT_VL

Line 867: from rrs_locations_ext_vl

863: AND fo.obj_name in ( 'RRS_LOCATION')
864: AND eoab.attr_group_id = ext.attr_group_id
865: AND eoab.classification_code IN
866: ( select Country
867: from rrs_locations_ext_vl
868: where location_id = l_location_id
869: );
870:
871:

Line 886: from rrs_locations_ext_vl

882: AND DISPLAY_NAME = p_page_name
883: AND CLASSIFICATION_CODE IN
884: (
885: select Country
886: from rrs_locations_ext_vl
887: where location_id = l_location_id
888: )
889: ORDER BY SEQUENCE;
890: