DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on PQH_TRANSACTION_CATEGORIES

Line 286: from pqh_transaction_categories

282: hr_utility.set_location('going for creating cet row',100);
283: begin
284: select transaction_category_id
285: into l_rbc_txn_cat
286: from pqh_transaction_categories
287: where short_name ='CRITERIA'
288: and business_group_id is null;
289: hr_utility.set_location('txn_cat is'||l_rbc_txn_cat,100);
290: exception