DBA Data[Home] [Help]

APPS.HXC_TRANS_DISPLAY_KEY_UTILS dependencies on HXC_BLOCK_TABLE_TYPE

Line 158: p_blocks in out NOCOPY hxc_block_table_type) is

154: -- +--------------------------------------------------------------------------+
155: --
156: PROCEDURE remove_empty_rows
157: (p_row_data in translation_row_used,
158: p_blocks in out NOCOPY hxc_block_table_type) is
159: l_idx pls_integer;
160: l_row_number pls_integer;
161: l_row_idx number;
162: l_new_row_indices translation_row_used;

Line 237: (p_blocks in hxc_block_table_type)

233: -- |---------------------< timecard_row_count >-----------------------|
234: -- +--------------------------------------------------------------------------+
235: --
236: FUNCTION timecard_row_count
237: (p_blocks in hxc_block_table_type)
238: return number is
239: l_index pls_integer;
240: l_row_index number;
241: l_row_count number;

Line 268: (p_g_deposit_blocks in out nocopy hxc_block_table_type,

264: -- +--------------------------------------------------------------------------+
265: --
266:
267: PROCEDURE alter_translation_key
268: (p_g_deposit_blocks in out nocopy hxc_block_table_type,
269: p_actual_blocks in hxc_block_table_type
270: ) is
271:
272: l_actual_blocks hxc_block_table_type;

Line 269: p_actual_blocks in hxc_block_table_type

265: --
266:
267: PROCEDURE alter_translation_key
268: (p_g_deposit_blocks in out nocopy hxc_block_table_type,
269: p_actual_blocks in hxc_block_table_type
270: ) is
271:
272: l_actual_blocks hxc_block_table_type;
273: l_idx NUMBER;

Line 272: l_actual_blocks hxc_block_table_type;

268: (p_g_deposit_blocks in out nocopy hxc_block_table_type,
269: p_actual_blocks in hxc_block_table_type
270: ) is
271:
272: l_actual_blocks hxc_block_table_type;
273: l_idx NUMBER;
274: l_index NUMBER;
275: l_deposit_translation_key VARCHAR2(100);
276: l_actual_translation_key VARCHAR2(100);