DBA Data[Home] [Help]

APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_EN_GEN_004

Line 307: igs_en_gen_004.enrp_dropall_unit

303: "retcode := 2;" statement and "RETURN;" to remove the 'Unhandled Exception'
304: in the log,
305: Added the code for logging the input parameters
306: stutta 27-Oct-2003 Build #3052438. Passed additional parameter p_sub_unit to funcion call
307: igs_en_gen_004.enrp_dropall_unit
308: vvutukur 19-Sep-2003 Enh#3045007.Payment Plans Build.Added validation to check if the Student on
309: an Active Payment plan. If the student is on an active payment plan, then
310: the unit is not considered for dropping/discontinuing.
311: shtatiko 21-JUL-2003 Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units

Line 312: with igs_en_gen_004.enrp_dropall_unit

308: vvutukur 19-Sep-2003 Enh#3045007.Payment Plans Build.Added validation to check if the Student on
309: an Active Payment plan. If the student is on an active payment plan, then
310: the unit is not considered for dropping/discontinuing.
311: shtatiko 21-JUL-2003 Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units
312: with igs_en_gen_004.enrp_dropall_unit
313: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes to person id group views
314: Modified cur_unit_outstdng_chrgs - replaced igs_pe_prsid_grp_mem_v
315: with igs_pe_prsid_grp_mem
316: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build

Line 793: -- Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units with igs_en_gen_004.enrp_dropall_unit

789: -- Enh # 2187247
790: -- Changed this call from positional notation to named notation
791: -- Added a new parameter p_admin_unit_status
792:
793: -- Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units with igs_en_gen_004.enrp_dropall_unit
794: -- to avoid unnecessary validations carried out in drop_selected_units.
795: -- Build # 3052438, Added parameter p_sub_unit to function call.
796: igs_en_gen_004.enrp_dropall_unit(
797: p_person_id => rec_chrgs.person_id,

Line 796: igs_en_gen_004.enrp_dropall_unit(

792:
793: -- Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units with igs_en_gen_004.enrp_dropall_unit
794: -- to avoid unnecessary validations carried out in drop_selected_units.
795: -- Build # 3052438, Added parameter p_sub_unit to function call.
796: igs_en_gen_004.enrp_dropall_unit(
797: p_person_id => rec_chrgs.person_id,
798: p_cal_type => l_ld_cal_type,
799: p_ci_sequence_number => l_ld_ci_sequence_number,
800: p_dcnt_reason_cd => p_dcnt_reason_cd,