DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_ALLOCATION_PVT

Line 3452: -- OKE_ALLOCATION_PVT.add_allocation

3448: --
3449: -- Calling subprograms: OKE_API.start_activity
3450: -- OKE_API.end_activity
3451: -- OKE_FUNDSOURCE_PVT.create_funding
3452: -- OKE_ALLOCATION_PVT.add_allocation
3453: -- OKE_FUNDING_UTIL_PKG.check_single_org
3454: -- OKE_FUNDING_UTIL_PKG.update_source_flag
3455: -- OKE_FUNDING_UTIL_PKG.update_alloc_version
3456: -- validate_pool_party_id

Line 3561: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;

3557: -- l_allocated_total NUMBER := 0;
3558: -- l_converted_amount NUMBER;
3559: l_funding_in_rec FUNDING_REC_IN_TYPE;
3560: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3561: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3562: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3563: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3564: i NUMBER := 0;
3565: -- l_hard_limit_total NUMBER := 0;

Line 3562: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;

3558: -- l_converted_amount NUMBER;
3559: l_funding_in_rec FUNDING_REC_IN_TYPE;
3560: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3561: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3562: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3563: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3564: i NUMBER := 0;
3565: -- l_hard_limit_total NUMBER := 0;
3566: l_project_funding c_project_funding%ROWTYPE;

Line 3563: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;

3559: l_funding_in_rec FUNDING_REC_IN_TYPE;
3560: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3561: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3562: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3563: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3564: i NUMBER := 0;
3565: -- l_hard_limit_total NUMBER := 0;
3566: l_project_funding c_project_funding%ROWTYPE;
3567: -- l_orig_org_id NUMBER;

Line 3962: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');

3958: i := l_allocation_in_tbl.FIRST;
3959:
3960: LOOP
3961:
3962: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');
3963: l_allocation_in_rec := l_allocation_in_tbl(i);
3964: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
3965:
3966: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);

Line 3967: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,

3963: l_allocation_in_rec := l_allocation_in_tbl(i);
3964: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
3965:
3966: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);
3967: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
3968: p_init_msg_list => OKE_API.G_FALSE ,
3969: p_commit => OKE_API.G_FALSE ,
3970: p_msg_count => p_msg_count ,
3971: p_msg_data => p_msg_data ,

Line 3977: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);

3973: p_allocation_out_rec => l_allocation_out_rec ,
3974: p_return_status => p_return_status
3975: );
3976:
3977: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);
3978:
3979: IF (p_return_status = OKE_API.G_RET_STS_UNEXP_ERROR) THEN
3980:
3981: RAISE OKE_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 4130: -- OKE_ALLOCATION_PVT.add_allocation

4126: --
4127: -- Calling subprograms: OKE_API.start_activity
4128: -- OKE_API.end_activity
4129: -- OKE_FUNDSOURCE_PVT.create_funding
4130: -- OKE_ALLOCATION_PVT.add_allocation
4131: -- OKE_FUNDING_UTIL_PKG.check_single_org
4132: -- OKE_FUNDING_UTIL_PKG.update_source_flag
4133: -- OKE_FUNDING_UTIL_PKG.update_alloc_version
4134: -- validate_parameters

Line 4212: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;

4208: -- l_allocated_total NUMBER := 0;
4209: -- l_converted_amount NUMBER;
4210: l_funding_in_rec FUNDING_REC_IN_TYPE;
4211: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4212: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4213: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4214: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4215: i NUMBER := 0;
4216: l_contract_currency VARCHAR2(15);

Line 4213: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;

4209: -- l_converted_amount NUMBER;
4210: l_funding_in_rec FUNDING_REC_IN_TYPE;
4211: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4212: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4213: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4214: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4215: i NUMBER := 0;
4216: l_contract_currency VARCHAR2(15);
4217: l_pool_currency VARCHAR2(15);

Line 4214: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;

4210: l_funding_in_rec FUNDING_REC_IN_TYPE;
4211: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4212: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4213: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4214: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4215: i NUMBER := 0;
4216: l_contract_currency VARCHAR2(15);
4217: l_pool_currency VARCHAR2(15);
4218: l_conversion_rate NUMBER;

Line 4777: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');

4773: i := l_allocation_in_tbl.FIRST;
4774:
4775: LOOP
4776:
4777: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');
4778: l_allocation_in_rec := l_allocation_in_tbl(i);
4779: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
4780:
4781: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);

Line 4782: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,

4778: l_allocation_in_rec := l_allocation_in_tbl(i);
4779: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
4780:
4781: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);
4782: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
4783: p_init_msg_list => OKE_API.G_FALSE ,
4784: p_commit => OKE_API.G_FALSE ,
4785: p_msg_count => p_msg_count ,
4786: p_msg_data => p_msg_data ,

Line 4792: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);

4788: p_allocation_out_rec => l_allocation_out_rec ,
4789: p_return_status => p_return_status
4790: );
4791:
4792: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);
4793:
4794: IF (p_return_status = OKE_API.G_RET_STS_UNEXP_ERROR) THEN
4795:
4796: RAISE OKE_API.G_EXCEPTION_UNEXPECTED_ERROR;