DBA Data[Home] [Help]

APPS.IGF_AP_ST_INST_APPL_PKG dependencies on DUAL

Line 452: SELECT igf_ap_st_inst_appl_s.nextval INTO x_inst_app_id FROM DUAL;

448: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
449: igs_ge_msg_stack.add;
450: app_exception.raise_exception;
451: END IF;
452: SELECT igf_ap_st_inst_appl_s.nextval INTO x_inst_app_id FROM DUAL;
453: before_dml(
454: p_action => 'INSERT',
455: x_rowid => x_rowid,
456: x_inst_app_id => x_inst_app_id,