DBA Data[Home] [Help]

APPS.PER_PEOPLE_V7_PKG dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 1862: from per_assignment_status_types past

1858: type_rec person_type%rowtype;
1859: --
1860: cursor ass_type is
1861: select past.assignment_status_type_id
1862: from per_assignment_status_types past
1863: , per_ass_status_type_amends pasa
1864: , per_business_groups pbg
1865: where pasa.assignment_status_type_id(+) = past.assignment_status_type_id
1866: and pasa.business_group_id(+) = X_Business_Group_id