DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on STANDARD

Line 294: -- Standard Start OF API savepoint

290: WMS_LICENSE_PLATE_NUMBERS WHERE lpn_id = p_qc_samples_rec.lpn_id;
291:
292: BEGIN
293:
294: -- Standard Start OF API savepoint
295:
296: SAVEPOINT CREATE_SAMPLES;
297:
298: --dbms_output.put_line('Entered Procedure CREATE_SAMPLES');

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

296: SAVEPOINT CREATE_SAMPLES;
297:
298: --dbms_output.put_line('Entered Procedure CREATE_SAMPLES');
299:
300: /* Standard call to check for call compatibility. */
301:
302: IF NOT FND_API.Compatible_API_CALL
303: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
304: THEN

Line 1004: -- Standard Check of p_commit.

1000: END IF; -- IF l_batch_status <> 4 then
1001:
1002: END IF;
1003: END IF;
1004: -- Standard Check of p_commit.
1005: IF FND_API.to_boolean(p_commit) THEN
1006: COMMIT WORK;
1007: END IF;
1008:

Line 1349: -- Standard Start OF API savepoint

1345:
1346: BEGIN
1347:
1348:
1349: -- Standard Start OF API savepoint
1350:
1351: SAVEPOINT DELETE_SAMPLES;
1352:
1353: -- Standard call to check for call compatibility.

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

1349: -- Standard Start OF API savepoint
1350:
1351: SAVEPOINT DELETE_SAMPLES;
1352:
1353: -- Standard call to check for call compatibility.
1354:
1355: IF NOT FND_API.Compatible_API_CALL
1356: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
1357: THEN

Line 1468: -- Standard Check of p_commit.

1464: END IF;
1465:
1466: END IF; -- Sample Disposition Not Retain OR Cancel
1467:
1468: -- Standard Check of p_commit.
1469: IF FND_API.to_boolean(p_commit)
1470: THEN
1471: COMMIT WORK;
1472: END IF;