DBA Data[Home] [Help]

APPS.IRC_ISC_UPD dependencies on IRC_SEARCH_CRITERIA

Line 76: -- Update the irc_search_criteria Row

72: end if;
73: --
74: irc_isc_shd.g_api_dml := true; -- Set the api dml status
75: --
76: -- Update the irc_search_criteria Row
77: --
78: update irc_search_criteria
79: set
80: search_criteria_id = p_rec.search_criteria_id

Line 78: update irc_search_criteria

74: irc_isc_shd.g_api_dml := true; -- Set the api dml status
75: --
76: -- Update the irc_search_criteria Row
77: --
78: update irc_search_criteria
79: set
80: search_criteria_id = p_rec.search_criteria_id
81: ,object_id = p_rec.object_id
82: ,object_type = p_rec.object_type

Line 696: (p_module_name => 'IRC_SEARCH_CRITERIA'

692: --
693: when hr_api.cannot_find_prog_unit then
694: --
695: hr_api.cannot_find_prog_unit_error
696: (p_module_name => 'IRC_SEARCH_CRITERIA'
697: ,p_hook_type => 'AU');
698: --
699: end;
700: --