DBA Data[Home] [Help]

APPS.PJI_PMV_UTIL dependencies on PER_ORGANIZATION_LIST

Line 119: , per_organization_list sec

115: (SELECT orgd.organization_id_child
116: FROM
117: per_org_structure_elements orgd
118: , pji_system_settings pset
119: , per_organization_list sec
120: , hr_all_organization_units org
121: WHERE 1=1
122: AND orgd.org_structure_version_id = pset.org_structure_version_id
123: AND orgd.organization_id_child = org.organization_id

Line 170: , per_organization_list sec

166: (select 1 from
167: per_org_structure_elements c
168: where c.organization_id_child = p.organization_id_parent
169: and c.org_structure_version_id = p.org_structure_version_id)) orgd
170: , per_organization_list sec
171: , hr_all_organization_units org
172: , per_security_profiles prof
173: WHERE 1=1
174: AND orgd.organization_id_child = org.organization_id