DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 6161: per_assignment_status_types past

6157:
6158: cursor c_max_asg_eff_st_date(p_assignment_id in number) is
6159: select max(effective_start_date)
6160: from per_assignments_f paf,
6161: per_assignment_status_types past
6162: where paf.assignment_id = p_assignment_id
6163: and paf.assignment_status_type_id = past.assignment_status_type_id
6164: and past.per_system_status = 'ACTIVE_ASSIGN'
6165: and ((past.business_group_id is null

Line 6204: per_assignment_status_types past

6200: Cursor c_ckeck_rehire(p_assignment_id in number,
6201: p_session_date in date) is
6202: select 'Y'
6203: from per_assignments_f paf_o,
6204: per_assignment_status_types past
6205: where paf_o.assignment_id = p_assignment_id
6206: and paf_o.assignment_status_type_id = past.assignment_status_type_id
6207: and past.per_system_status = 'ACTIVE_ASSIGN'
6208: and ((past.business_group_id is null