DBA Data[Home] [Help]

APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on FND_API

Line 804: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

800: when No_Data_Found then
801: null;
802:
803: when others then
804: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
805:
806: END explode_resources;
807:
808: /* public function */