DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 6237: per_assignment_status_types past

6233:
6234: cursor c_max_asg_eff_st_date(p_assignment_id in number) is
6235: select max(effective_start_date)
6236: from per_assignments_f paf,
6237: per_assignment_status_types past
6238: where paf.assignment_id = p_assignment_id
6239: and paf.assignment_status_type_id = past.assignment_status_type_id
6240: and past.per_system_status = 'ACTIVE_ASSIGN'
6241: and ((past.business_group_id is null

Line 6280: per_assignment_status_types past

6276: Cursor c_ckeck_rehire(p_assignment_id in number,
6277: p_session_date in date) is
6278: select 'Y'
6279: from per_assignments_f paf_o,
6280: per_assignment_status_types past
6281: where paf_o.assignment_id = p_assignment_id
6282: and paf_o.assignment_status_type_id = past.assignment_status_type_id
6283: and past.per_system_status = 'ACTIVE_ASSIGN'
6284: and ((past.business_group_id is null