DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_K_FUND_ALLOCATIONS

Line 3998: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table

3994: p_fund_allocation_id => l_allocation_out_rec.fund_allocation_id
3995: );
3996:
3997: --
3998: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table
3999: --
4000:
4001: --dbms_output.put_line('calling oke_funding_util.update_alloc_version');
4002: --oke_debug.debug('calling oke_funding_util.update_alloc_version');

Line 4069: update oke_k_fund_allocations

4065:
4066: --
4067: -- update the pa_flag to be 'Y'
4068: --
4069: update oke_k_fund_allocations
4070: set pa_flag = 'Y'
4071: where funding_source_id = l_funding_out_rec.funding_source_id;
4072:
4073: --

Line 4813: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table

4809: p_fund_allocation_id => l_allocation_out_rec.fund_allocation_id
4810: );
4811:
4812: --
4813: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table
4814: --
4815:
4816: --dbms_output.put_line('calling oke_funding_util.update_alloc_version');
4817: --oke_debug.debug('calling oke_funding_util.update_alloc_version');

Line 4884: update oke_k_fund_allocations

4880:
4881: --
4882: -- update the pa_flag to be 'Y'
4883: --
4884: update oke_k_fund_allocations
4885: set pa_flag = 'Y'
4886: where funding_source_id = l_funding_out_rec.funding_source_id;
4887:
4888: --