DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_K_FUND_ALLOCATIONS

Line 3801: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table

3797: p_fund_allocation_id => l_allocation_out_rec.fund_allocation_id
3798: );
3799:
3800: --
3801: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table
3802: --
3803:
3804: --dbms_output.put_line('calling oke_funding_util.update_alloc_version');
3805: --oke_debug.debug('calling oke_funding_util.update_alloc_version');

Line 3872: update oke_k_fund_allocations

3868:
3869: --
3870: -- update the pa_flag to be 'Y'
3871: --
3872: update oke_k_fund_allocations
3873: set pa_flag = 'Y'
3874: where funding_source_id = l_funding_out_rec.funding_source_id;
3875:
3876: --

Line 4599: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table

4595: p_fund_allocation_id => l_allocation_out_rec.fund_allocation_id
4596: );
4597:
4598: --
4599: -- update agreement_version in OKE_K_FUND_ALLOCATIONS table
4600: --
4601:
4602: --dbms_output.put_line('calling oke_funding_util.update_alloc_version');
4603: --oke_debug.debug('calling oke_funding_util.update_alloc_version');

Line 4670: update oke_k_fund_allocations

4666:
4667: --
4668: -- update the pa_flag to be 'Y'
4669: --
4670: update oke_k_fund_allocations
4671: set pa_flag = 'Y'
4672: where funding_source_id = l_funding_out_rec.funding_source_id;
4673:
4674: --