DBA Data[Home] [Help]

APPS.HXC_HRP_UPD dependencies on HXC_RECURRING_PERIODS

Line 72: -- Update the hxc_recurring_periods Row

68: p_rec.object_version_number := p_rec.object_version_number + 1;
69: --
70: --
71: --
72: -- Update the hxc_recurring_periods Row
73: --
74: update hxc_recurring_periods
75: set
76: recurring_period_id = p_rec.recurring_period_id

Line 74: update hxc_recurring_periods

70: --
71: --
72: -- Update the hxc_recurring_periods Row
73: --
74: update hxc_recurring_periods
75: set
76: recurring_period_id = p_rec.recurring_period_id
77: ,name = p_rec.name
78: ,start_date = p_rec.start_date

Line 244: (p_module_name => 'HXC_RECURRING_PERIODS'

240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'HXC_RECURRING_PERIODS'
245: ,p_hook_type => 'AU');
246: --
247: end;
248: --