DBA Data[Home] [Help]

APPS.IGS_EN_GEN_004 dependencies on IGS_EN_GEN_008

Line 621: l_person_type := IGS_EN_GEN_008.enrp_get_person_type;

617: -- initialize the message parameter with NULL
618: p_message_name := NULL;
619: l_effective_date := TRUNC(p_effective_date);
620: -- Validation at person_type level
621: l_person_type := IGS_EN_GEN_008.enrp_get_person_type;
622:
623: IF l_person_type IS NOT NULL THEN
624:
625: OPEN c_recdt_alias_per_lvl(l_person_type);

Line 930: l_unit_attempt := IGS_EN_GEN_008.Enrp_Get_Ua_Del_Alwd(P_CAL_TYPE => c_unit_attempt_rec.cal_type,

926:
927: IF p_sub_unit = 'Y' THEN
928: l_unit_attempt := 'Y';
929: ELSE
930: l_unit_attempt := IGS_EN_GEN_008.Enrp_Get_Ua_Del_Alwd(P_CAL_TYPE => c_unit_attempt_rec.cal_type,
931: P_CI_SEQUENCE_NUMBER => c_unit_attempt_rec.ci_sequence_number,
932: P_EFFECTIVE_DT => p_effective_date,
933: P_UOO_ID => c_unit_attempt_rec.uoo_id );
934:

Line 941: IF NOT igs_en_gen_008.enrp_get_var_window(

937: IF c_unit_attempt_rec.unit_attempt_status NOT IN ('WAITLISTED','DUPLICATE') THEN
938:
939: -- If the Dropped/Discontinued Date is not with in the Variation window boundary, Raise the Error
940: -- Otherwise Continue the Processing
941: IF NOT igs_en_gen_008.enrp_get_var_window(
942: c_unit_attempt_rec.cal_type,
943: c_unit_attempt_rec.ci_sequence_number,
944: p_effective_date,
945: c_unit_attempt_rec.uoo_id ) THEN

Line 1071: l_adm_unit_status_ret :=IGS_EN_GEN_008.Enrp_Get_Uddc_Aus (

1067:
1068: IF p_admin_unit_sta is NOT NULL THEN
1069: l_adm_unit_status_ret := p_admin_unit_sta;
1070: ELSE
1071: l_adm_unit_status_ret :=IGS_EN_GEN_008.Enrp_Get_Uddc_Aus (
1072: P_DISCONTINUED_DT => p_effective_date,
1073: P_CAL_TYPE => c_unit_attempt_rec.cal_type,
1074: P_CI_SEQUENCE_NUMBER => c_unit_attempt_rec.ci_sequence_number,
1075: P_ADMIN_UNIT_STATUS_STR => l_adm_unit_status,