DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE dependencies on PQH_TRANSACTION_CATEGORIES

Line 386: from pqh_transaction_categories

382: hr_utility.set_location('going for creating cet row',100);
383: begin
384: select transaction_category_id
385: into l_rbc_txn_cat
386: from pqh_transaction_categories
387: where short_name ='RBC_MATRIX'
388: and business_group_id is null;
389: hr_utility.set_location('txn_cat is'||l_rbc_txn_cat,100);
390: exception