DBA Data[Home] [Help]

APPS.HXC_BLOCK_COLLECTION_UTILS dependencies on HXC_BLOCK_TABLE_TYPE

Line 51: p_blocks out NOCOPY hxc_block_table_type,

47: -- {End Of Comments}
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: -- ----------------------------------------------------------------------------

Line 112: p_blocks out NOCOPY hxc_block_table_type,

108: PROCEDURE get_application_period
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: -- ----------------------------------------------------------------------------

Line 157: p_blocks out NOCOPY hxc_block_table_type,

153: -- {End Of Comments}
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: -- ----------------------------------------------------------------------------

Line 220: p_blocks out NOCOPY hxc_block_table_type,

216: -- {End Of Comments}
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: );

Line 277: p_blocks out NOCOPY hxc_block_table_type,

273: -- {End Of Comments}
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: );