DBA Data[Home] [Help]

APPS.PQH_TAT_SHD dependencies on PQH_TXN_CATEGORY_ATTRIBUTES

Line 279: from pqh_txn_category_attributes

275: where short_name = p_template_short_name;
276:
277: cursor c_att_txn_category(p_attribute_id number,p_tem_txn_category_id number) is
278: select transaction_category_id
279: from pqh_txn_category_attributes
280: where attribute_id = p_attribute_id
281: and transaction_category_id = p_tem_txn_category_id;
282:
283: cursor c_template_attributes (p_template_id number, p_attribute_id number) is