DBA Data[Home] [Help]

APPS.PER_AE_WAGE_PROTECTION_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 49: ,per_periods_of_service pos

45: FROM per_all_assignments_f asg
46: ,pay_assignment_actions paa
47: ,pay_payroll_actions ppa
48: ,hr_soft_coding_keyflex hscl
49: ,per_periods_of_service pos
50: ,per_all_people_f ppf
51: WHERE asg.assignment_id = paa.assignment_id
52: AND paa.payroll_action_id = ppa.payroll_action_id
53: AND pos.period_of_service_id = asg.period_of_service_id

Line 87: per_periods_of_service pos,

83: pay_assignment_actions paa,
84: pay_payroll_actions ppa,
85: PAY_PRE_PAYMENTS_V ppv,
86: hr_soft_coding_keyflex hscl,
87: per_periods_of_service pos,
88: per_all_people_f ppf
89: where asg.assignment_id = paa.assignment_id
90: and paa.payroll_action_id = ppa.payroll_action_id
91: and pos.period_of_service_id = asg.period_of_service_id