DBA Data[Home] [Help]

APPS.IGS_EN_PLAN_UTILS dependencies on IGS_SS_ENR_DETAILS

Line 720: l_deny_warn := igs_ss_enr_details.get_notification(

716: --- Get the enrollment method
717: igs_en_gen_017.enrp_get_enr_method(l_enr_method_type,p_message_name,l_ret_status);
718:
719: -- Get the value of Deny/Warn Flag for unit step 'DROP_CORE'
720: l_deny_warn := igs_ss_enr_details.get_notification(
721: p_person_type => l_person_type,
722: p_enrollment_category => l_enrollment_category,
723: p_comm_type => l_comm_type,
724: p_enr_method_type => l_enr_method_type,

Line 875: P_MESSAGE_FOR =>igs_ss_enr_details.get_core_disp_unit(p_n_person_id,p_c_program_code,l_uoo_id),

871: P_COURSE_CD =>p_c_program_code,
872: P_TERM_CAL_TYPE =>p_c_load_cal,
873: P_TERM_CI_SEQUENCE_NUMBER =>p_n_load_seq_num,
874: P_UOO_ID =>l_uoo_id,
875: P_MESSAGE_FOR =>igs_ss_enr_details.get_core_disp_unit(p_n_person_id,p_c_program_code,l_uoo_id),
876: P_MESSAGE_ICON =>'D',
877: P_MESSAGE_NAME =>'IGS_SS_DENY_CORE_SWAP',
878: P_MESSAGE_RULE_TEXT => NULL,
879: P_MESSAGE_TOKENS => NULL,

Line 1037: l_deny_warn_coreq := igs_ss_enr_details.get_notification(

1033: l_enr_comm :='ALL';
1034: END IF;
1035:
1036: -- Get the Deny Warn flag for Co-req
1037: l_deny_warn_coreq := igs_ss_enr_details.get_notification(
1038: p_person_type => l_person_type,
1039: p_enrollment_category => l_enr_cat,
1040: p_comm_type => l_enr_comm,
1041: p_enr_method_type => l_enr_meth_type,

Line 1055: l_deny_warn_prereq := igs_ss_enr_details.get_notification(

1051: RETURN;
1052: END IF;
1053:
1054: -- Get the Deny Warn for pre-req
1055: l_deny_warn_prereq := igs_ss_enr_details.get_notification(
1056: p_person_type => l_person_type,
1057: p_enrollment_category => l_enr_cat,
1058: p_comm_type => l_enr_comm,
1059: p_enr_method_type => l_enr_meth_type,

Line 1336: l_rule := igs_ss_enr_details.get_rule_text('COREQ', l_uoo_id);

1332:
1333:
1334: -- if rule text needs to be displayed, get it.
1335: IF l_display_rule = 'Y' THEN
1336: l_rule := igs_ss_enr_details.get_rule_text('COREQ', l_uoo_id);
1337: END IF;
1338:
1339: -- Create the warnings record for those unit section which are failing co-requisite rule
1340: igs_en_drop_units_api.create_ss_warning (

Line 1397: l_rule := igs_ss_enr_details.get_rule_text('PREREQ', l_uoo_id);

1393: END IF;
1394:
1395: -- if rule text needs to be displayed, get it.
1396: IF l_display_rule = 'Y' THEN
1397: l_rule := igs_ss_enr_details.get_rule_text('PREREQ', l_uoo_id);
1398: END IF;
1399:
1400: -- Create the warnings record for those unit section which are failing co-requisite rule
1401: igs_en_drop_units_api.create_ss_warning (

Line 1519: fnd_message.set_token ('SUB_UNIT_CD', igs_ss_enr_details.get_none_desc);

1515: fnd_message.set_token ('SUP_UNIT_CD',p_usec_dtls);
1516: IF length(l_sub_units) >0 THEN
1517: fnd_message.set_token ('SUB_UNIT_CD', substr(l_sub_units,2));
1518: ELSE
1519: fnd_message.set_token ('SUB_UNIT_CD', igs_ss_enr_details.get_none_desc);
1520: END IF;
1521:
1522: ELSE
1523: