DBA Data[Home] [Help]

APPS.RRS_SITE_INFO dependencies on PN_LOCATIONS_ALL

Line 1301: location_name pn_locations_all.location_code%TYPE,

1297: l_relationship_details local_rrs_relationship_tab;
1298:
1299:
1300: TYPE local_rrs_property_rec is RECORD (
1301: location_name pn_locations_all.location_code%TYPE,
1302: property_name pn_properties_all.property_name%TYPE,
1303: org_code mtl_parameters.organization_code%TYPE,
1304: org_description hr_all_organization_units.name%TYPE
1305: );