DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on STANDARD

Line 1078: -- Standard Start of API savepoint

1074: Universe_cur refCur;
1075: -- end for bug 9387044
1076:
1077: BEGIN
1078: -- Standard Start of API savepoint
1079: SAVEPOINT scoreObjects_PVT;
1080:
1081: l_api_name := 'scoreObjects';
1082:

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

1079: SAVEPOINT scoreObjects_PVT;
1080:
1081: l_api_name := 'scoreObjects';
1082:
1083: -- Standard call to check for call compatibility.
1084: IF NOT FND_API.Compatible_API_Call (l_api_version_number, p_api_version,
1085: l_api_name, G_PKG_NAME)
1086: THEN
1087: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1489: -- Standard check for p_commit

1485: --
1486: -- End of API body
1487: --
1488:
1489: -- Standard check for p_commit
1490: IF FND_API.to_Boolean(p_commit)
1491: THEN
1492: COMMIT WORK;
1493: END IF;