DBA Data[Home] [Help]

APPS.PER_SP_STAGE dependencies on PQH_TRANSACTION_CATEGORIES

Line 87: from pqh_transaction_categories

83: begin
84:
85: select transaction_category_id
86: into l_sp_txn_cat
87: from pqh_transaction_categories
88: where short_name ='SP'
89: and business_group_id is null;
90:
91: hr_utility.set_location('txn_cat is'||l_sp_txn_cat,100);