DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on HR_LOCATIONS

Line 33: (p_location_id IN hr_locations.location_id%TYPE

29: -- Access Status:
30: -- Internal Development Use Only.
31: --
32: FUNCTION return_legislation_code
33: (p_location_id IN hr_locations.location_id%TYPE
34: ) RETURN VARCHAR2;
35: --
36: -- ----------------------------------------------------------------------------
37: -- |---------------------------< insert_validate >----------------------------|

Line 117: -- HR_LOCATIONS row.

113: -- {Start Of Comments}
114: --
115: -- Description:
116: -- This procedure checks to see if record can be deleted from
117: -- HR_LOCATIONS row.
118: --
119: -- Prerequisites:
120: -- This private procedure is called from upd procedure.
121: --