DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 87: ('HR_ALL_ORGANIZATION_UNITS'

83: ,fnd_date.canonical_to_date(cost_center.ORG_INFORMATION4) end_date
84: ,decode(
85: (decode(decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE'
86: ,HR_SECURITY.SHOW_RECORD
87: ('HR_ALL_ORGANIZATION_UNITS'
88: ,HAO.ORGANIZATION_ID
89: )
90: ),'TRUE',0,1
91: ) +

Line 118: ,per_all_people_f pap, hr_all_organization_units hao

114: )
115: ),0,'Y','N'
116: ) has_update_access
117: FROM hr_organization_information cost_center
118: ,per_all_people_f pap, hr_all_organization_units hao
119: WHERE cost_center.ORG_INFORMATION2 = to_char(pap.person_id)
120: AND cost_center.org_information_context = 'Organization Name Alias'
121: AND pap.person_id = ln_person_id
122: AND (pap.current_employee_flag = 'Y' or pap.current_npw_flag = 'Y')