DBA Data[Home] [Help]

APPS.PAY_CA_BAL_UPLOAD dependencies on PER_ASSIGNMENTS_F

Line 75: ,per_assignments_f ASS

71: ,p_upload_date date
72: ) is
73: select nvl(PTP.start_date, END_OF_TIME)
74: from per_time_periods PTP
75: ,per_assignments_f ASS
76: where ASS.assignment_id = p_assignment_id
77: and p_upload_date between ASS.effective_start_date
78: and ASS.effective_end_date
79: and PTP.payroll_id = ASS.payroll_id