DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_AU_ASG_LEAVE_TAKEN_V2

Line 694: from pay_au_asg_leave_taken_v2

690: , start_date
691: , end_date
692: , absence_hours
693: , payment
694: from pay_au_asg_leave_taken_v2
695: where time_period_id = p_time_period_id
696: and assignment_id = p_assignment_id
697: and action_type IN ('R','Q','V');
698: