DBA Data[Home] [Help]

APPS.PQH_BUDGET_POOLS_SWI dependencies on PQH_BDGT_POOL_REALLOCTIONS_API

Line 91: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_period

87: --
88: -- Added IF condition to call delete API only when there is a row for the ID passed
89: --
90: IF l_bdgt_trnx_amount_id IS NOT NULL THEN
91: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_period
92: (p_validate => false
93: ,p_reallocation_period_id => l_bdgt_trnx_amount_id
94: ,p_object_version_number => l_ovn
95: );

Line 98: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_dtl

94: ,p_object_version_number => l_ovn
95: );
96: END IF;
97: If (p_transaction_type = 'RD') and (l_count = 1) then
98: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_dtl
99: ( p_validate => false
100: ,p_txn_detail_id => l_receiver_id
101: ,p_object_version_number => l_receiver_ovn
102: );

Line 161: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_dtl

157: close csr_bdgt_trnx_dtl;
158: hr_utility.set_location(' l_bdgt_trnx_detail_id :' || l_bdgt_trnx_detail_id ,25);
159: if l_bdgt_trnx_detail_id is not null then
160:
161: pqh_bdgt_pool_realloctions_api.delete_realloc_txn_dtl
162: ( p_validate => false
163: ,p_txn_detail_id => l_bdgt_trnx_detail_id
164: ,p_object_version_number => l_ovn
165: );