DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PER_ALL_ASSIGNMENTS_F

Line 2011: per_all_assignments_f paf,

2007: paf.assignment_number,
2008: pet.element_name,
2009: hou.name
2010: from per_all_people_f ppf,
2011: per_all_assignments_f paf,
2012: pay_element_types_f pet,
2013: hr_all_organization_units hou
2014: where ppf.person_id = l_person_id
2015: and l_distribution_date between ppf.effective_start_date and ppf.effective_end_date

Line 4505: per_all_assignments_f paf,

4501: paf.assignment_number,
4502: pet.element_name,
4503: hou.name
4504: from per_all_people_f ppf,
4505: per_all_assignments_f paf,
4506: pay_element_types_f pet,
4507: hr_all_organization_units hou
4508: where ppf.person_id = l_person_id
4509: and l_distribution_date between ppf.effective_start_date and ppf.effective_end_date