DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 10: (p_attributes in out nocopy hxc_attribute_table_type) is

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

Line 106: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE

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

Line 546: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE

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

Line 1040: l_attributes hxc_attribute_table_type := hxc_attribute_table_type();

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