DBA Data[Home] [Help]

APPS.IRC_INP_UPD dependencies on IRC_NOTIFICATION_PREFERENCES

Line 68: -- Update the irc_notification_preferences Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: irc_inp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_notification_preferences Row
69: --
70: update irc_notification_preferences
71: set
72: party_id = p_rec.party_id

Line 70: update irc_notification_preferences

66: irc_inp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_notification_preferences Row
69: --
70: update irc_notification_preferences
71: set
72: party_id = p_rec.party_id
73: ,person_id = p_rec.person_id
74: ,matching_jobs = p_rec.matching_jobs

Line 402: (p_module_name => 'IRC_NOTIFICATION_PREFERENCES'

398: --
399: when hr_api.cannot_find_prog_unit then
400: --
401: hr_api.cannot_find_prog_unit_error
402: (p_module_name => 'IRC_NOTIFICATION_PREFERENCES'
403: ,p_hook_type => 'AU');
404: --
405: end;
406: --