DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_AU_ASG_LEAVE_TAKEN_V7

Line 766: from pay_au_asg_leave_taken_v7

762: , start_date
763: , end_date
764: , absence_hours
765: , payment
766: from pay_au_asg_leave_taken_v7
767: where time_period_id = p_time_period_id
768: and assignment_id = p_assignment_id
769: and action_type IN ('R','Q','V');
770: