DBA Data[Home] [Help]

APPS.PER_CNL_UPD dependencies on PER_RI_CONFIG_LOCATIONS

Line 68: -- Update the per_ri_config_locations Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_ri_config_locations Row
69: --
70: update per_ri_config_locations
71: set
72: configuration_code = p_rec.configuration_code

Line 70: update per_ri_config_locations

66: --
67: --
68: -- Update the per_ri_config_locations Row
69: --
70: update per_ri_config_locations
71: set
72: configuration_code = p_rec.configuration_code
73: ,configuration_context = p_rec.configuration_context
74: ,location_id = p_rec.location_id

Line 275: (p_module_name => 'PER_RI_CONFIG_LOCATIONS'

271: --
272: when hr_api.cannot_find_prog_unit then
273: --
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'PER_RI_CONFIG_LOCATIONS'
276: ,p_hook_type => 'AU');
277: --
278: end;
279: --