DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE dependencies on PQH_COPY_ENTITY_TXNS

Line 396: pqh_copy_entity_txns_api.create_COPY_ENTITY_TXN

392: hr_utility.set_location('txn_cat doesnot exist',100);
393: raise;
394: end;
395: if l_rbc_txn_cat is not null then
396: pqh_copy_entity_txns_api.create_COPY_ENTITY_TXN
397: (p_copy_entity_txn_id => p_copy_entity_txn_id
398: ,p_transaction_category_id => l_rbc_txn_cat
399: ,p_context_business_group_id => p_business_group_id
400: ,p_context => 'RBC_MATRIX'

Line 1853: from pqh_copy_entity_txns txn , ben_copy_entity_results cer

1849: l_cet_id number;
1850: begin
1851: select txn.copy_entity_txn_id
1852: into l_cet_id
1853: from pqh_copy_entity_txns txn , ben_copy_entity_results cer
1854: where cer.copy_entity_txn_id = txn.copy_entity_txn_id
1855: and txn.context ='RBC_MATRIX'
1856: and txn.status = 'UPDATE'
1857: and txn.context_business_group_id = p_business_group_id