DBA Data[Home] [Help]

APPS.HR_LOCATION_RECORD dependencies on HR_LOCATION_RECORD

Line 1: PACKAGE BODY hr_location_record AS

1: PACKAGE BODY hr_location_record AS
2: /* $Header: hrlocqry.pkb 120.0.12010000.4 2009/01/22 09:45:52 srgnanas noship $ */
3: PROCEDURE get_location_details(p_query_options IN location_input_rectype
4: ,p_locations OUT NOCOPY location_tabletype)
5: IS

Line 133: END hr_location_record;

129: CLOSE c_location;
130:
131: p_locations := l_location_tbl;
132: END get_location_details;
133: END hr_location_record;