DBA Data[Home] [Help]

APPS.OKE_FUNDING_PUB dependencies on FND_API

Line 343: IF FND_API.to_boolean(p_commit) THEN

339: RAISE OKE_API.G_EXCEPTION_ERROR;
340:
341: END IF;
342:
343: IF FND_API.to_boolean(p_commit) THEN
344:
345: COMMIT WORK;
346:
347: END IF;

Line 550: IF (FND_API.to_boolean(p_agreement_flag)) THEN

546: --
547: -- Check for agreement creation option
548: --
549:
550: IF (FND_API.to_boolean(p_agreement_flag)) THEN
551:
552: --dbms_output.put_line('calling oke_agreement_pvt.create_agreement');
553: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'calling oke_agreement_pvt.create_agreement');
554:

Line 579: IF FND_API.to_boolean(p_commit) THEN

575: END IF;
576:
577: END IF;
578:
579: IF FND_API.to_boolean(p_commit) THEN
580:
581: COMMIT WORK;
582:
583: END IF;

Line 676: x_return_status := FND_API.G_RET_STS_SUCCESS;

672:
673: --dbms_output.put_line('entering oke_funding_pub.update_funding');
674: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'entering oke_funding_pub.update_funding');
675:
676: x_return_status := FND_API.G_RET_STS_SUCCESS;
677: x_funding_out_rec.return_status := OKE_API.G_RET_STS_SUCCESS;
678:
679: l_return_status := OKE_API.START_ACTIVITY(p_api_name => l_api_name ,
680: p_pkg_name => G_PKG_NAME ,

Line 806: IF (FND_API.to_boolean(p_agreement_flag)) THEN

802: --
803: -- Check if agreement update is needed
804: --
805:
806: IF (FND_API.to_boolean(p_agreement_flag)) THEN
807:
808: OKE_FUNDING_UTIL_PKG.check_agreement_exist(x_funding_source_id => p_funding_in_rec.funding_source_id ,
809: x_return_status => l_agreement_exist
810: );

Line 863: IF FND_API.to_boolean(p_commit) THEN

859: END IF;
860:
861: END IF;
862:
863: IF FND_API.to_boolean(p_commit) THEN
864:
865: COMMIT WORK;
866:
867: END IF;

Line 1032: IF FND_API.to_boolean(p_commit) THEN

1028:
1029: --dbms_output.put_line('finished oke_funding_pub.delete_funding w/ ' || x_return_status);
1030: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.delete_funding w/ ' || x_return_status);
1031:
1032: IF FND_API.to_boolean(p_commit) THEN
1033:
1034: COMMIT WORK;
1035:
1036: END IF;

Line 1163: IF (FND_API.to_boolean(p_agreement_flag)) THEN

1159: --
1160: -- Check if agreement update is needed
1161: --
1162:
1163: IF (FND_API.to_boolean(p_agreement_flag)) THEN
1164:
1165: --
1166: -- Validate agreement_id
1167: --

Line 1205: IF FND_API.to_boolean(p_commit) THEN

1201:
1202: --dbms_output.put_line('finished oke_funding_pub.add_allocation w/ ' || x_return_status);
1203: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.add_allocation w/ ' || x_return_status);
1204:
1205: IF FND_API.to_boolean(p_commit) THEN
1206:
1207: COMMIT WORK;
1208:
1209: END IF;

Line 1337: IF (FND_API.to_boolean(p_agreement_flag)) THEN

1333: --
1334: -- Check if agreement update is needed
1335: --
1336:
1337: IF (FND_API.to_boolean(p_agreement_flag)) THEN
1338:
1339: --
1340: -- Validate agreement_id
1341: --

Line 1399: IF FND_API.to_boolean(p_commit) THEN

1395:
1396: --dbms_output.put_line('finished oke_funding_pub.update_allocation w/ ' || x_return_status);
1397: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.update_allocation w/ ' || x_return_status);
1398:
1399: IF FND_API.to_boolean(p_commit) THEN
1400:
1401: COMMIT WORK;
1402:
1403: END IF;

Line 1630: IF FND_API.to_boolean(p_commit) THEN

1626:
1627: --dbms_output.put_line('finished oke_funding_pub.delete_allocation w/ ' || x_return_status);
1628: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.delete_allocation w/ ' || x_return_status);
1629:
1630: IF FND_API.to_boolean(p_commit) THEN
1631:
1632: COMMIT WORK;
1633:
1634: END IF;