DBA Data[Home] [Help]

APPS.IGS_AD_DEF_APPL_PKG dependencies on IGS_GE_GEN_003

Line 182: igs_ge_gen_003.set_org_id(null);

178: -- End cursor declarations -----------------------------------------------------------------------------------------------
179: BEGIN
180:
181: -- The following code is added for disabling of OSS in R12.IGS.A - Bug 4955192
182: igs_ge_gen_003.set_org_id(null);
183:
184: p_prev_acad_cal_type := rtrim (substr (p_prev_acad_adm_cal, 1,10));
185: p_prev_acad_cal_seq_no := IGS_GE_NUMBER.TO_NUM(substr(p_prev_acad_adm_cal, 13,7));
186: p_prev_adm_cal_type := rtrim (substr (p_prev_acad_adm_cal, 23,10));