[Home] [Help]
APPS.PQH_CEF_SHD dependencies on PQH_TABLE_ROUTE
Line 266: from pqh_table_route
262: -- developer key is table_alias + function_type_cd + context
263: --
264: cursor csr_table_route_id(p_table_alias in varchar2) is
265: select table_route_id
266: from pqh_table_route
267: where table_alias = p_table_alias;
268: --
269: cursor csr_cef_id (p_table_route_id in number,
270: p_function_type_cd in varchar2,