DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on STANDARD

Line 1333: This is the standard error handling but am retaining the older method

1329: l_errmsg_name := 'CS_SR_CANT_UPDATE_STATUS';
1330: raise l_API_ERROR;
1331: END IF;
1332: /*
1333: This is the standard error handling but am retaining the older method
1334: as in earlier version
1335: IF (l_return_status = FND_API.G_RET_STS_ERROR) THEN
1336: raise FND_API.G_EXC_ERROR;
1337: ELSIF (l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN