DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on PQH_TRANSACTION_CATEGORIES

Line 286: pqh_transaction_categories txnCats

282: --
283: Cursor csr_validate_criteria IS
284: Select null
285: from pqh_txn_category_attributes txnAttrs,
286: pqh_transaction_categories txnCats
287: where txnAttrs.transaction_category_id = txnCats.transaction_category_id
288: and txnCats.short_name ='FR_PQH_STAT_SIT_TXN'
289: and txn_category_attribute_id = p_txn_category_attribute_id;
290: --