DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_PUB dependencies on STANDARD

Line 96: -- Standard Start OF API savepoint

92:
93: BEGIN
94:
95:
96: -- Standard Start OF API savepoint
97:
98: SAVEPOINT Create_Tests;
99:
100: /* Standard call to check for call compatibility. */

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

96: -- Standard Start OF API savepoint
97:
98: SAVEPOINT Create_Tests;
99:
100: /* Standard call to check for call compatibility. */
101:
102: IF NOT FND_API.Compatible_API_CALL
103: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
104: THEN

Line 410: -- Standard Check of p_commit.

406: END LOOP;
407:
408: END IF;
409:
410: -- Standard Check of p_commit.
411: IF FND_API.to_boolean(p_commit)
412: THEN
413: COMMIT WORK;
414: END IF;

Line 481: -- Standard Start OF API savepoint

477:
478: BEGIN
479:
480:
481: -- Standard Start OF API savepoint
482:
483: SAVEPOINT DELETE_TEST_HEADERS;
484:
485: -- Standard call to check for call compatibility.

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

481: -- Standard Start OF API savepoint
482:
483: SAVEPOINT DELETE_TEST_HEADERS;
484:
485: -- Standard call to check for call compatibility.
486:
487: IF NOT FND_API.Compatible_API_CALL
488: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
489: THEN

Line 586: -- Standard Check of p_commit.

582:
583: END IF;
584: END IF;
585:
586: -- Standard Check of p_commit.
587: IF FND_API.to_boolean(p_commit)
588: THEN
589: COMMIT WORK;
590: END IF;

Line 656: -- Standard Start OF API savepoint

652:
653: BEGIN
654:
655:
656: -- Standard Start OF API savepoint
657:
658: SAVEPOINT DELETE_TEST_VALUES;
659:
660: -- Standard call to check for call compatibility.

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

656: -- Standard Start OF API savepoint
657:
658: SAVEPOINT DELETE_TEST_VALUES;
659:
660: -- Standard call to check for call compatibility.
661:
662: IF NOT FND_API.Compatible_API_CALL
663: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
664: THEN

Line 801: -- Standard Check of p_commit.

797: END IF;
798:
799:
800:
801: -- Standard Check of p_commit.
802: IF FND_API.to_boolean(p_commit)
803: THEN
804: COMMIT WORK;
805: END IF;

Line 870: -- Standard Start OF API savepoint

866:
867: BEGIN
868:
869:
870: -- Standard Start OF API savepoint
871:
872: SAVEPOINT DELETE_CUSTOMER_TESTS;
873:
874: -- Standard call to check for call compatibility.

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

870: -- Standard Start OF API savepoint
871:
872: SAVEPOINT DELETE_CUSTOMER_TESTS;
873:
874: -- Standard call to check for call compatibility.
875:
876: IF NOT FND_API.Compatible_API_CALL
877: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
878: THEN

Line 994: -- Standard Check of p_commit.

990:
991: END LOOP;
992:
993:
994: -- Standard Check of p_commit.
995: IF FND_API.to_boolean(p_commit)
996: THEN
997: COMMIT WORK;
998: END IF;