DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_AU_ASG_LEAVE_TAKEN_V1

Line 678: from pay_au_asg_leave_taken_v1

674: , start_date
675: , end_date
676: , absence_hours
677: , payment
678: from pay_au_asg_leave_taken_v1
679: where time_period_id = p_time_period_id
680: and assignment_id = p_assignment_id
681: and action_type IN ('R','Q','V');
682: