DBA Data[Home] [Help]

APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_ELEMENT_ENTRY_VALUES_F

Line 22: hi_mr pay_element_entry_values_f.screen_entry_value%type);

18: bg_name per_business_groups.name%type,
19: ass_id per_all_assignments_f.assignment_id%type,
20: ass_num per_all_assignments_f.assignment_number%type,
21: del_done varchar2(1),
22: hi_mr pay_element_entry_values_f.screen_entry_value%type);
23: --
24: type t_ass_hi_smr_tbl is table of t_ass_hi_smr_rec index by binary_integer;
25: --
26: g_range_ass_hi_smr_tbl t_ass_hi_smr_tbl;