DBA Data[Home] [Help]

APPS.GMD_SPEC_PUB dependencies on STANDARD

Line 118: -- Standard Start OF API savepoint

114:
115: BEGIN
116:
117:
118: -- Standard Start OF API savepoint
119: -- ===============================
120: SAVEPOINT Create_Spec;
121:
122: -- Standard call to check for call compatibility

Line 122: -- Standard call to check for call compatibility

118: -- Standard Start OF API savepoint
119: -- ===============================
120: SAVEPOINT Create_Spec;
121:
122: -- Standard call to check for call compatibility
123: -- =============================================
124: IF NOT FND_API.Compatible_API_CALL
125: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
126: THEN

Line 350: -- Standard Check of p_commit.

346: 'l_key_value', l_spec.spec_name);
347: RAISE FND_API.G_EXC_ERROR;
348: END IF;
349:
350: -- Standard Check of p_commit.
351: -- ==========================
352: IF FND_API.to_boolean(p_commit)
353: THEN
354: COMMIT WORK;

Line 437: -- Standard Start OF API savepoint

433:
434: BEGIN
435:
436:
437: -- Standard Start OF API savepoint
438: -- ===============================
439: SAVEPOINT Delete_Spec;
440:
441: -- Standard call to check for call compatibility.

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

437: -- Standard Start OF API savepoint
438: -- ===============================
439: SAVEPOINT Delete_Spec;
440:
441: -- Standard call to check for call compatibility.
442: -- ==============================================
443: IF NOT FND_API.Compatible_API_CALL
444: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
445: THEN

Line 518: -- Standard Check of p_commit.

514: ELSE -- Report one row successfully delete marked
515: x_deleted_rows := 1;
516: END IF;
517:
518: -- Standard Check of p_commit.
519: IF FND_API.to_boolean(p_commit)
520: THEN
521: COMMIT WORK;
522: END IF;

Line 605: -- Standard Start OF API savepoint

601:
602: BEGIN
603:
604:
605: -- Standard Start OF API savepoint
606: -- ===============================
607: SAVEPOINT Delete_Spec_Tests;
608:
609: -- Standard call to check for call compatibility.

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

605: -- Standard Start OF API savepoint
606: -- ===============================
607: SAVEPOINT Delete_Spec_Tests;
608:
609: -- Standard call to check for call compatibility.
610: -- ==============================================
611: IF NOT FND_API.Compatible_API_CALL
612: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
613: THEN

Line 734: -- Standard Check of p_commit.

730: x_deleted_rows := i;
731:
732: END LOOP;
733:
734: -- Standard Check of p_commit.
735: IF FND_API.to_boolean(p_commit)
736: THEN
737: COMMIT WORK;
738: END IF;