DBA Data[Home] [Help]

APPS.EAM_WORKPERMIT_WORKFLOW_PVT dependencies on FND_API

Line 195: l_return_status := FND_API.G_RET_STS_ERROR;

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

Line 299: l_return_status := FND_API.G_RET_STS_ERROR;

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