DBA Data[Home] [Help]

APPS.OKE_FUNDING_PUB dependencies on OKE_ALLOCATION_PVT

Line 392: -- OKE_ALLOCATION_PVT.add_allocation

388: --
389: -- Calling subprograms: OKE_API.start_activity
390: -- OKE_API.end_activity
391: -- OKE_FUNDSOURCE_PVT.create_funding
392: -- OKE_ALLOCATION_PVT.add_allocation
393: -- OKE_FUNDSOURCE_PVT.update_funding
394: -- OKE_AGREEMENT_PVT.create_agreement
395: --
396:

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

488:
489: l_allocation_in_rec := p_allocation_in_tbl(i);
490: l_allocation_in_rec.funding_source_id := x_funding_out_rec.funding_source_id;
491:
492: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
493: p_init_msg_list => OKE_API.G_FALSE ,
494: p_commit => OKE_API.G_FALSE ,
495: p_return_status => x_return_status ,
496: p_msg_count => x_msg_count ,

Line 639: -- OKE_ALLOCATION_PVT.add_allocation

635: -- OKE_AGREEMENT_PVT.update_agreement
636: -- OKE_AGREEMENT_PVT.create_agreement
637: -- OKE_FUNDING_UTIL_PKG.check_agreement_exist
638: -- check_update_add
639: -- OKE_ALLOCATION_PVT.add_allocation
640: -- OKE_ALLOCATION_PVT.update_allocation
641: --
642:
643: PROCEDURE update_funding(p_api_version IN NUMBER ,

Line 640: -- OKE_ALLOCATION_PVT.update_allocation

636: -- OKE_AGREEMENT_PVT.create_agreement
637: -- OKE_FUNDING_UTIL_PKG.check_agreement_exist
638: -- check_update_add
639: -- OKE_ALLOCATION_PVT.add_allocation
640: -- OKE_ALLOCATION_PVT.update_allocation
641: --
642:
643: PROCEDURE update_funding(p_api_version IN NUMBER ,
644: p_init_msg_list IN VARCHAR2 := OKE_API.G_FALSE ,

Line 699: -- Call OKE_ALLOCATION_PVT.add_allocation and update_allocation to create/update contract funding allocation

695:
696: END IF;
697:
698: --
699: -- Call OKE_ALLOCATION_PVT.add_allocation and update_allocation to create/update contract funding allocation
700: --
701:
702: --dbms_output.put_line('checking if add or update allocation');
703: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'checking if add or update allocation');

Line 731: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,

727: END IF;
728:
729: IF (check_update_add(p_fund_allocation_id => l_allocation_in_rec.fund_allocation_id)) THEN
730:
731: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
732: p_init_msg_list => OKE_API.G_FALSE ,
733: p_commit => OKE_API.G_FALSE ,
734: p_return_status => x_return_status ,
735: p_msg_count => x_msg_count ,

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

740: );
741:
742: ELSE
743:
744: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
745: p_init_msg_list => OKE_API.G_FALSE ,
746: p_commit => OKE_API.G_FALSE ,
747: p_return_status => x_return_status ,
748: p_msg_count => x_msg_count ,

Line 978: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,

974: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'in loop: calling delete_allocation');
975:
976: FOR l_allocation_id IN c_fund_allocation_id(p_funding_source_id) LOOP
977:
978: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
979: p_init_msg_list => OKE_API.G_FALSE ,
980: p_commit => OKE_API.G_FALSE ,
981: p_return_status => x_return_status ,
982: p_msg_count => x_msg_count ,

Line 1080: -- OKE_ALLOCATION_PVT.add_allocation

