DBA Data[Home] [Help]

APPS.IRC_IID_DEL dependencies on IRC_INTERVIEW_DETAILS

Line 71: delete from irc_interview_details

67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.
70: --
71: delete from irc_interview_details
72: where interview_details_id = p_rec.interview_details_id
73: and start_date = p_validation_start_date;
74: --
75: --

Line 82: delete from irc_interview_details

78: --
79: -- Delete the row(s) where the effective start date is greater than
80: -- or equal to the validation start date.
81: --
82: delete from irc_interview_details
83: where interview_details_id = p_rec.interview_details_id
84: and start_date >= p_validation_start_date;*/
85: --
86: --

Line 383: (p_module_name => 'IRC_INTERVIEW_DETAILS'

379: --
380: when hr_api.cannot_find_prog_unit then
381: --
382: hr_api.cannot_find_prog_unit_error
383: (p_module_name => 'IRC_INTERVIEW_DETAILS'
384: ,p_hook_type => 'AD');
385: --
386: end;
387: --