DBA Data[Home] [Help]

APPS.RRS_SITE_INFO dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1323: org_description hr_all_organization_units.name%TYPE

1319: TYPE local_rrs_property_rec is RECORD (
1320: location_name pn_locations_all.location_code%TYPE,
1321: property_name pn_properties_all.property_name%TYPE,
1322: org_code mtl_parameters.organization_code%TYPE,
1323: org_description hr_all_organization_units.name%TYPE
1324: );
1325: TYPE local_rrs_property_tab IS TABLE OF local_rrs_property_rec;
1326: l_property_details local_rrs_property_tab;
1327:

Line 1358: HR_ALL_ORGANIZATION_UNITS HAOU,

1354: BULK Collect
1355: INTO l_property_details
1356: from
1357: rrs_sites_b site,
1358: HR_ALL_ORGANIZATION_UNITS HAOU,
1359: MTL_PARAMETERS MP
1360: where MP.ORGANIZATION_ID = HAOU.ORGANIZATION_ID
1361: and site.ORGANIZATION_ID = HAOU.ORGANIZATION_ID
1362: and site.site_id = l_site_id;