DBA Data[Home] [Help]

APPS.IGS_PS_USEC_WLST_PRI_PKG dependencies on IGS_PS_USEC_WLST_PRI_S

Line 445: igs_ps_usec_wlst_pri_s.nextval

441: IGS_GE_MSG_STACK.ADD;
442: app_exception.raise_exception;
443: end if;
444: SELECT
445: igs_ps_usec_wlst_pri_s.nextval
446: INTO
447: x_unit_sec_wlst_priority_id
448: FROM dual;
449: before_dml(p_action=>'INSERT',

Line 595: UPDATE IGS_PS_USEC_WLST_PRI set

591: x_created_by=>X_LAST_UPDATED_BY,
592: x_last_update_date=>X_LAST_UPDATE_DATE,
593: x_last_updated_by=>X_LAST_UPDATED_BY,
594: x_last_update_login=>X_LAST_UPDATE_LOGIN);
595: UPDATE IGS_PS_USEC_WLST_PRI set
596: uoo_id = new_references.uoo_id,
597: priority_number = new_references.priority_number,
598: priority_value = new_references.priority_value,
599: last_update_date = x_last_update_date,