DBA Data[Home] [Help]

APPS.PER_CNI_UPD dependencies on PER_RI_CONFIG_INFORMATION

Line 67: -- Update the per_ri_config_information Row

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

Line 69: update per_ri_config_information

65: p_rec.object_version_number :=p_rec.object_version_number+1;
66: --
67: -- Update the per_ri_config_information Row
68: --
69: update per_ri_config_information
70: set
71: configuration_code = p_rec.configuration_code
72: ,config_information_category = p_rec.config_information_category
73: ,config_information1 = p_rec.config_information1

Line 363: (p_module_name => 'PER_RI_CONFIG_INFORMATION'

359: --
360: when hr_api.cannot_find_prog_unit then
361: --
362: hr_api.cannot_find_prog_unit_error
363: (p_module_name => 'PER_RI_CONFIG_INFORMATION'
364: ,p_hook_type => 'AU');
365: --
366: end;
367: --