DBA Data[Home] [Help]

VIEW: APPS.BIS_ORGANIZATIONS_V

Source

View Text - Preformatted

SELECT to_char(mp.organization_id) id , hrtl.name , nvl(oa.responsibility_id, FND_GLOBAL.RESP_ID) responsibility_id , mp.eam_enabled_flag FROM org_access oa, mtl_parameters mp, hr_all_organization_units_tl hrtl WHERE oa.organization_id (+) = mp.organization_id and mp.organization_id = hrtl.organization_id and hrtl.language = userenv('LANG')
View Text - HTML Formatted

SELECT TO_CHAR(MP.ORGANIZATION_ID) ID
, HRTL.NAME
, NVL(OA.RESPONSIBILITY_ID
, FND_GLOBAL.RESP_ID) RESPONSIBILITY_ID
, MP.EAM_ENABLED_FLAG
FROM ORG_ACCESS OA
, MTL_PARAMETERS MP
, HR_ALL_ORGANIZATION_UNITS_TL HRTL
WHERE OA.ORGANIZATION_ID (+) = MP.ORGANIZATION_ID
AND MP.ORGANIZATION_ID = HRTL.ORGANIZATION_ID
AND HRTL.LANGUAGE = USERENV('LANG')