DBA Data[Home] [Help]

APPS.IRC_ILP_UPD dependencies on IRC_LOCATION_PREFERENCES

Line 68: -- Update the irc_location_preferences Row

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

Line 70: update irc_location_preferences

66: irc_ilp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_location_preferences Row
69: --
70: update irc_location_preferences
71: set
72: location_pref_id = p_rec.location_pref_id
73: ,object_id = p_rec.object_id
74: ,object_type = p_rec.object_type

Line 388: (p_module_name => 'IRC_LOCATION_PREFERENCES'

384: --
385: when hr_api.cannot_find_prog_unit then
386: --
387: hr_api.cannot_find_prog_unit_error
388: (p_module_name => 'IRC_LOCATION_PREFERENCES'
389: ,p_hook_type => 'AU');
390: --
391: end;
392: --