DBA Data[Home] [Help]

APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 1296: l_date_start per_periods_of_service.date_start%TYPE;

1292: c_proc constant varchar2(61) := c_package || 'upgrade_jp_pre_tax';
1293: --
1294: l_person_id per_all_assignments_f.person_id%TYPE;
1295: l_period_of_service_id per_all_assignments_f.period_of_service_id%TYPE;
1296: l_date_start per_periods_of_service.date_start%TYPE;
1297: l_leaving_reason per_periods_of_service.leaving_reason%TYPE;
1298: l_actual_termination_date per_periods_of_service.actual_termination_date%TYPE;
1299: l_employment_category per_all_assignments.employment_category%TYPE;
1300: l_effective_date pay_payroll_actions.effective_date%TYPE;

Line 1297: l_leaving_reason per_periods_of_service.leaving_reason%TYPE;

1293: --
1294: l_person_id per_all_assignments_f.person_id%TYPE;
1295: l_period_of_service_id per_all_assignments_f.period_of_service_id%TYPE;
1296: l_date_start per_periods_of_service.date_start%TYPE;
1297: l_leaving_reason per_periods_of_service.leaving_reason%TYPE;
1298: l_actual_termination_date per_periods_of_service.actual_termination_date%TYPE;
1299: l_employment_category per_all_assignments.employment_category%TYPE;
1300: l_effective_date pay_payroll_actions.effective_date%TYPE;
1301: --

Line 1298: l_actual_termination_date per_periods_of_service.actual_termination_date%TYPE;

1294: l_person_id per_all_assignments_f.person_id%TYPE;
1295: l_period_of_service_id per_all_assignments_f.period_of_service_id%TYPE;
1296: l_date_start per_periods_of_service.date_start%TYPE;
1297: l_leaving_reason per_periods_of_service.leaving_reason%TYPE;
1298: l_actual_termination_date per_periods_of_service.actual_termination_date%TYPE;
1299: l_employment_category per_all_assignments.employment_category%TYPE;
1300: l_effective_date pay_payroll_actions.effective_date%TYPE;
1301: --
1302: l_action_info_id1 pay_action_information.action_information_id%TYPE;

Line 1347: per_periods_of_service pds

1343: l_leaving_reason,
1344: l_actual_termination_date,
1345: l_employment_category
1346: from per_all_assignments_f asg,
1347: per_periods_of_service pds
1348: where asg.assignment_id = p_assignment_id
1349: and l_effective_date between asg.effective_start_date and asg.effective_end_date
1350: and pds.period_of_service_id = asg.period_of_service_id;
1351: --