DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FND_API

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

2606: );
2607: RETURN FALSE;
2608:
2609:
2610: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN -- This occurs when distribution doesn't have IMPACTED or OLD link
2611: RETURN(FALSE); -- Ensures that data is rolled back;calling procedure rolls back on error, no need of rollback here
2612:
2613: WHEN others THEN
2614: l_mesg:=SQLERRM;