DBA Data[Home] [Help]

APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_METHOD_TYPE

Line 94: p_enr_meth_type IN igs_en_method_type.enr_method_type%TYPE,

90: p_load_cal_type IN igs_ca_inst.cal_type%TYPE,
91: p_load_sequence_number IN igs_ca_inst.sequence_number%TYPE,
92: p_enr_cat IN igs_ps_type.enrolment_cat%TYPE,
93: p_enr_comm IN VARCHAR2,
94: p_enr_meth_type IN igs_en_method_type.enr_method_type%TYPE,
95: p_dcnt_reason_cd IN igs_en_dcnt_reasoncd.discontinuation_reason_cd%TYPE,
96: p_admin_unit_status IN VARCHAR2,
97: p_effective_date IN DATE,
98: p_deny_warn_coreq IN VARCHAR2,

Line 672: p_enr_meth_type IN igs_en_method_type.enr_method_type%TYPE,

668: p_load_cal_type IN igs_ca_inst.cal_type%TYPE,
669: p_load_sequence_number IN igs_ca_inst.sequence_number%TYPE,
670: p_enr_cat IN igs_ps_type.enrolment_cat%TYPE,
671: p_enr_comm IN VARCHAR2,
672: p_enr_meth_type IN igs_en_method_type.enr_method_type%TYPE,
673: p_dcnt_reason_cd IN igs_en_dcnt_reasoncd.discontinuation_reason_cd%TYPE,
674: p_admin_unit_status IN VARCHAR2,
675: p_effective_date IN DATE,
676: p_deny_warn_coreq IN VARCHAR2,

Line 1296: l_enr_meth_type igs_en_method_type.enr_method_type%TYPE;

1292: -------------------------------------------------------------------------------------------
1293:
1294:
1295:
1296: l_enr_meth_type igs_en_method_type.enr_method_type%TYPE;
1297:
1298: l_alternate_code igs_ca_inst.alternate_code%TYPE;
1299: l_acad_cal_type igs_ca_inst.cal_type%TYPE;
1300: l_acad_ci_sequence_number igs_ca_inst.sequence_number%TYPE;