DBA Data[Home] [Help]

APPS.IGS_EN_GEN_007 dependencies on IGS_EN_PRC_LOAD

Line 10: coming from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR

6: jbegum 21 Mar 02 As part of big fix of bug #2192616
7: Removed the exception handling part of the
8: function enrp_get_sua_incur.This was done in order
9: to allow the user defined exception NO_AUSL_RECORD_FOUND
10: coming from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR
11: to propagate to the form IGSPS047 and be handled accordingly
12: instead of coming as an unhandled exception.
13:
14: nalkumar 06 May 2002 Added p_waitlisted_dt parameter (and code logic related to it) in the Enrp_Get_Sua_Status procedure.

Line 173: -- coming from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR

169: --jbegum 21 Mar 02 As part of big fix of bug #2192616
170: -- Removed the exception handling part of the
171: -- function enrp_get_sua_incur.This was done in order
172: -- to allow the user defined exception NO_AUSL_RECORD_FOUND
173: -- coming from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR
174: -- to propagate to the form IGSPS047 and be handled accordingly
175: -- instead of coming as an unhandled exception.
176: --kkillams 25-04-2003 New paramater p_uoo_id is added to the function and cur_sua cursor modified.
177: -- w.r.t. bug number 2829262

Line 216: -- igs_en_prc_load.enrp_get_load_incur, inturn will use it in calling

212:
213: -- cursor added as a part of impact objects of Enrollment Process DLD (BUG No:1832130)
214: -- analysis to get uoo_id for the parameters
215: -- passed into the function, parameter uoo_id is added to the function
216: -- igs_en_prc_load.enrp_get_load_incur, inturn will use it in calling
217: -- igs_en_gen_008.enrp_get_uddc_aus function
218: CURSOR cur_sua
219: IS
220: SELECT no_assessment_ind

Line 253: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR (p_cal_type,

249: FOR v_ci_cat_cs_rec IN c_ci_cat_cs (v_acad_cal_type,
250: v_acad_ci_sequence_number) LOOP
251:
252: -- As part of the bug# 1956374 changed to the below call from IGS_EN_GEN_005.ENRP_GET_LOAD_INCUR
253: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR (p_cal_type,
254: p_ci_sequence_number,
255: p_discontinued_dt,
256: p_administrative_unit_status,
257: p_unit_attempt_status,