DBA Data[Home] [Help]

APPS.PER_VETS_MAG_REPORT dependencies on HR_LOOKUPS

Line 983: hr_lookups hrl

979: per_assignments_f ass,
980: hr_organization_information hoi1,
981: hr_organization_information hoi2,
982: per_jobs job,
983: hr_lookups hrl
984: where (pds.date_start <= p_end_date
985: and nvl(pds.actual_termination_date,hr_api.g_eot) >= p_end_date
986: or pds.date_start between p_start_date and p_end_date
987: and p_end_date between pds.date_start and nvl(pds.actual_termination_date,hr_api.g_eot))

Line 1062: hr_lookups hrl

1058: per_all_assignments_f ass,
1059: hr_organization_information hoi1,
1060: hr_organization_information hoi2,
1061: per_jobs job,
1062: hr_lookups hrl
1063: where
1064: pds.date_start <= p_end_date
1065: and nvl(pds.actual_termination_date,p_end_date + 1) >= p_end_date
1066: and pds.person_id = ass.person_id

Line 1147: hr_lookups hrl

1143: per_assignments_f ass,
1144: hr_organization_information hoi1,
1145: hr_organization_information hoi2,
1146: per_jobs job,
1147: hr_lookups hrl
1148: where peo.person_id = ass.person_id
1149: and peo.current_employee_flag = 'Y'
1150: and pds.date_start
1151: between p_start_date

Line 1221: hr_lookups hrl,

1217: decode(hrl.lookup_code,'10','1',hrl.lookup_code) lookup_code
1218: FROM per_all_people_f peo,
1219: per_all_assignments_f ass,
1220: per_jobs job,
1221: hr_lookups hrl,
1222: per_periods_of_service pps
1223: WHERE peo.person_id = ass.person_id
1224: AND peo.person_id = pps.person_id
1225: AND peo.business_group_id = p_business_group_id