DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_FILE dependencies on HR_LOOKUPS

Line 119: v_label_desc hr_lookups.meaning%TYPE;

115: ,p_field varchar2
116: ,p_value varchar2) is
117: v_message_text fnd_new_messages.message_text%TYPE;
118: v_employee_dat VARCHAR2(255);
119: v_label_desc hr_lookups.meaning%TYPE;
120: Begin
121: if g_debug then
122: hr_utility.set_location('Checking Field '||p_field,425);
123: end if;