DBA Data[Home] [Help]

APPS.PER_CNF_UPD dependencies on PER_RI_CONFIGURATIONS

Line 68: -- Update the per_ri_configurations Row

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

Line 70: update per_ri_configurations

66: --
67: --
68: -- Update the per_ri_configurations Row
69: --
70: update per_ri_configurations
71: set
72: configuration_code = p_rec.configuration_code
73: ,configuration_type = p_rec.configuration_type
74: ,configuration_status = p_rec.configuration_status

Line 213: (p_module_name => 'PER_RI_CONFIGURATIONS'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'PER_RI_CONFIGURATIONS'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --