DBA Data[Home] [Help]

APPS.IRC_APA_UPD dependencies on IRC_APL_PROFILE_ACCESS

Line 68: -- Update the irc_apl_profile_access Row

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

Line 70: update irc_apl_profile_access

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

Line 206: (p_module_name => 'IRC_APL_PROFILE_ACCESS'

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