DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on HR_LOCATION_RECORD

Line 254: l_in_hr_loc_hook_rec hr_location_record.location_rectype;

250: l_office_site_flag hr_locations_all.office_site_flag%TYPE := 'N';
251: l_receiving_site_flag hr_locations_all.receiving_site_flag%TYPE := 'Y';
252: l_ship_to_location_id hr_locations_all.ship_to_location_id%TYPE := NULL;
253:
254: l_in_hr_loc_hook_rec hr_location_record.location_rectype;
255: l_out_hr_loc_hook_rec hr_location_record.location_rectype;
256:
257: BEGIN
258:

Line 255: l_out_hr_loc_hook_rec hr_location_record.location_rectype;

251: l_receiving_site_flag hr_locations_all.receiving_site_flag%TYPE := 'Y';
252: l_ship_to_location_id hr_locations_all.ship_to_location_id%TYPE := NULL;
253:
254: l_in_hr_loc_hook_rec hr_location_record.location_rectype;
255: l_out_hr_loc_hook_rec hr_location_record.location_rectype;
256:
257: BEGIN
258:
259: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then