DBA Data[Home] [Help]

APPS.IGS_PS_USEC_RPT_FMLY_PKG dependencies on DUAL

Line 469: select igs_ps_usec_rpt_fmly_s.nextval into x_unit_section_rpt_family_id from dual;

465: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
466: IGS_GE_MSG_STACK.ADD;
467: app_exception.raise_exception;
468: end if;
469: select igs_ps_usec_rpt_fmly_s.nextval into x_unit_section_rpt_family_id from dual;
470: Before_DML(
471: p_action=>'INSERT',
472: x_rowid=>X_ROWID,
473: x_unit_section_rpt_family_id=>x_unit_section_rpt_family_id,