DBA Data[Home] [Help]

APPS.IRC_IRF_DEL dependencies on IRC_REFERRAL_INFO

Line 71: delete from irc_referral_info

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

Line 82: delete from irc_referral_info

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_referral_info
83: where referral_info_id = p_rec.referral_info_id
84: and start_date >= p_validation_start_date;*/
85: --
86: --

Line 358: (p_module_name => 'IRC_REFERRAL_INFO'

354: --
355: when hr_api.cannot_find_prog_unit then
356: --
357: hr_api.cannot_find_prog_unit_error
358: (p_module_name => 'IRC_REFERRAL_INFO'
359: ,p_hook_type => 'AD');
360: --
361: end;
362: --