DBA Data[Home] [Help]

APPS.FNDCP_CRM dependencies on DUAL

Line 297: from sys.dual;

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

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

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