DBA Data[Home] [Help]

APPS.OTA_CANCEL_TRAINING_SS dependencies on STANDARD

Line 632: -- Populate standard return values if cancel enrollment

628: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
629: RAISE l_wf_exception;
630: END IF;
631: --
632: -- Populate standard return values if cancel enrollment
633: -- and work flow creation were successful
634: --
635: x_return_status := FND_API.G_RET_STS_SUCCESS;
636: x_msg_count := 1;