DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_EN_METHOD_TYPE

Line 656: l_enr_method igs_en_method_type.enr_method_type%TYPE;

652: spa.course_cd = p_course_cd;
653:
654: l_load_cal_type igs_ca_inst.cal_type%TYPE;
655: l_load_seq_num igs_ca_inst.sequence_number%TYPE;
656: l_enr_method igs_en_method_type.enr_method_type%TYPE;
657: l_return_status VARCHAR2(20);
658: l_dummy_mesg VARCHAR2(100);
659: FUNCTION prenrl_year (cp_unit_set_cd IN igs_en_unit_set.unit_set_cd%TYPE)
660: RETURN BOOLEAN AS

Line 4338: l_enr_method igs_en_method_type.enr_method_type%TYPE;

4334: AND cal.closed_ind = 'N'
4335: ORDER BY ci.start_dt;
4336: l_load_cal_type igs_ca_inst.cal_type%TYPE;
4337: l_load_seq_num igs_ca_inst.sequence_number%TYPE;
4338: l_enr_method igs_en_method_type.enr_method_type%TYPE;
4339: l_return_status VARCHAR2(20);
4340: l_dummy_mesg VARCHAR2(100);
4341:
4342: PROCEDURE enrpl_copy_param_sua (

Line 8612: p_enr_method IN igs_en_method_type.enr_method_type%TYPE,

8608: p_load_seq_num IN igs_en_su_attempt.ci_sequence_number%TYPE,
8609: p_location_cd IN igs_en_su_attempt.location_cd%TYPE,
8610: p_unit_class IN igs_en_su_attempt.unit_class%TYPE,
8611: p_uoo_id IN igs_en_su_attempt.uoo_id%TYPE,
8612: p_enr_method IN igs_en_method_type.enr_method_type%TYPE,
8613: p_core_indicator_code IN igs_en_su_attempt.core_indicator_code%TYPE, -- ptandon, Prevent Dropping Core Units build
8614: p_message OUT NOCOPY VARCHAR2) RETURN BOOLEAN AS
8615: ------------------------------------------------------------------------------------------------
8616: --Created by :