DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 92: ('HR_ALL_ORGANIZATION_UNITS'

88: ,fnd_date.canonical_to_date(cost_center.ORG_INFORMATION4) end_date
89: ,decode(
90: (decode(decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE'
91: ,HR_SECURITY.SHOW_RECORD
92: ('HR_ALL_ORGANIZATION_UNITS'
93: ,HAO.ORGANIZATION_ID
94: )
95: ),'TRUE',0,1
96: ) +

Line 123: ,per_all_people_f pap, hr_all_organization_units hao

119: )
120: ),0,'Y','N'
121: ) has_update_access
122: FROM hr_organization_information cost_center
123: ,per_all_people_f pap, hr_all_organization_units hao
124: WHERE cost_center.ORG_INFORMATION2 = to_char(pap.person_id)
125: AND cost_center.org_information_context = 'Organization Name Alias'
126: AND pap.person_id = ln_person_id
127: AND (pap.current_employee_flag = 'Y' or pap.current_npw_flag = 'Y')