DBA Data[Home] [Help]

APPS.PAY_UK_BAL_UPLOAD dependencies on PER_PEOPLE_F

Line 191: from per_people_f p,

187: ,p_upload_date date
188: ,p_stat_yr_start_date date
189: ) is
190: select nvl(min(p.effective_start_date) ,END_OF_TIME)
191: from per_people_f p,
192: per_assignments_f ASS
193: where p.per_information2 = 'Y'
194: and ASS.assignment_id = p_assignment_id
195: and p_upload_date between