DBA Data[Home] [Help]

APPS.IRC_IID_UPD dependencies on IRC_INTERVIEW_DETAILS

Line 83: -- Update the irc_interview_details Row

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

Line 85: update irc_interview_details

81: --
82: --
83: -- Update the irc_interview_details Row
84: --
85: update irc_interview_details
86: set
87: interview_details_id = p_rec.interview_details_id
88: ,status = p_rec.status
89: ,feedback = p_rec.feedback

Line 544: (p_module_name => 'IRC_INTERVIEW_DETAILS'

540: --
541: when hr_api.cannot_find_prog_unit then
542: --
543: hr_api.cannot_find_prog_unit_error
544: (p_module_name => 'IRC_INTERVIEW_DETAILS'
545: ,p_hook_type => 'AU');
546: --
547: end;
548: --