DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_TRANSACTION_CATEGORIES_VL

Line 2317: from pqh_transaction_categories_vl

2313: cursor c_short_name is
2314: select transaction_category_id,
2315: member_cd,
2316: name
2317: from pqh_transaction_categories_vl
2318: where short_name = p_short_name
2319: and business_group_id is null ;
2320: --
2321: cursor c_txn_cat_id is

Line 2325: from pqh_transaction_categories_vl

2321: cursor c_txn_cat_id is
2322: select short_name,
2323: member_cd,
2324: name
2325: from pqh_transaction_categories_vl
2326: where transaction_category_id = p_transaction_category_id;
2327: --
2328: cursor c_txn_id is
2329: select transaction_category_id