DBA Data[Home] [Help]

APPS.IRC_IRF_UPD dependencies on IRC_REFERRAL_INFO

Line 83: -- Update the irc_referral_info Row

79: );
80: --
81: --
82: --
83: -- Update the irc_referral_info Row
84: --
85: update irc_referral_info
86: set
87: referral_info_id = p_rec.referral_info_id

Line 85: update irc_referral_info

81: --
82: --
83: -- Update the irc_referral_info Row
84: --
85: update irc_referral_info
86: set
87: referral_info_id = p_rec.referral_info_id
88: ,start_date = p_rec.start_date
89: ,end_date = p_rec.end_date

Line 509: (p_module_name => 'IRC_REFERRAL_INFO'

505: --
506: when hr_api.cannot_find_prog_unit then
507: --
508: hr_api.cannot_find_prog_unit_error
509: (p_module_name => 'IRC_REFERRAL_INFO'
510: ,p_hook_type => 'AU');
511: --
512: end;
513: --