DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_MESSAGE_TABLE_TYPE

Line 10: ,p_messages in out nocopy hxc_message_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;