DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FND_API

Line 2371: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN -- This occurs when distribution doesn't have IMPACTED or OLD link

2367: );
2368: RETURN FALSE;
2369:
2370:
2371: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN -- This occurs when distribution doesn't have IMPACTED or OLD link
2372: RETURN(FALSE); -- Ensures that data is rolled back;calling procedure rolls back on error, no need of rollback here
2373:
2374: WHEN others THEN
2375: l_mesg:=SQLERRM;