DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on HR_LOCATION_API

Line 268: hr_location_api.create_location(

264:
265: -- Default location description to address 1.
266: --l_description := p_address_line_1;
267:
268: hr_location_api.create_location(
269: p_effective_date => l_effective_date,
270: --p_language_code => l_language,
271: p_location_code => l_location_code,
272: p_description => l_description,

Line 522: hr_location_api.update_location

518: l_description := p_address_line_1;
519: */
520: l_object_version_number := p_object_version_number;
521:
522: hr_location_api.update_location
523: (p_validate => false,
524: p_effective_date => sysdate,
525: -- p_language_code => l_language,
526: p_location_id => p_location_id,