DBA Data[Home] [Help]

APPS.MSC_SDA_UTILS dependencies on MSC_REGIONS

Line 525: from msc_regions mr

521: 1,country||'-'||state,
522: 2,country||'-'||state||'-'||city,
523: 3,country||'-'||state||'-'||city||'-'||postal_code_from||'-'||postal_code_to,
524: 10, mr.zone) reg_list_name
525: from msc_regions mr
526: where mr.region_id = p_region_id;
527: l_name varchar2(250);
528: begin
529: open c_name;