DBA Data[Home] [Help]

APPS.PQH_GSP_HR_TO_STAGE dependencies on PQH_TRANSACTION_CATEGORIES

Line 4511: from pqh_transaction_categories

4507: end if;
4508: if not l_error then
4509: select transaction_category_id
4510: into l_gsp_txn_cat
4511: from pqh_transaction_categories
4512: where short_name ='PQHGSP'
4513: and business_group_id is null;
4514: end if;
4515: if l_gsp_txn_cat is not null then