DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on PQH_TRANSACTION_CATEGORIES

Line 1552: from pqh_attributes att,pqh_txn_category_attributes tcat, pqh_transaction_categories txn

1548: select tcat.txn_category_attribute_id tcat_attribute_id,
1549: att.attribute_id attribute_id,
1550: att.column_type column_type,
1551: att.column_name column_name
1552: from pqh_attributes att,pqh_txn_category_attributes tcat, pqh_transaction_categories txn
1553: where txn.transaction_category_id = tcat.transaction_category_id
1554: and txn.short_name = 'PQH_BPR'
1555: and txn.business_group_id is null
1556: and tcat.attribute_id = att.attribute_id