DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_AS_SU_SETATMPT_H

Line 6667: v_susa_rec IGS_AS_SU_SETATMPT_H%ROWTYPE;

6663: gv_other_detail VARCHAR2(255);
6664: BEGIN -- enrp_ins_susa_hist
6665: -- Create a history for an IGS_AD_APPL record
6666: DECLARE
6667: v_susa_rec IGS_AS_SU_SETATMPT_H%ROWTYPE;
6668: v_create_history BOOLEAN := FALSE;
6669: BEGIN
6670: -- Create a history for a IGS_AS_SU_SETATMPT record.
6671: -- Check if any of the non-primary key fields have been changed

Line 6766: IGS_AS_SU_SETATMPT_H_PKG.INSERT_ROW (

6762: DECLARE
6763: l_rowid VARCHAR2(25);
6764: l_org_id NUMBER := igs_ge_gen_003.get_org_id;
6765: BEGIN
6766: IGS_AS_SU_SETATMPT_H_PKG.INSERT_ROW (
6767: x_rowid => l_rowid,
6768: x_person_id => v_susa_rec.person_id,
6769: x_course_cd => v_susa_rec.course_cd,
6770: x_unit_set_cd => v_susa_rec.unit_set_cd,