DBA Data[Home] [Help]

APPS.MSC_SDA_UTILS dependencies on MSC_REGIONS

Line 194: from msc_regions mr

190: 1,country||'-'||state,
191: 2,country||'-'||state||'-'||city,
192: 3,country||'-'||state||'-'||city||'-'||postal_code_from||'-'||postal_code_to,
193: 10, mr.zone) reg_list_name
194: from msc_regions mr
195: where mr.region_id = p_region_id;
196: l_name varchar2(250);
197: begin
198: open c_name;