DBA Data[Home] [Help]

APPS.POR_LOAD_LOCATION dependencies on HR_LOCATION_API

Line 58: hr_location_api.create_location(

54: select org_id into l_operating_unit_id from financials_system_parameters;
55:
56: IF (NOT (get_location_exists(x_location_code,l_business_grp_id))) THEN
57:
58: hr_location_api.create_location(
59: p_location_code => x_location_code,
60: p_effective_date => x_effective_date,
61: p_description => x_description,
62: p_address_line_1 => x_address_line_1,

Line 88: hr_location_api.update_location(

84:
85: ELSE
86: get_location_information (x_location_code, l_location_id, l_object_version_number);
87:
88: hr_location_api.update_location(
89: p_location_code => x_location_code,
90: p_effective_date => x_effective_date,
91: p_description => x_description,
92: p_address_line_1 => x_address_line_1,