DBA Data[Home] [Help]

APPS.IRC_APS_UPD dependencies on IRC_APL_PROFILE_SNAPSHOTS

Line 68: -- Update the irc_apl_profile_snapshots Row

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

Line 70: update irc_apl_profile_snapshots

66: --
67: --
68: -- Update the irc_apl_profile_snapshots Row
69: --
70: update irc_apl_profile_snapshots
71: set
72: profile_snapshot_id = p_rec.profile_snapshot_id
73: ,person_id = p_rec.person_id
74: ,object_version_number = p_rec.object_version_number

Line 208: (p_module_name => 'IRC_APL_PROFILE_SNAPSHOTS'

204: --
205: when hr_api.cannot_find_prog_unit then
206: --
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'IRC_APL_PROFILE_SNAPSHOTS'
209: ,p_hook_type => 'AU');
210: --
211: end;
212: --