DBA Data[Home] [Help]

APPS.RRS_SITE_INFO dependencies on PN_LOCATIONS_ALL

Line 1320: location_name pn_locations_all.location_code%TYPE,

1316: l_relationship_details local_rrs_relationship_tab;
1317:
1318:
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: );