DBA Data[Home] [Help]

APPS.PO_LOCATIONS_S dependencies on HR_LOCATIONS

Line 278: ( p_location_id IN HR_LOCATIONS.location_id%TYPE

274: x_location_code IN OUT NOCOPY VARCHAR2);
275:
276:
277: FUNCTION get_location_code -- <2699404>
278: ( p_location_id IN HR_LOCATIONS.location_id%TYPE
279: ) RETURN HR_LOCATIONS.location_code%TYPE;
280:
281:
282: /*===========================================================================

Line 279: ) RETURN HR_LOCATIONS.location_code%TYPE;

275:
276:
277: FUNCTION get_location_code -- <2699404>
278: ( p_location_id IN HR_LOCATIONS.location_id%TYPE
279: ) RETURN HR_LOCATIONS.location_code%TYPE;
280:
281:
282: /*===========================================================================
283: PROCEDURE NAME: val_ship_to_site_in_org()