DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_FLD_STDY_PKG dependencies on IGS_PS_UNIT_FLD_STDY_S

Line 433: SELECT igs_ps_unit_fld_stdy_s.nextval

429: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
430: IGS_GE_MSG_STACK.ADD;
431: app_exception.raise_exception;
432: end if;
433: SELECT igs_ps_unit_fld_stdy_s.nextval
434: INTO x_unit_field_of_study_id
435: FROM dual;
436: Before_DML(
437: p_action=>'INSERT',

Line 570: update IGS_PS_UNIT_FLD_STDY set

566: x_created_by=>X_LAST_UPDATED_BY,
567: x_last_update_date=>X_LAST_UPDATE_DATE,
568: x_last_updated_by=>X_LAST_UPDATED_BY,
569: x_last_update_login=>X_LAST_UPDATE_LOGIN);
570: update IGS_PS_UNIT_FLD_STDY set
571: UNIT_CODE = NEW_REFERENCES.UNIT_CODE,
572: VERSION_NUMBER = NEW_REFERENCES.VERSION_NUMBER,
573: FIELD_OF_STUDY = NEW_REFERENCES.FIELD_OF_STUDY,
574: LAST_UPDATE_DATE = X_LAST_UPDATE_DATE,