DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG3 dependencies on HR_ENTRY

Line 53: p_passed_inp_tbl in hr_entry.number_table,

49: p_value in varchar2,
50: p_date_start in date,
51: p_date_end in date,
52: p_line_record in pay_batch_lines%Rowtype,
53: p_passed_inp_tbl in hr_entry.number_table,
54: p_passed_val_tbl in hr_entry.varchar2_table,
55: p_absence_attendance_id out nocopy number,
56: p_warning_table out nocopy t_message_table,
57: p_error_table out nocopy t_message_table);

Line 54: p_passed_val_tbl in hr_entry.varchar2_table,

50: p_date_start in date,
51: p_date_end in date,
52: p_line_record in pay_batch_lines%Rowtype,
53: p_passed_inp_tbl in hr_entry.number_table,
54: p_passed_val_tbl in hr_entry.varchar2_table,
55: p_absence_attendance_id out nocopy number,
56: p_warning_table out nocopy t_message_table,
57: p_error_table out nocopy t_message_table);
58: --