DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_REPORT_PKG dependencies on HR_ASSIGNMENT_SET_AMENDMENTS

Line 37: include_or_exclude hr_assignment_set_amendments.include_or_exclude%type);

33: person_id number,
34: assignment_id number,
35: assignment_action_id number,
36: effective_date date,
37: include_or_exclude hr_assignment_set_amendments.include_or_exclude%type);
38: type t_ass_tbl is table of t_ass_rec index by binary_integer;
39: g_ass_tbl t_ass_tbl;
40: g_ass_ind_tbl t_ass_tbl;
41: --

Line 1584: hr_assignment_set_amendments hasa,

1580: hasa.include_or_exclude
1581: from pay_jp_itwb_assact_latest_v pjia,
1582: pay_jp_itwb_emp_v pjie,
1583: pay_jp_itwb_emp_si_v pjies,
1584: hr_assignment_set_amendments hasa,
1585: pay_assignment_actions paa,
1586: pay_payroll_actions ppa
1587: --where ppos.person_id
1588: -- between p_start_person_id and p_end_person_id