DBA Data[Home] [Help]

APPS.EAM_CLEARANCE_WORKFLOW_PVT dependencies on FND_API

Line 198: l_return_status := FND_API.G_RET_STS_ERROR;

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

Line 306: l_return_status := FND_API.G_RET_STS_ERROR;

302: , p_debug_file_mode => 'W'
303: );
304:
305: if nvl(l_return_status, 'S') <> 'S' then
306: l_return_status := FND_API.G_RET_STS_ERROR;
307: RAISE l_status_error;
308: ELSE
309: COMMIT;
310: end if;