DBA Data[Home] [Help]

APPS.CSP_HR_LOC_CUST dependencies on HR_LOCATION_RECORD

Line 13: p_hr_loc_record IN hr_location_record.location_rectype

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: IS
16: x_hr_loc_record hr_location_record.location_rectype;
17: BEGIN

Line 14: ) RETURN hr_location_record.location_rectype

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: IS
16: x_hr_loc_record hr_location_record.location_rectype;
17: BEGIN
18:

Line 16: x_hr_loc_record hr_location_record.location_rectype;

12: FUNCTION user_hook (
13: p_hr_loc_record IN hr_location_record.location_rectype
14: ) RETURN hr_location_record.location_rectype
15: IS
16: x_hr_loc_record hr_location_record.location_rectype;
17: BEGIN
18:
19: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
20: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,