DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 9: (p_attributes in out nocopy hxc_attribute_table_type) is

5: ---
6: ----
7: ----
8: Procedure remove_blank_attribute_rows
9: (p_attributes in out nocopy hxc_attribute_table_type) is
10:
11: l_index number;
12:
13: Begin

Line 154: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE

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
158: ,p_timekeeper_id in hxc_time_building_blocks.resource_id%type DEFAULT NULL

Line 1314: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE

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
1318: ,p_timekeeper_id in hxc_time_building_blocks.resource_id%type DEFAULT NULL

Line 2535: l_attributes hxc_attribute_table_type := hxc_attribute_table_type();

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;
2539: l_day_blocks hxc_timecard.block_list;