DBA Data[Home] [Help]

APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on FND_API

Line 833: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

829: when No_Data_Found then
830: null;
831:
832: when others then
833: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
834:
835: END explode_resources;
836:
837: /* public function */