DBA Data[Home] [Help]

APPS.HXC_TBB_INS dependencies on HXC_TIME_BUILDING_BLOCKS

Line 71: -- insert the row into: hxc_time_building_blocks

67: hr_utility.set_location('Entering:'||l_proc, 5);
68: end if;
69: p_rec.object_version_number := 1; -- Initialise the object version
70:
71: -- insert the row into: hxc_time_building_blocks
72:
73: insert into hxc_time_building_blocks
74: (time_building_block_id
75: ,type

Line 73: insert into hxc_time_building_blocks

69: p_rec.object_version_number := 1; -- Initialise the object version
70:
71: -- insert the row into: hxc_time_building_blocks
72:
73: insert into hxc_time_building_blocks
74: (time_building_block_id
75: ,type
76: ,measure
77: ,unit_of_measure

Line 192: cursor c_sel1 is select hxc_time_building_blocks_s.nextval from dual;

188: ) is
189:
190: l_proc varchar2(72);
191:
192: cursor c_sel1 is select hxc_time_building_blocks_s.nextval from dual;
193:
194: begin
195:
196:

Line 309: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'

305: */null;
306: exception
307: when hr_api.cannot_find_prog_unit then
308: hr_api.cannot_find_prog_unit_error
309: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'
310: ,p_hook_type => 'AI');
311:
312: end;
313: