DBA Data[Home] [Help]

APPS.IRC_IPD_UPD dependencies on IRC_PENDING_DATA

Line 66: -- Update the irc_pending_data Row

62: --
63: --
64: --
65: --
66: -- Update the irc_pending_data Row
67: --
68: update irc_pending_data
69: set
70: pending_data_id = p_rec.pending_data_id

Line 68: update irc_pending_data

64: --
65: --
66: -- Update the irc_pending_data Row
67: --
68: update irc_pending_data
69: set
70: pending_data_id = p_rec.pending_data_id
71: ,email_address = p_rec.email_address
72: ,last_name = p_rec.last_name

Line 454: (p_module_name => 'IRC_PENDING_DATA'

450: --
451: when hr_api.cannot_find_prog_unit then
452: --
453: hr_api.cannot_find_prog_unit_error
454: (p_module_name => 'IRC_PENDING_DATA'
455: ,p_hook_type => 'AU');
456: --
457: end;
458: --