DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_AS_SU_ATMPTOUT_H

Line 658: v_suaoh_rec igs_as_su_atmptout_h%ROWTYPE;

654: ) IS
655: gv_other_detail VARCHAR2 (255);
656: BEGIN -- assp_ins_suao_hist
657: DECLARE
658: v_suaoh_rec igs_as_su_atmptout_h%ROWTYPE;
659: v_create_history BOOLEAN := FALSE;
660: BEGIN
661: -- Create a history for a IGS_AS_SU_STMPTOUT record.
662: -- Check if any of the non-primary key fields have been changed

Line 739: igs_as_su_atmptout_h_pkg.insert_row (

735: -- when saving the record
736: IF (v_suaoh_rec.hist_start_dt = v_suaoh_rec.hist_end_dt) THEN
737: v_suaoh_rec.hist_start_dt := v_suaoh_rec.hist_start_dt - 1 / (60 * 24 * 60);
738: END IF;
739: igs_as_su_atmptout_h_pkg.insert_row (
740: x_rowid => x_rowid,
741: x_org_id => l_org_id,
742: x_person_id => v_suaoh_rec.person_id,
743: x_course_cd => v_suaoh_rec.course_cd,