DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on PQH_CBR_ENGINE

Line 820: pqh_cbr_engine.apply_rules(p_transaction_type => 'REALLOCATION'

816: l_transaction_category_id := l_pool_rec.wf_transaction_category_id;
817: -- End krmahade
818: hr_utility.set_location('txn_cat is '||l_transaction_category_id||l_proc,12);
819: --Before Applying a Budget Reallocation Transaction, apply all the Business Rules
820: pqh_cbr_engine.apply_rules(p_transaction_type => 'REALLOCATION'
821: ,p_transaction_id => p_transaction_id
822: ,p_business_group_id => l_pool_rec.business_group_id
823: ,p_effective_date => hr_general.effective_date
824: ,p_status_flag => l_status);