DBA Data[Home] [Help]

APPS.PQH_GENERIC dependencies on PQH_COPY_ENTITY_PREFS

Line 95: , pqh_copy_entity_prefs cep

91: , trt.table_route_id
92: , trt.where_clause
93: , trt.table_alias
94: from pqh_table_route trt
95: , pqh_copy_entity_prefs cep
96: where cep.copy_entity_txn_id = v_copy_entity_txn_id
97: and cep.table_route_id = trt.table_route_id
98: and cep.select_flag = 'Y' ;
99: --