DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on STANDARD

Line 269: -- Standard Start OF API savepoint

265: BEGIN
266: -- gmd_debug.log_initialize('SF2');
267: -- gmd_debug.put_line('Entered Procedure CREATE SAMPLES');
268:
269: -- Standard Start OF API savepoint
270:
271: SAVEPOINT CREATE_SAMPLES;
272:
273: --dbms_output.put_line('Entered Procedure CREATE_SAMPLES');

Line 275: /* Standard call to check for call compatibility. */

271: SAVEPOINT CREATE_SAMPLES;
272:
273: --dbms_output.put_line('Entered Procedure CREATE_SAMPLES');
274:
275: /* Standard call to check for call compatibility. */
276:
277: IF NOT FND_API.Compatible_API_CALL
278: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
279: THEN

Line 920: -- Standard Check of p_commit.

916: END IF; -- IF l_batch_status <> 4 then
917:
918: END IF;
919: END IF;
920: -- Standard Check of p_commit.
921: IF FND_API.to_boolean(p_commit) THEN
922: COMMIT WORK;
923: END IF;
924:

Line 1265: -- Standard Start OF API savepoint

1261:
1262: BEGIN
1263:
1264:
1265: -- Standard Start OF API savepoint
1266:
1267: SAVEPOINT DELETE_SAMPLES;
1268:
1269: -- Standard call to check for call compatibility.

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

1265: -- Standard Start OF API savepoint
1266:
1267: SAVEPOINT DELETE_SAMPLES;
1268:
1269: -- Standard call to check for call compatibility.
1270:
1271: IF NOT FND_API.Compatible_API_CALL
1272: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
1273: THEN

Line 1384: -- Standard Check of p_commit.

1380: END IF;
1381:
1382: END IF; -- Sample Disposition Not Retain OR Cancel
1383:
1384: -- Standard Check of p_commit.
1385: IF FND_API.to_boolean(p_commit)
1386: THEN
1387: COMMIT WORK;
1388: END IF;