DBA Data[Home] [Help]

APPS.PAY_NL_ANNUAL_SI_FILE dependencies on HR_LOOKUPS

Line 27: v_label_desc hr_lookups.meaning%TYPE;

23: ,p_field varchar2
24: ,p_value varchar2) is
25: v_message_text fnd_new_messages.message_text%TYPE;
26: v_employee_dat VARCHAR2(255);
27: v_label_desc hr_lookups.meaning%TYPE;
28: Begin
29: if g_debug then
30: hr_utility.set_location('Checking Field '||p_field,425);
31: end if;