DBA Data[Home] [Help]

PACKAGE: APPS.HXC_TIMECARD_DEPOSIT

Source


1 PACKAGE hxc_timecard_deposit AS
2 /* $Header: hxctimedp.pkh 120.0.12000000.1 2007/01/18 18:09:36 appldev noship $ */
3 
4 Procedure execute
5            (p_blocks           in out nocopy hxc_block_table_type
6            ,p_attributes       in out nocopy hxc_attribute_table_type
7            ,p_timecard_blocks  in            hxc_timecard.block_list
8            ,p_day_blocks       in            hxc_timecard.block_list
9            ,p_detail_blocks    in            hxc_timecard.block_list
10            ,p_messages         in out nocopy hxc_message_table_type
11            ,p_transaction_info in out nocopy hxc_timecard.transaction_info
12            );
13 
14 End hxc_timecard_deposit;