DBA Data[Home] [Help]

APPS.PQP_PENSION_PROVIDERS dependencies on HR_LOCATION_API

Line 103: hr_location_api.create_location(

99:
100: IF p_create_new_location_flag = 'Y' AND p_location_id = -1 THEN
101:
102: -- Create new Location with the information provided
103: hr_location_api.create_location(
104: p_validate => FALSE,
105: p_effective_date => p_effective_start_date,
106: p_language_code => p_language_code,
107: p_location_id => l_location_id,