DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on STANDARD

Line 197: -- Standard Start OF API savepoint

193:
194: BEGIN
195:
196:
197: -- Standard Start OF API savepoint
198:
199: SAVEPOINT RECORD_RESULTS;
200:
201:

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

198:
199: SAVEPOINT RECORD_RESULTS;
200:
201:
202: /* Standard call to get for call compatibility. */
203:
204: IF NOT FND_API.Compatible_API_CALL
205: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
206: THEN

Line 956: -- Standard Check of p_commit.

952: END IF;
953:
954:
955:
956: -- Standard Check of p_commit.
957: IF FND_API.to_boolean(p_commit)
958: THEN
959: COMMIT WORK;
960: END IF;

Line 1043: -- Standard Start OF API savepoint

1039:
1040: BEGIN
1041:
1042:
1043: -- Standard Start OF API savepoint
1044:
1045: SAVEPOINT ADD_TESTS_TO_SAMPLE;
1046:
1047:

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

1044:
1045: SAVEPOINT ADD_TESTS_TO_SAMPLE;
1046:
1047:
1048: /* Standard call to get for call compatibility. */
1049:
1050: IF NOT FND_API.Compatible_API_CALL
1051: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
1052: THEN

Line 1147: -- Standard Check of p_commit.

1143: RAISE FND_API.G_EXC_ERROR;
1144: END IF;
1145:
1146:
1147: -- Standard Check of p_commit.
1148: IF FND_API.to_boolean(p_commit)
1149: THEN
1150: COMMIT WORK;
1151: END IF;