DBA Data[Home] [Help]

APPS.RCV_INSERT_FROM_INL dependencies on FND_API

Line 127: raise fnd_api.g_exc_unexpected_error;

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

Line 398: raise fnd_api.g_exc_unexpected_error;

394:
395: asn_debug.put_line ('request id: '||l_req_id);
396:
397: if (l_req_id <= 0 or l_req_id is null) then
398: raise fnd_api.g_exc_unexpected_error;
399: end if;
400:
401: EXCEPTION
402: WHEN OTHERS THEN