DBA Data[Home] [Help]

APPS.IGS_RE_GEN_003 dependencies on IGS_RE_THS_EXAM_HIST_PKG

Line 202: IGS_RE_THS_EXAM_HIST_PKG.INSERT_ROW(

198: v_teh_rec.creation_dt := p_creation_dt;
199: v_teh_rec.hist_start_dt := p_old_update_on;
200: v_teh_rec.hist_end_dt := NVL(p_new_update_on,SYSDATE);
201: v_teh_rec.hist_who := p_old_update_who;
202: IGS_RE_THS_EXAM_HIST_PKG.INSERT_ROW(
203: X_ROWID => LV_ROWID,
204: X_person_id => v_teh_rec.person_id,
205: X_ca_sequence_number => v_teh_rec.ca_sequence_number,
206: X_the_sequence_number => v_teh_rec.the_sequence_number,