DBA Data[Home] [Help]

APPS.HXC_HRP_INS dependencies on HXC_RECURRING_PERIODS

Line 69: -- Insert the row into: hxc_recurring_periods

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: --
68: --
69: -- Insert the row into: hxc_recurring_periods
70: --
71: insert into hxc_recurring_periods
72: (recurring_period_id
73: ,name

Line 71: insert into hxc_recurring_periods

67: --
68: --
69: -- Insert the row into: hxc_recurring_periods
70: --
71: insert into hxc_recurring_periods
72: (recurring_period_id
73: ,name
74: ,start_date
75: ,end_date

Line 169: Cursor C_Sel1 is select hxc_recurring_periods_s.nextval from sys.dual;

165: ) is
166: --
167: l_proc varchar2(72);
168: --
169: Cursor C_Sel1 is select hxc_recurring_periods_s.nextval from sys.dual;
170: --
171: Begin
172: if g_debug then
173: l_proc := g_package||'pre_insert';

Line 258: (p_module_name => 'HXC_RECURRING_PERIODS'

254: --
255: when hr_api.cannot_find_prog_unit then
256: --
257: hr_api.cannot_find_prog_unit_error
258: (p_module_name => 'HXC_RECURRING_PERIODS'
259: ,p_hook_type => 'AI');
260: --
261: end;
262: --