DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on PQH_COPY_ENTITY_TXNS

Line 296: pqh_copy_entity_txns_api.create_COPY_ENTITY_TXN

292: hr_utility.set_location('txn_cat doesnot exist',100);
293: raise;
294: end;
295: if l_rbc_txn_cat is not null then
296: pqh_copy_entity_txns_api.create_COPY_ENTITY_TXN
297: (p_copy_entity_txn_id => p_copy_entity_txn_id
298: ,p_transaction_category_id => l_rbc_txn_cat
299: ,p_context_business_group_id => p_business_group_id
300: ,p_context => 'CRITERIA'

Line 1683: delete from pqh_copy_entity_txns where copy_entity_txn_id = p_copy_entity_txn_id;

1679:
1680:
1681: hr_utility.set_location('going for deleting entire rate matrix txn',100);
1682: delete from ben_copy_entity_results where copy_entity_txn_id = p_copy_entity_txn_id;
1683: delete from pqh_copy_entity_txns where copy_entity_txn_id = p_copy_entity_txn_id;
1684: hr_utility.set_location('deleting entire rate matrix txn done',110);
1685: exception
1686: when others then
1687: hr_utility.set_location('issues in deleting matrix txn',100);