DBA Data[Home] [Help]

APPS.IGS_AS_TRNCMT_LGCY_PUB dependencies on STANDARD

Line 588: --Standard start of API savepoint

584: l_return_value VARCHAR2(1);
585: WARN_TYPE_ERR EXCEPTION;
586:
587: BEGIN
588: --Standard start of API savepoint
589: SAVEPOINT create_trncmt;
590:
591: --Standard call to check for call compatibility.
592: IF NOT FND_API.COMPATIBLE_API_CALL(

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

587: BEGIN
588: --Standard start of API savepoint
589: SAVEPOINT create_trncmt;
590:
591: --Standard call to check for call compatibility.
592: IF NOT FND_API.COMPATIBLE_API_CALL(
593: l_api_version,
594: p_api_version,
595: l_api_name,

Line 690: --Standard check of p_commit.

686: NVL(FND_GLOBAL.LOGIN_ID,-1)
687: );
688:
689:
690: --Standard check of p_commit.
691: IF FND_API.to_Boolean(p_commit) THEN
692: commit;
693: END IF;
694: