DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_VAL_PIG

Line 1494: l_pig_deny_warn := igs_en_val_pig.get_pig_notify_flag (p_step_type, p_person_id,l_message);

1490:
1491: l_system_person_type := l_cur_person_types.system_type;
1492:
1493: -- Calling the below function to get the notification flag of the Step Type if defined at Person ID Group level.
1494: l_pig_deny_warn := igs_en_val_pig.get_pig_notify_flag (p_step_type, p_person_id,l_message);
1495: IF l_message IS NOT NULL THEN
1496: p_message := l_message;
1497: RETURN NULL;
1498: END IF;