DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on HXC_BLOCK_TABLE_TYPE

Line 153: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

149: -- Save Timecard Procedure
150: -- This procedure....
151: ----------------------------------------------------------------------------
152: Procedure save_timecard
153: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
154: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
155: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
156: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
157: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type

Line 1313: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

1309: -- This procedure....
1310: ----------------------------------------------------------------------------
1311:
1312: Procedure submit_timecard
1313: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
1314: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
1315: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
1316: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
1317: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type

Line 2534: l_blocks hxc_block_table_type := hxc_block_table_type();

2530: AND t.transaction_id = td.transaction_id
2531: AND t.type = 'RETRIEVAL'
2532: AND t.status = 'SUCCESS' );
2533:
2534: l_blocks hxc_block_table_type := hxc_block_table_type();
2535: l_attributes hxc_attribute_table_type := hxc_attribute_table_type();
2536: l_messages hxc_message_table_type := hxc_message_table_type();
2537:
2538: l_timecard_blocks hxc_timecard.block_list;