DBA Data[Home] [Help]

APPS.FNDCP_CRM dependencies on DUAL

Line 295: from sys.dual;

291: when no_data_found then
292: begin -- insert block
293: select fnd_conflicts_domain_s.nextval
294: into cdid
295: from sys.dual;
296:
297: insert
298: into fnd_conflicts_domain (
299: cd_id,

Line 328: 'Too many rows in sys.dual');

324:
325: exception
326: when no_data_found then
327: fnd_message.set_name ('FND',
328: 'Too many rows in sys.dual');
329: return (-1);
330:
331: when insert_error then
332: fnd_message.set_name ('FND', 'SQL-Generic error');