DBA Data[Home] [Help]

APPS.PQH_ATL_UPD dependencies on PQH_TABLE_ROUTE

Line 406: from pqh_table_route

402: and nvl(master_table_route_id,-1) = nvl(p_table_id, -1);
403: --
404: cursor csr_table_id (p_table_alias IN VARCHAR2) is
405: select table_route_id
406: from pqh_table_route
407: where table_alias = p_table_alias;
408: --
409:
410: l_attribute_id number(15);