DBA Data[Home] [Help]

APPS.IGS_AD_GEN_010 dependencies on IGS_AD_APPL_HIST

Line 788: v_aah_rec IGS_AD_APPL_HIST%ROWTYPE;

784: gv_other_detail VARCHAR2(255);
785: BEGIN -- admp_ins_aa_hist
786: -- Create a history for an IGS_AD_APPL record
787: DECLARE
788: v_aah_rec IGS_AD_APPL_HIST%ROWTYPE;
789: v_create_history BOOLEAN := FALSE;
790: lv_rowid VARCHAR2(25);
791: l_org_id NUMBER(15);
792:

Line 845: IGS_AD_APPL_Hist_Pkg.Insert_Row (

841: v_aah_rec.hist_end_dt := p_new_update_on;
842: v_aah_rec.hist_who := p_old_update_who;
843: l_org_id := igs_ge_gen_003.get_org_id;
844:
845: IGS_AD_APPL_Hist_Pkg.Insert_Row (
846: X_Mode => 'R',
847: X_RowId => lv_rowid,
848: X_Person_Id => v_aah_rec.person_id,
849: X_Admission_Appl_Number => v_aah_rec.admission_appl_number,