DBA Data[Home] [Help]

APPS.RRS_SITE_INFO dependencies on RRS_LOCATIONS_EXT_VL

Line 885: from rrs_locations_ext_vl

881: AND fo.obj_name in ( 'RRS_LOCATION')
882: AND eoab.attr_group_id = ext.attr_group_id
883: AND eoab.classification_code IN
884: ( select Country
885: from rrs_locations_ext_vl
886: where location_id = l_location_id
887: );
888:
889:

Line 904: from rrs_locations_ext_vl

900: AND DISPLAY_NAME = p_page_name
901: AND CLASSIFICATION_CODE IN
902: (
903: select Country
904: from rrs_locations_ext_vl
905: where location_id = l_location_id
906: )
907: ORDER BY SEQUENCE;
908: