DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on HXC_BLOCK_TABLE_TYPE

Line 7: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

3:
4: g_debug BOOLEAN := FALSE;
5:
6: Procedure save_timecard
7: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
8: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
9: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
10: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
11: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type

Line 20: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

16: );
17:
18:
19: Procedure submit_timecard
20: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
21: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
22: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
23: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
24: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type