DBA Data[Home] [Help]

APPS.HR_PYOINT dependencies on PER_PERIODS_OF_SERVICE

Line 33: join via per_periods_of_service.

29: rows.
30: 04-SEP-1995 DSAXBY 40.2 Missing '/' after the select from
31: user_errors at bottom of file.
32: 28-SEP-1993 DSAXBY 40.1 Alter time dependent leg check to
33: join via per_periods_of_service.
34: 22-APR-1993 DSAXBY 3.1 Chge per_all_ass to per_ass.
35: 29-JAN-1993 DSAXBY 3.0 First created.
36: */
37: ----------------------------- validate -------------------------------------

Line 127: per_periods_of_service pos

123: pay_payroll_actions pa1,
124: pay_payroll_actions pa2,
125: pay_action_classifications pcl,
126: pay_assignment_actions ac2,
127: per_periods_of_service pos
128: where pa1.payroll_action_id = pactid
129: and as1.assignment_id = assignid
130: and pa1.effective_date between
131: as1.effective_start_date and as1.effective_end_date