DBA Data[Home] [Help]

APPS.HXC_BUILDING_BLOCK_API dependencies on HXC_TBB_INS

Line 229: hxc_tbb_ins.ins

225: ,p_effective_date - 1)
226: where time_building_block_id = p_time_building_block_id
227: and date_to = hr_general.end_of_time;
228:
229: hxc_tbb_ins.ins
230: (p_effective_date => p_effective_date
231: ,p_type => p_type
232: ,p_scope => p_scope
233: ,p_approval_status => p_approval_status

Line 315: hxc_tbb_ins.ins

311: end if;
312:
313:
314: -- call the row handler
315: hxc_tbb_ins.ins
316: (p_effective_date => p_effective_date
317: ,p_type => p_type
318: ,p_scope => p_scope
319: ,p_approval_status => p_approval_status

Line 506: hxc_tbb_ins.ins

502:
503: end if;
504:
505: -- call the row handler
506: hxc_tbb_ins.ins
507: (p_effective_date => p_effective_date
508: ,p_type => p_type
509: ,p_scope => p_scope
510: ,p_approval_status => p_approval_status

Line 766: hxc_tbb_ins.ins

762: else
763: l_status := l_time_record.approval_status;
764: end if;
765:
766: hxc_tbb_ins.ins
767: (p_effective_date => p_effective_date,
768: p_type => l_time_record.type,
769: p_scope => l_time_record.scope,
770: p_approval_status => l_status,