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 549: IF (FND_API.to_boolean(p_agreement_flag)) THEN

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

Line 577: IF FND_API.to_boolean(p_commit) THEN

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

Line 667: x_return_status := FND_API.G_RET_STS_SUCCESS;

663:
664: --dbms_output.put_line('entering oke_funding_pub.update_funding');
665: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'entering oke_funding_pub.update_funding');
666:
667: x_return_status := FND_API.G_RET_STS_SUCCESS;
668: x_funding_out_rec.return_status := OKE_API.G_RET_STS_SUCCESS;
669:
670: l_return_status := OKE_API.START_ACTIVITY(p_api_name => l_api_name ,
671: p_pkg_name => G_PKG_NAME ,

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

793: --
794: -- Check if agreement update is needed
795: --
796:
797: IF (FND_API.to_boolean(p_agreement_flag)) THEN
798:
799: OKE_FUNDING_UTIL_PKG.check_agreement_exist(x_funding_source_id => p_funding_in_rec.funding_source_id ,
800: x_return_status => l_agreement_exist
801: );

Line 848: IF FND_API.to_boolean(p_commit) THEN

844: END IF;
845:
846: END IF;
847:
848: IF FND_API.to_boolean(p_commit) THEN
849:
850: COMMIT WORK;
851:
852: END IF;

Line 1017: IF FND_API.to_boolean(p_commit) THEN

1013:
1014: --dbms_output.put_line('finished oke_funding_pub.delete_funding w/ ' || x_return_status);
1015: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.delete_funding w/ ' || x_return_status);
1016:
1017: IF FND_API.to_boolean(p_commit) THEN
1018:
1019: COMMIT WORK;
1020:
1021: END IF;

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

1144: --
1145: -- Check if agreement update is needed
1146: --
1147:
1148: IF (FND_API.to_boolean(p_agreement_flag)) THEN
1149:
1150: --
1151: -- Validate agreement_id
1152: --

Line 1190: IF FND_API.to_boolean(p_commit) THEN

1186:
1187: --dbms_output.put_line('finished oke_funding_pub.add_allocation w/ ' || x_return_status);
1188: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.add_allocation w/ ' || x_return_status);
1189:
1190: IF FND_API.to_boolean(p_commit) THEN
1191:
1192: COMMIT WORK;
1193:
1194: END IF;

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

1318: --
1319: -- Check if agreement update is needed
1320: --
1321:
1322: IF (FND_API.to_boolean(p_agreement_flag)) THEN
1323:
1324: --
1325: -- Validate agreement_id
1326: --

Line 1384: IF FND_API.to_boolean(p_commit) THEN

1380:
1381: --dbms_output.put_line('finished oke_funding_pub.update_allocation w/ ' || x_return_status);
1382: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.update_allocation w/ ' || x_return_status);
1383:
1384: IF FND_API.to_boolean(p_commit) THEN
1385:
1386: COMMIT WORK;
1387:
1388: END IF;

Line 1615: IF FND_API.to_boolean(p_commit) THEN

1611:
1612: --dbms_output.put_line('finished oke_funding_pub.delete_allocation w/ ' || x_return_status);
1613: --FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'finished oke_funding_pub.delete_allocation w/ ' || x_return_status);
1614:
1615: IF FND_API.to_boolean(p_commit) THEN
1616:
1617: COMMIT WORK;
1618:
1619: END IF;