DBA Data[Home] [Help]

APPS.EAM_FAILURESETS_PVT dependencies on STANDARD

Line 364: -- Standard check of p_commit.

360: END;
361: END IF;
362:
363: x_failureset_id := l_failureset_id;
364: -- Standard check of p_commit.
365: IF FND_API.To_Boolean( p_commit ) THEN
366: COMMIT WORK;
367: END IF;
368:

Line 542: -- Standard check of p_commit.

538: RAISE FND_API.G_EXC_ERROR;
539: END;
540: END IF;
541:
542: -- Standard check of p_commit.
543: IF FND_API.To_Boolean( p_commit ) THEN
544: COMMIT WORK;
545: END IF;
546: