DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_AU_ASG_LEAVE_TAKEN_V3

Line 709: from pay_au_asg_leave_taken_v3

705: , start_date
706: , end_date
707: , absence_hours
708: , payment
709: from pay_au_asg_leave_taken_v3
710: where time_period_id = p_time_period_id
711: and assignment_id = p_assignment_id
712: and action_type IN ('R','Q','V');
713: