DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_EN_SUA_API

Line 29: -- table to igs_en_sua_api.create_unit_attempt.

25: -- amuthu 10-JUN-2003 modified as per the UK Streaming and Repeat TD (bug 2829265)
26: -- amuthu 04-FEB-2003 removed the exception section from enrp_ins_suao_discon
27: -- as part of bug 2782096.
28: -- pradhakr 19-Dec-2002 Changed the call to the insert_row of igs_en_su_attempt
29: -- table to igs_en_sua_api.create_unit_attempt.
30: -- Changes wrt ENCR031 build. Bug#2643207
31: --amuthu 23-Sep-02 Modified the code as per the EN Core Vs Option TD. Added logic
32: -- to call Enrp_Ins_Pre_Pos when the p_units_ind(icator) parameter
33: -- value is either 'Y' or 'CORE_ONLY'

Line 8736: IF NOT igs_en_sua_api.enr_sua_sup_sub_val(

8732: ELSIF l_waitlist_ind = 'N' THEN
8733: l_unit_attempt_status := 'UNCONFIRM';
8734: END IF;
8735:
8736: IF NOT igs_en_sua_api.enr_sua_sup_sub_val(
8737: p_person_id => p_person_id,
8738: p_course_cd => l_primary_program_cd ,
8739: p_uoo_id => l_uoo_id,
8740: p_unit_attempt_status => l_unit_attempt_status,

Line 9446: igs_en_sua_api.update_unit_attempt( -- calling the API since the counts have to be updated

9442: ELSE
9443: CLOSE c_sub_sua_exists;
9444: END IF;
9445:
9446: igs_en_sua_api.update_unit_attempt( -- calling the API since the counts have to be updated
9447: X_ROWID => v_sua_source_rec.ROW_ID,
9448: X_PERSON_ID => v_sua_source_rec.PERSON_ID,
9449: X_COURSE_CD => v_sua_source_rec.COURSE_CD ,
9450: X_UNIT_CD => v_sua_source_rec.UNIT_CD,

Line 9650: igs_en_sua_api.update_unit_attempt( -- calling the API since the counts have to be updated

9646: ELSE
9647: CLOSE c_sub_sua_exists;
9648: END IF;
9649:
9650: igs_en_sua_api.update_unit_attempt( -- calling the API since the counts have to be updated
9651: X_ROWID => v_sua_source_rec.ROW_ID,
9652: X_PERSON_ID => v_sua_source_rec.PERSON_ID,
9653: X_COURSE_CD => v_sua_source_rec.COURSE_CD ,
9654: X_UNIT_CD => v_sua_source_rec.UNIT_CD,