PA Organization Listing

Description
Categories: BI Publisher
Application: Projects
Source: IMP: Organization Listing (XML)
Short Name: PAXPEORG_XML
DB package: PA_PAXPEORG_XMLP_PKG

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

SELECT
	substr(p.name,1,60) organization_name, 
	hr.meaning type,
	pal2.meaning internal_external,
	substr(hrltl.location_code,1,20) location
FROM
	hr_lookups hr,
	hr_lookups pal2,
	hr_locations_all hrl,
                  hr_locations_all_tl hrltl,
	pa_implementations pi,
	hr_organization_units p
WHERE
	p.business_group_id = pi.business_group_id
and  	pal2.lookup_type (+) = 'INTL_EXTL'
and     pal2.lookup_code (+) = p.internal_external_flag
and 	hrl.location_id (+) = p.location_id
and     hrltl.location_id(+) = hrl.location_id
and     hrltl.language(+) = userenv('LANG') 
and     hr.lookup_code (+) = p.type
and     hr.lookup_type (+) = 'ORG_TYPE'
and     ((:p_type is null) or p.type = nvl(:p_type,p.type))
ORDER BY 
        p.name
Parameter Name SQL text Validation
Organization Type
 
LOV Oracle