DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_ERRORS dependencies on HXC_BLOCK_TABLE_TYPE

Line 56: ,p_blocks in out nocopy hxc_block_table_type

52: ,p_timecard_ovn IN OUT NOCOPY NUMBER);
53:
54: PROCEDURE rollback_tc_or_set_err_status
55: (p_message_table in out nocopy HXC_MESSAGE_TABLE_TYPE
56: ,p_blocks in out nocopy hxc_block_table_type
57: ,p_attributes in out nocopy hxc_attribute_table_type
58: ,p_rollback in out nocopy BOOLEAN
59: ,p_status_error out NOCOPY BOOLEAN);
60: