DBA Data[Home] [Help]

APPS.GHG_TRANSACTIONS_API_PKG dependencies on HR_LOCATIONS

Line 564: from hr_locations hr

560: 'REGION_2', hr.region_3,
561: 'COUNTRY', hr.country, --14119516 (sasuren)
562: 'ALL') STATE
563: into v_emission_location
564: from hr_locations hr
565: , FND_DESCR_FLEX_COL_USAGE_VL fnd
566: WHERE fnd.APPLICATION_ID =800
567: AND fnd.DESCRIPTIVE_FLEXFIELD_NAME='Address Location'
568: AND fnd.DESCRIPTIVE_FLEX_CONTEXT_CODE = hr.style

Line 1366: , hr_locations hr

1362: from GHG_ORGANIZATIONS_ALL fac
1363: , GHG_ORG_SIC_MAPPINGS_ALL sic
1364: , fnd_lookup_values anz
1365: , fnd_lookup_values div
1366: , hr_locations hr
1367: , fnd_territories_vl tr
1368: where fac.ghg_organization_id = sic.ghg_organization_id(+)
1369: and anz.lookup_type(+) = 'GHG_SIC_CODES'
1370: and div.lookup_type(+) = 'GHG_DIVISION_CODES'