1076: -- Description: This procedure is used to create funding allocation and update/add pa funding
1077: --
1078: -- Calling subprograms: OKE_API.start_activity
1079: -- OKE_API.end_activity
1080: -- OKE_ALLOCATION_PVT.add_allocation
1081: -- OKE_AGREEMENT_PVT.add_pa_funding
1082: --
1083:
1084: PROCEDURE add_allocation(p_api_version IN NUMBER ,

Line 1127: -- Call OKE_ALLOCATION_PVT.add_allocation

1123:
1124: END IF;
1125:
1126: --
1127: -- Call OKE_ALLOCATION_PVT.add_allocation
1128: --
1129:
1130: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1131: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');

Line 1130: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');

1126: --
1127: -- Call OKE_ALLOCATION_PVT.add_allocation
1128: --
1129:
1130: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1131: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1132:
1133: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1134: p_init_msg_list => OKE_API.G_FALSE ,

Line 1131: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');

1127: -- Call OKE_ALLOCATION_PVT.add_allocation
1128: --
1129:
1130: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1131: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1132:
1133: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1134: p_init_msg_list => OKE_API.G_FALSE ,
1135: p_commit => OKE_API.G_FALSE ,

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

1129:
1130: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1131: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1132:
1133: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1134: p_init_msg_list => OKE_API.G_FALSE ,
1135: p_commit => OKE_API.G_FALSE ,
1136: p_msg_count => x_msg_count ,
1137: p_msg_data => x_msg_data ,

Line 1255: -- OKE_ALLOCATION_PVT.update_allocation

1251: -- Description: This procedure is used to update contract funding allocation and pa funding line
1252: --
1253: -- Calling subprograms: OKE_API.start_activity
1254: -- OKE_API.end_activity
1255: -- OKE_ALLOCATION_PVT.update_allocation
1256: -- OKE_AGREEMENT_PVT.update_pa_funding
1257: -- OKE_AGREEMENT_PVT.add_pa_funding
1258: -- check_update_add_pa
1259: --

Line 1306: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line

1302:
1303: x_allocation_out_rec.fund_allocation_id := p_allocation_in_rec.fund_allocation_id;
1304:
1305: --
1306: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1307: --
1308:
1309: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1310: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');

Line 1309: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');

1305: --
1306: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1307: --
1308:
1309: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1310: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1311:
1312: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1313: p_init_msg_list => OKE_API.G_FALSE ,

Line 1310: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');

1306: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1307: --
1308:
1309: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1310: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1311:
1312: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1313: p_init_msg_list => OKE_API.G_FALSE ,
1314: p_commit => OKE_API.G_FALSE ,

Line 1312: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,

1308:
1309: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1310: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1311:
1312: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1313: p_init_msg_list => OKE_API.G_FALSE ,
1314: p_commit => OKE_API.G_FALSE ,
1315: p_msg_count => x_msg_count ,
1316: p_msg_data => x_msg_data ,

Line 1450: -- OKE_ALLOCATION_PVT.delete_allocation

1446: -- Description: This procedure is used to delete contract funding allocation and pa project_funding
1447: --
1448: -- Calling subprograms: OKE_API.start_activity
1449: -- OKE_API.end_activity
1450: -- OKE_ALLOCATION_PVT.delete_allocation
1451: --
1452:
1453: PROCEDURE delete_allocation(p_api_version IN NUMBER ,
1454: p_init_msg_list IN VARCHAR2 := OKE_API.G_FALSE ,

Line 1533: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line

1529: END IF;
1530: CLOSE c_source;
1531:
1532: --
1533: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1534: --
1535:
1536: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1537: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');

Line 1536: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');

1532: --
1533: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1534: --
1535:
1536: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1537: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1538:
1539: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1540: p_commit => OKE_API.G_FALSE ,

Line 1537: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');

1533: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1534: --
1535:
1536: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1537: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1538:
1539: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1540: p_commit => OKE_API.G_FALSE ,
1541: p_init_msg_list => OKE_API.G_FALSE ,

Line 1539: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,

1535:
1536: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1537: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1538:
1539: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1540: p_commit => OKE_API.G_FALSE ,
1541: p_init_msg_list => OKE_API.G_FALSE ,
1542: p_msg_count => x_msg_count ,
1543: p_msg_data => x_msg_data ,