DBA Data[Home] [Help]

APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_SS_ENROLL_PKG

Line 380: l_message_for := igs_ss_enroll_pkg.enrf_get_lookup_meaning (

376: RETURN;
377:
378: ELSIF p_deny_warn_min_cp = 'WARN' THEN
379:
380: l_message_for := igs_ss_enroll_pkg.enrf_get_lookup_meaning (
381: p_lookup_code => 'FMIN_CRDT',
382: p_lookup_type => 'ENROLMENT_STEP_TYPE_EXT');
383: --create a warning record with message_icon set to "W" IGS_SS_EN_MINIMUM_CP_WARN
384: igs_en_drop_units_api.create_ss_warning(

Line 432: l_message_for := igs_ss_enroll_pkg.enrf_get_lookup_meaning (

428:
429: RETURN;
430: ELSIF l_message = 'IGS_SS_EN_ATT_TYP_WARN' THEN
431:
432: l_message_for := igs_ss_enroll_pkg.enrf_get_lookup_meaning (
433: p_lookup_code => 'FATD_TYPE',
434: p_lookup_type => 'ENROLMENT_STEP_TYPE_EXT');
435: -- Set message to IGS_SS_EN_ATT_TYP_WARN
436: -- Create a warnign record in the warnings table with message_icon as "WARN" , message_for as the lookup_code of the step.