DBA Data[Home] [Help]

APPS.RCV_INSERT_FROM_INL dependencies on FND_API

Line 125: raise fnd_api.g_exc_unexpected_error;

121:
122: asn_debug.put_line ('request id: '||l_req_id);
123:
124: if (l_req_id <= 0 or l_req_id is null) then
125: raise fnd_api.g_exc_unexpected_error;
126: end if;
127:
128: -- null;
129:

Line 365: raise fnd_api.g_exc_unexpected_error;

361:
362: asn_debug.put_line ('request id: '||l_req_id);
363:
364: if (l_req_id <= 0 or l_req_id is null) then
365: raise fnd_api.g_exc_unexpected_error;
366: end if;
367:
368: EXCEPTION
369: WHEN OTHERS THEN