DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 273: FROM per_all_assignments_f asg, per_assignment_status_types pss

269: ,asg.business_group_id business_group_id
270: ,DECODE(asg.business_group_id
271: ,g_business_group_id, 0
272: ,asg.business_group_id) bizgrpcol
273: FROM per_all_assignments_f asg, per_assignment_status_types pss
274: WHERE asg.person_id = p_person_id
275: AND asg.assignment_id <> p_primary_assignment_id
276: AND asg.assignment_type = 'E' --only employee assignments
277: AND pss.assignment_status_type_id = asg.assignment_status_type_id

Line 298: ,per_assignment_status_types pss

294: ,DECODE(asg.business_group_id
295: ,g_business_group_id, 0
296: ,asg.business_group_id) bizgrpcol
297: FROM per_all_people_f per, per_all_assignments_f asg
298: ,per_assignment_status_types pss
299: WHERE per.person_id <> p_person_id
300: AND ((p_effective_date BETWEEN per.effective_start_date
301: AND per.effective_end_date)
302: -- ENH3: Cross Person Reporting.