DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on HXC_BLOCK_TABLE_TYPE

Line 105: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

101: -- Save Timecard Procedure
102: -- This procedure....
103: ----------------------------------------------------------------------------
104: Procedure save_timecard
105: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
106: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
107: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
108: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
109: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type

Line 545: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

541: -- This procedure....
542: ----------------------------------------------------------------------------
543:
544: Procedure submit_timecard
545: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
546: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
547: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
548: ,p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type
549: ,p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type

Line 1039: l_blocks hxc_block_table_type := hxc_block_table_type();

1035: AND t.transaction_id = td.transaction_id
1036: AND t.type = 'RETRIEVAL'
1037: AND t.status = 'SUCCESS' );
1038:
1039: l_blocks hxc_block_table_type := hxc_block_table_type();
1040: l_attributes hxc_attribute_table_type := hxc_attribute_table_type();
1041: l_messages hxc_message_table_type := hxc_message_table_type();
1042:
1043: l_timecard_blocks hxc_timecard.block_list;