DBA Data[Home] [Help]

APPS.IGS_EN_HESA_PKG dependencies on IGS_HE_ST_SPA_ALL_PKG

Line 31: --jbaber 16-Jan-2006 Updated igs_he_st_spa_all_pkg call to include exclud_flag column for HE305

27: -- HECR008-Alphsnumeric student instance number Bug 2893557
28: --gmahesa 13-Nov-2003 Bug No: 3227107 address changes, Modified gc_addr_rec cursor to select records with active status.
29: --smaddali 08-Jan-2004 Bug#3291399 , modified procedure hesa_susa_enr for modifying logic for copying fields
30: --jbaber 24-Nov-2004 Bug No: 3949136. Modified hesa_stats_enr procedure to prevent enrollment HESA data from being overwritten
31: --jbaber 16-Jan-2006 Updated igs_he_st_spa_all_pkg call to include exclud_flag column for HE305
32: --------------------------------------------------------------------
33:
34: PROCEDURE hesa_stats_enr(
35: p_person_id IN NUMBER,

Line 226: igs_he_st_spa_all_pkg.insert_row(

222: END ;
223: END LOOP;
224:
225: --Create a reocrd in hesa student program attempt table
226: igs_he_st_spa_all_pkg.insert_row(
227: x_rowid =>x_rowid,
228: x_org_id =>l_org_id,
229: x_hesa_st_spa_id =>v_stat_seq_num,
230: x_person_id =>p_person_id,