DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_ALLOCATION_PVT

Line 3288: -- OKE_ALLOCATION_PVT.add_allocation

3284: --
3285: -- Calling subprograms: OKE_API.start_activity
3286: -- OKE_API.end_activity
3287: -- OKE_FUNDSOURCE_PVT.create_funding
3288: -- OKE_ALLOCATION_PVT.add_allocation
3289: -- OKE_FUNDING_UTIL_PKG.check_single_org
3290: -- OKE_FUNDING_UTIL_PKG.update_source_flag
3291: -- OKE_FUNDING_UTIL_PKG.update_alloc_version
3292: -- validate_pool_party_id

Line 3379: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;

3375: -- l_allocated_total NUMBER := 0;
3376: -- l_converted_amount NUMBER;
3377: l_funding_in_rec FUNDING_REC_IN_TYPE;
3378: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3379: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3380: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3381: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3382: i NUMBER := 0;
3383: -- l_hard_limit_total NUMBER := 0;

Line 3380: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;

3376: -- l_converted_amount NUMBER;
3377: l_funding_in_rec FUNDING_REC_IN_TYPE;
3378: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3379: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3380: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3381: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3382: i NUMBER := 0;
3383: -- l_hard_limit_total NUMBER := 0;
3384: l_project_funding c_project_funding%ROWTYPE;

Line 3381: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;

3377: l_funding_in_rec FUNDING_REC_IN_TYPE;
3378: l_funding_out_rec FUNDING_REC_OUT_TYPE;
3379: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
3380: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
3381: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
3382: i NUMBER := 0;
3383: -- l_hard_limit_total NUMBER := 0;
3384: l_project_funding c_project_funding%ROWTYPE;
3385: -- l_orig_org_id NUMBER;

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

3761: i := l_allocation_in_tbl.FIRST;
3762:
3763: LOOP
3764:
3765: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');
3766: l_allocation_in_rec := l_allocation_in_tbl(i);
3767: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
3768:
3769: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);

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

3766: l_allocation_in_rec := l_allocation_in_tbl(i);
3767: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
3768:
3769: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);
3770: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
3771: p_init_msg_list => OKE_API.G_FALSE ,
3772: p_commit => OKE_API.G_FALSE ,
3773: p_msg_count => p_msg_count ,
3774: p_msg_data => p_msg_data ,

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

3776: p_allocation_out_rec => l_allocation_out_rec ,
3777: p_return_status => p_return_status
3778: );
3779:
3780: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);
3781:
3782: IF (p_return_status = OKE_API.G_RET_STS_UNEXP_ERROR) THEN
3783:
3784: RAISE OKE_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 3933: -- OKE_ALLOCATION_PVT.add_allocation

3929: --
3930: -- Calling subprograms: OKE_API.start_activity
3931: -- OKE_API.end_activity
3932: -- OKE_FUNDSOURCE_PVT.create_funding
3933: -- OKE_ALLOCATION_PVT.add_allocation
3934: -- OKE_FUNDING_UTIL_PKG.check_single_org
3935: -- OKE_FUNDING_UTIL_PKG.update_source_flag
3936: -- OKE_FUNDING_UTIL_PKG.update_alloc_version
3937: -- validate_parameters

Line 4012: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;

4008: -- l_allocated_total NUMBER := 0;
4009: -- l_converted_amount NUMBER;
4010: l_funding_in_rec FUNDING_REC_IN_TYPE;
4011: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4012: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4013: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4014: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4015: i NUMBER := 0;
4016: l_contract_currency VARCHAR2(15);

Line 4013: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;

4009: -- l_converted_amount NUMBER;
4010: l_funding_in_rec FUNDING_REC_IN_TYPE;
4011: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4012: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4013: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4014: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4015: i NUMBER := 0;
4016: l_contract_currency VARCHAR2(15);
4017: l_pool_currency VARCHAR2(15);

Line 4014: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;

4010: l_funding_in_rec FUNDING_REC_IN_TYPE;
4011: l_funding_out_rec FUNDING_REC_OUT_TYPE;
4012: l_allocation_in_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_IN_TYPE;
4013: l_allocation_out_rec OKE_ALLOCATION_PVT.ALLOCATION_REC_OUT_TYPE;
4014: l_allocation_in_tbl OKE_ALLOCATION_PVT.ALLOCATION_IN_TBL_TYPE;
4015: i NUMBER := 0;
4016: l_contract_currency VARCHAR2(15);
4017: l_pool_currency VARCHAR2(15);
4018: l_conversion_rate NUMBER;

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

4559: i := l_allocation_in_tbl.FIRST;
4560:
4561: LOOP
4562:
4563: --oke_debug.debug('calling oke_allocation_pvt.add_allocation');
4564: l_allocation_in_rec := l_allocation_in_tbl(i);
4565: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
4566:
4567: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);

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

4564: l_allocation_in_rec := l_allocation_in_tbl(i);
4565: l_allocation_in_rec.funding_source_id := l_funding_out_rec.funding_source_id;
4566:
4567: --oke_debug.debug('converted_amount ' || l_allocation_in_rec.amount);
4568: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
4569: p_init_msg_list => OKE_API.G_FALSE ,
4570: p_commit => OKE_API.G_FALSE ,
4571: p_msg_count => p_msg_count ,
4572: p_msg_data => p_msg_data ,

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

4574: p_allocation_out_rec => l_allocation_out_rec ,
4575: p_return_status => p_return_status
4576: );
4577:
4578: --oke_debug.debug('finished calling oke_allocation_pvt.add_allocation w/ status' || p_return_status);
4579:
4580: IF (p_return_status = OKE_API.G_RET_STS_UNEXP_ERROR) THEN
4581:
4582: RAISE OKE_API.G_EXCEPTION_UNEXPECTED_ERROR;