DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on HR_LOOKUPS

Line 10: d_entry_value hr_lookups.meaning%TYPE

6: type ev_rec is record
7: (
8: input_value_id pay_input_values_f.input_value_id%TYPE,
9: entry_value pay_element_entry_values_f.screen_entry_value%TYPE,
10: d_entry_value hr_lookups.meaning%TYPE
11: );
12:
13: type ev_rec_tbl is table of ev_rec index by binary_integer;
14: