DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on STANDARD

Line 149: -- Standard Start OF API savepoint

145:
146: BEGIN
147:
148:
149: -- Standard Start OF API savepoint
150:
151: SAVEPOINT RECORD_RESULTS;
152:
153:

Line 154: /* Standard call to get for call compatibility. */

150:
151: SAVEPOINT RECORD_RESULTS;
152:
153:
154: /* Standard call to get for call compatibility. */
155:
156: IF NOT FND_API.Compatible_API_CALL
157: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
158: THEN

Line 756: -- Standard Check of p_commit.

752: END IF;
753:
754:
755:
756: -- Standard Check of p_commit.
757: IF FND_API.to_boolean(p_commit)
758: THEN
759: COMMIT WORK;
760: END IF;

Line 843: -- Standard Start OF API savepoint

839:
840: BEGIN
841:
842:
843: -- Standard Start OF API savepoint
844:
845: SAVEPOINT ADD_TESTS_TO_SAMPLE;
846:
847:

Line 848: /* Standard call to get for call compatibility. */

844:
845: SAVEPOINT ADD_TESTS_TO_SAMPLE;
846:
847:
848: /* Standard call to get for call compatibility. */
849:
850: IF NOT FND_API.Compatible_API_CALL
851: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
852: THEN

Line 947: -- Standard Check of p_commit.

943: RAISE FND_API.G_EXC_ERROR;
944: END IF;
945:
946:
947: -- Standard Check of p_commit.
948: IF FND_API.to_boolean(p_commit)
949: THEN
950: COMMIT WORK;
951: END IF;