[Home] [Help]
PACKAGE: APPS.CSP_HR_LOC_CUST
Source
1 PACKAGE CSP_HR_LOC_CUST AUTHID CURRENT_USER AS
2 /* $Header: csphrloccusts.pls 120.0.12020000.1 2012/07/16 15:15:18 htank noship $ */
3
4
5 -- Start of Comments
6 -- Package name : CSP_HR_LOC_CUST
7 -- Purpose : Custom code to override return information
8 -- History :
9 -- NOTE :
10 -- End of Comments
11
12 FUNCTION user_hook (
13 p_hr_loc_record IN hr_location_record.location_rectype
14 ) RETURN hr_location_record.location_rectype;
15
16 End CSP_HR_LOC_CUST;