DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on FND_PROGRAM

Line 782: IF NOT fnd_program.program_exists('WICMLP','WIP') THEN

778: RETURN;
779: END IF;
780:
781: -- check whether Concurrent Program is available
782: IF NOT fnd_program.program_exists('WICMLP','WIP') THEN
783: FND_MESSAGE.SET_NAME('AHL','AHL_PRD_NO_WICMLP');
784: FND_MSG_PUB.ADD;
785: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
786: RETURN;

Line 790: IF NOT fnd_program.executable_exists('WICMLX','WIP') THEN

786: RETURN;
787: END IF;
788:
789: -- check whether Concurrent Executible is available
790: IF NOT fnd_program.executable_exists('WICMLX','WIP') THEN
791: FND_MESSAGE.SET_NAME('AHL','AHL_PRD_NO_WICMLX');
792: FND_MSG_PUB.ADD;
793: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
794: RETURN;