DBA Data[Home] [Help]

APPS.HXC_APC_INS dependencies on HXC_APPROVAL_PERIOD_COMPS

Line 69: -- Insert the row into: hxc_approval_period_comps

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: hxc_apc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_period_comps
70: --
71: insert into hxc_approval_period_comps
72: (approval_period_comp_id
73: ,time_recipient_id

Line 71: insert into hxc_approval_period_comps

67: hxc_apc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_period_comps
70: --
71: insert into hxc_approval_period_comps
72: (approval_period_comp_id
73: ,time_recipient_id
74: ,recurring_period_id
75: ,approval_period_set_id

Line 165: Cursor C_Sel1 is select hxc_approval_period_comps_s.nextval from sys.dual;

161: ) is
162: --
163: l_proc varchar2(72);
164: --
165: Cursor C_Sel1 is select hxc_approval_period_comps_s.nextval from sys.dual;
166: --
167: Begin
168: if g_debug then
169: l_proc := g_package||'pre_insert';

Line 252: (p_module_name => 'HXC_APPROVAL_PERIOD_COMPS'

248: --
249: when hr_api.cannot_find_prog_unit then
250: --
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'HXC_APPROVAL_PERIOD_COMPS'
253: ,p_hook_type => 'AI');
254: --
255: end;
256: --