DBA Data[Home] [Help]

APPS.HXC_HRP_DEL dependencies on HXC_RECURRING_PERIODS

Line 66: -- Delete the hxc_recurring_periods row.

62: end if;
63: --
64: --
65: --
66: -- Delete the hxc_recurring_periods row.
67: --
68: delete from hxc_recurring_periods
69: where recurring_period_id = p_rec.recurring_period_id;
70: --

Line 68: delete from hxc_recurring_periods

64: --
65: --
66: -- Delete the hxc_recurring_periods row.
67: --
68: delete from hxc_recurring_periods
69: where recurring_period_id = p_rec.recurring_period_id;
70: --
71: --
72: --

Line 198: (p_module_name => 'HXC_RECURRING_PERIODS'

194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'HXC_RECURRING_PERIODS'
199: ,p_hook_type => 'AD');
200: --
201: end;
202: --