DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_TABLE_ROUTE

Line 94: , pqh_table_route t

90: , c.master_table_route_id
91: from pqh_copy_entity_txns e
92: , pqh_copy_entity_attribs a
93: , pqh_transaction_categories c
94: , pqh_table_route t
95: where e.copy_entity_txn_id = a.copy_entity_txn_id
96: and a.row_type_cd = 'CRITERIA'
97: and c.transaction_category_id = e.transaction_category_id
98: and c.master_table_route_id = t.table_route_id

Line 2050: from pqh_table_route tr

2046: l_ovn number;
2047: --
2048: cursor c_tab is
2049: select distinct tr.table_route_id, tr.display_name
2050: from pqh_table_route tr
2051: , pqh_attributes_vl a
2052: , pqh_txn_category_attributes c
2053: , pqh_transaction_categories cat
2054: where a.master_table_route_id = tr.table_route_id