DBA Data[Home] [Help]

APPS.HXC_TRANS_DISPLAY_KEY_UTILS dependencies on HXC_BLOCK_TABLE_TYPE

Line 143: p_blocks in out NOCOPY hxc_block_table_type);

139: -- {End Of Comments}
140: --
141: PROCEDURE remove_empty_rows
142: (p_row_data in translation_row_used,
143: p_blocks in out NOCOPY hxc_block_table_type);
144: --
145: -- +--------------------------------------------------------------------------+
146: -- |-------------------< reset_column_index_to_zero >-----------------|
147: -- +--------------------------------------------------------------------------+

Line 248: (p_blocks in hxc_block_table_type)

244: --
245: -- {End Of Comments}
246: --
247: FUNCTION timecard_row_count
248: (p_blocks in hxc_block_table_type)
249: return NUMBER;
250:
251: -- Added for DA Enhancement
252: -- +--------------------------------------------------------------------------+

Line 258: (p_g_deposit_blocks in out nocopy hxc_block_table_type,

254: -- +--------------------------------------------------------------------------+
255: --
256:
257: PROCEDURE alter_translation_key
258: (p_g_deposit_blocks in out nocopy hxc_block_table_type,
259: p_actual_blocks in hxc_block_table_type
260: );
261:
262:

Line 259: p_actual_blocks in hxc_block_table_type

255: --
256:
257: PROCEDURE alter_translation_key
258: (p_g_deposit_blocks in out nocopy hxc_block_table_type,
259: p_actual_blocks in hxc_block_table_type
260: );
261:
262:
263: END hxc_trans_display_key_utils;