DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_ATTRIBS

Line 92: , pqh_copy_entity_attribs a

88: , t.from_clause
89: , t.where_clause
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'

Line 626: from pqh_copy_entity_attribs

622: , information27
623: , information28
624: , information29
625: , information30
626: from pqh_copy_entity_attribs
627: where copy_entity_txn_id = p_copy_entity_txn_id
628: and row_type_cd = 'CHANGEABLE' ;
629: --
630: cursor c_ch_kf (p_flex in varchar2) is

Line 664: from pqh_copy_entity_attribs

660: , information27
661: , information28
662: , information29
663: , information30
664: from pqh_copy_entity_attribs
665: where copy_entity_txn_id = p_copy_entity_txn_id
666: and information_category = p_flex;
667: --
668: cursor c_candidate is