DBA Data[Home] [Help]

APPS.PQH_GSP_HR_TO_STAGE dependencies on PQH_TABLE_ROUTE_VL

Line 2350: from pqh_table_route_vl

2346: p_table_name out nocopy varchar2 ) is
2347: begin
2348: select table_route_id, substrb(display_name,1,30) -- fix for the bug#12797263
2349: into p_table_route_id, p_table_name
2350: from pqh_table_route_vl
2351: where table_alias = p_table_alias;
2352: hr_utility.set_location('table_route name is '||p_table_name,10);
2353: exception
2354: when no_data_found then