DBA Data[Home] [Help]

APPS.FND_APPLICATION_PKG dependencies on DUAL

Line 301: select fnd_application_s.nextval into app_id from dual;

297: );
298: exception
299: when NO_DATA_FOUND then
300:
301: select fnd_application_s.nextval into app_id from dual;
302:
303: fnd_application_pkg.load_row(
304: X_APPLICATION_SHORT_NAME => X_APPLICATION_SHORT_NAME,
305: X_APPLICATION_ID => app_id,

Line 391: --select fnd_application_s.nextval into app_id from dual;

387: fnd_message.set_token('ID', X_APPLICATION_ID);
388: app_exception.raise_exception;
389: end if;
390:
391: --select fnd_application_s.nextval into app_id from dual;
392: fnd_application_pkg.INSERT_ROW(
393: X_ROWID => row_id,
394: X_APPLICATION_ID => X_APPLICATION_ID,
395: X_APPLICATION_SHORT_NAME => X_APPLICATION_SHORT_NAME,