DBA Data[Home] [Help]

APPS.IRC_LCV_UPD dependencies on IRC_LOCATION_CRITERIA_VALUES

Line 68: -- Update the irc_location_criteria_values Row

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

Line 70: update irc_location_criteria_values

66: --
67: --
68: -- Update the irc_location_criteria_values Row
69: --
70: update irc_location_criteria_values
71: set
72: location_criteria_value_id = p_rec.location_criteria_value_id
73: ,search_criteria_id = p_rec.search_criteria_id
74: ,derived_locale = p_rec.derived_locale

Line 211: (p_module_name => 'IRC_LOCATION_CRITERIA_VALUES'

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