DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on STANDARD

Line 794: -- Standard Start of API savepoint

790: -- End - schekuri - 6156648 - 10/Jun/2007 - Adding wait for request to try to make it wait
791:
792:
793: BEGIN
794: -- Standard Start of API savepoint
795: SAVEPOINT scoreObjects_PVT;
796:
797: l_api_name := 'scoreObjects';
798:

Line 799: -- Standard call to check for call compatibility.

795: SAVEPOINT scoreObjects_PVT;
796:
797: l_api_name := 'scoreObjects';
798:
799: -- Standard call to check for call compatibility.
800: IF NOT FND_API.Compatible_API_Call (l_api_version_number, p_api_version,
801: l_api_name, G_PKG_NAME)
802: THEN
803: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1025: -- Standard check for p_commit

1021: --
1022: -- End of API body
1023: --
1024:
1025: -- Standard check for p_commit
1026: IF FND_API.to_Boolean(p_commit)
1027: THEN
1028: COMMIT WORK;
1029: END IF;