DBA Data[Home] [Help]

APPS.HXC_BLOCK_COLLECTION_UTILS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 52: p_attributes out NOCOPY hxc_attribute_table_type

48: --
49: PROCEDURE get_application_period
50: (p_app_period_id in hxc_time_building_blocks.time_building_block_id%type,
51: p_blocks out NOCOPY hxc_block_table_type,
52: p_attributes out NOCOPY hxc_attribute_table_type
53: );
54: --
55: -- ----------------------------------------------------------------------------
56: -- |-------------------< get_application_period >---------------------|

Line 113: p_attributes out NOCOPY hxc_attribute_table_type

109: (p_app_period_id in hxc_time_building_blocks.time_building_block_id%type,
110: p_start_time in date,
111: p_stop_time in date,
112: p_blocks out NOCOPY hxc_block_table_type,
113: p_attributes out NOCOPY hxc_attribute_table_type
114: );
115: --
116: -- ----------------------------------------------------------------------------
117: -- |------------------------< get_timecard >--------------------------|

Line 158: p_attributes out NOCOPY hxc_attribute_table_type

154: --
155: PROCEDURE get_timecard
156: (p_timecard_id in hxc_time_building_blocks.time_building_block_id%type,
157: p_blocks out NOCOPY hxc_block_table_type,
158: p_attributes out NOCOPY hxc_attribute_table_type
159: );
160: --
161: -- ----------------------------------------------------------------------------
162: -- |------------------------< get_timecard >--------------------------|

Line 221: p_attributes out NOCOPY hxc_attribute_table_type,

217: --
218: PROCEDURE get_timecard
219: (p_timecard_id in hxc_time_building_blocks.time_building_block_id%type,
220: p_blocks out NOCOPY hxc_block_table_type,
221: p_attributes out NOCOPY hxc_attribute_table_type,
222: p_row_data out NOCOPY hxc_trans_display_key_utils.translation_row_used,
223: p_missing_rows in out NOCOPY boolean
224: );
225: --

Line 278: p_attributes out NOCOPY hxc_attribute_table_type,

274: --
275: PROCEDURE get_template
276: (p_template_id in hxc_time_building_blocks.time_building_block_id%type,
277: p_blocks out NOCOPY hxc_block_table_type,
278: p_attributes out NOCOPY hxc_attribute_table_type,
279: p_template_start_time out NOCOPY date,
280: p_template_stop_time out NOCOPY date
281: );
282: