DBA Data[Home] [Help]

APPS.HXC_HDP_INS dependencies on HXC_DEPOSIT_PROCESSES

Line 69: -- Insert the row into: hxc_deposit_processes

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

Line 71: insert into hxc_deposit_processes

67: --
68: --
69: -- Insert the row into: hxc_deposit_processes
70: --
71: insert into hxc_deposit_processes
72: (deposit_process_id
73: ,name
74: ,time_source_id
75: ,mapping_id

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

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

Line 250: (p_module_name => 'HXC_DEPOSIT_PROCESSES'

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