DBA Data[Home] [Help]

APPS.EAM_ISOLATION_WORKFLOW_PVT dependencies on FND_API

Line 196: l_return_status := FND_API.G_RET_STS_ERROR;

192: , p_debug_file_mode => 'W'
193: );
194:
195: if nvl(l_return_status, 'S') <> 'S' then
196: l_return_status := FND_API.G_RET_STS_ERROR;
197: RAISE l_status_error;
198: ELSE
199: COMMIT;
200: end if;

Line 302: l_return_status := FND_API.G_RET_STS_ERROR;

298: , p_debug_file_mode => 'W'
299: );
300:
301: if nvl(l_return_status, 'S') <> 'S' then
302: l_return_status := FND_API.G_RET_STS_ERROR;
303: RAISE l_status_error;
304: ELSE
305: COMMIT;
306: end if;