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 491: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,

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

Line 637: -- OKE_ALLOCATION_PVT.add_allocation

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

Line 638: -- OKE_ALLOCATION_PVT.update_allocation

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

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

686:
687: END IF;
688:
689: --
690: -- Call OKE_ALLOCATION_PVT.add_allocation and update_allocation to create/update contract funding allocation
691: --
692:
693: --dbms_output.put_line('checking if add or update allocation');
694: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'checking if add or update allocation');

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

718: END IF;
719:
720: IF (check_update_add(p_fund_allocation_id => l_allocation_in_rec.fund_allocation_id)) THEN
721:
722: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
723: p_init_msg_list => OKE_API.G_FALSE ,
724: p_commit => OKE_API.G_FALSE ,
725: p_return_status => x_return_status ,
726: p_msg_count => x_msg_count ,

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

731: );
732:
733: ELSE
734:
735: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
736: p_init_msg_list => OKE_API.G_FALSE ,
737: p_commit => OKE_API.G_FALSE ,
738: p_return_status => x_return_status ,
739: p_msg_count => x_msg_count ,

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

959: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'in loop: calling delete_allocation');
960:
961: FOR l_allocation_id IN c_fund_allocation_id(p_funding_source_id) LOOP
962:
963: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
964: p_init_msg_list => OKE_API.G_FALSE ,
965: p_commit => OKE_API.G_FALSE ,
966: p_return_status => x_return_status ,
967: p_msg_count => x_msg_count ,

Line 1065: -- OKE_ALLOCATION_PVT.add_allocation

1061: -- Description: This procedure is used to create funding allocation and update/add pa funding
1062: --
1063: -- Calling subprograms: OKE_API.start_activity
1064: -- OKE_API.end_activity
1065: -- OKE_ALLOCATION_PVT.add_allocation
1066: -- OKE_AGREEMENT_PVT.add_pa_funding
1067: --
1068:
1069: PROCEDURE add_allocation(p_api_version IN NUMBER ,

Line 1112: -- Call OKE_ALLOCATION_PVT.add_allocation

1108:
1109: END IF;
1110:
1111: --
1112: -- Call OKE_ALLOCATION_PVT.add_allocation
1113: --
1114:
1115: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1116: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');

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

1111: --
1112: -- Call OKE_ALLOCATION_PVT.add_allocation
1113: --
1114:
1115: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1116: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1117:
1118: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1119: p_init_msg_list => OKE_API.G_FALSE ,

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

1112: -- Call OKE_ALLOCATION_PVT.add_allocation
1113: --
1114:
1115: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1116: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1117:
1118: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1119: p_init_msg_list => OKE_API.G_FALSE ,
1120: p_commit => OKE_API.G_FALSE ,

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

1114:
1115: --dbms_output.put_line('calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1116: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.add_allocation from oke_funding_pub');
1117:
1118: OKE_ALLOCATION_PVT.add_allocation(p_api_version => p_api_version ,
1119: p_init_msg_list => OKE_API.G_FALSE ,
1120: p_commit => OKE_API.G_FALSE ,
1121: p_msg_count => x_msg_count ,
1122: p_msg_data => x_msg_data ,

Line 1240: -- OKE_ALLOCATION_PVT.update_allocation

1236: -- Description: This procedure is used to update contract funding allocation and pa funding line
1237: --
1238: -- Calling subprograms: OKE_API.start_activity
1239: -- OKE_API.end_activity
1240: -- OKE_ALLOCATION_PVT.update_allocation
1241: -- OKE_AGREEMENT_PVT.update_pa_funding
1242: -- OKE_AGREEMENT_PVT.add_pa_funding
1243: -- check_update_add_pa
1244: --

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

1287:
1288: x_allocation_out_rec.fund_allocation_id := p_allocation_in_rec.fund_allocation_id;
1289:
1290: --
1291: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1292: --
1293:
1294: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1295: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');

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

1290: --
1291: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1292: --
1293:
1294: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1295: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1296:
1297: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1298: p_init_msg_list => OKE_API.G_FALSE ,

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

1291: -- Call OKE_ALLOCATION_PVT.update_allocation to update the allocation line
1292: --
1293:
1294: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1295: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1296:
1297: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1298: p_init_msg_list => OKE_API.G_FALSE ,
1299: p_commit => OKE_API.G_FALSE ,

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

1293:
1294: --dbms_output.put_line('calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1295: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.update_allocation from oke_funding_pub');
1296:
1297: OKE_ALLOCATION_PVT.update_allocation(p_api_version => p_api_version ,
1298: p_init_msg_list => OKE_API.G_FALSE ,
1299: p_commit => OKE_API.G_FALSE ,
1300: p_msg_count => x_msg_count ,
1301: p_msg_data => x_msg_data ,

Line 1435: -- OKE_ALLOCATION_PVT.delete_allocation

1431: -- Description: This procedure is used to delete contract funding allocation and pa project_funding
1432: --
1433: -- Calling subprograms: OKE_API.start_activity
1434: -- OKE_API.end_activity
1435: -- OKE_ALLOCATION_PVT.delete_allocation
1436: --
1437:
1438: PROCEDURE delete_allocation(p_api_version IN NUMBER ,
1439: p_init_msg_list IN VARCHAR2 := OKE_API.G_FALSE ,

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

1514: END IF;
1515: CLOSE c_source;
1516:
1517: --
1518: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1519: --
1520:
1521: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1522: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');

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

1517: --
1518: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1519: --
1520:
1521: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1522: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1523:
1524: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1525: p_commit => OKE_API.G_FALSE ,

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

1518: -- Call OKE_ALLOCATION_PVT.delete_allocation to delete funding allocation line
1519: --
1520:
1521: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1522: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1523:
1524: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1525: p_commit => OKE_API.G_FALSE ,
1526: p_init_msg_list => OKE_API.G_FALSE ,

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

1520:
1521: --dbms_output.put_line('calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1522: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_allocation_pvt.delete_allocation from oke_funding_pub');
1523:
1524: OKE_ALLOCATION_PVT.delete_allocation(p_api_version => p_api_version ,
1525: p_commit => OKE_API.G_FALSE ,
1526: p_init_msg_list => OKE_API.G_FALSE ,
1527: p_msg_count => x_msg_count ,
1528: p_msg_data => x_msg_data ,