DBA Data[Home] [Help]

APPS.IRC_PCV_UPD dependencies on IRC_PROF_AREA_CRITERIA_VALUES

Line 68: -- Update the irc_prof_area_criteria_values Row

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

Line 70: update irc_prof_area_criteria_values

66: --
67: --
68: -- Update the irc_prof_area_criteria_values Row
69: --
70: update irc_prof_area_criteria_values
71: set
72: prof_area_criteria_value_id = p_rec.prof_area_criteria_value_id
73: ,search_criteria_id = p_rec.search_criteria_id
74: ,professional_area = p_rec.professional_area

Line 213: (p_module_name => 'IRC_PROF_AREA_CRITERIA_VALUES'

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