DBA Data[Home] [Help]

APPS.HXC_TRANS_DISPLAY_KEY_UTILS dependencies on HXC_TIMECARD_BLOCK_UTILS

Line 185: if (hxc_timecard_block_utils.is_detail_block(p_blocks(l_idx))) then

181: --
182: l_idx := p_blocks.first;
183: Loop
184: Exit when NOT p_blocks.exists(l_idx);
185: if (hxc_timecard_block_utils.is_detail_block(p_blocks(l_idx))) then
186: l_row_idx := row_index_from_key(p_blocks(l_idx).translation_display_key);
187: if (l_new_row_indices.exists(l_row_idx)) then
188: -- Must replace the row index in the display key
189: p_blocks(l_idx).translation_display_key :=

Line 249: (hxc_timecard_block_utils.is_active_block(p_blocks(l_index))))

245: Loop
246: Exit when not p_blocks.exists(l_index);
247: if((p_blocks(l_index).scope = hxc_timecard.c_detail_scope)
248: AND
249: (hxc_timecard_block_utils.is_active_block(p_blocks(l_index))))
250: then
251: l_row_index := row_index_from_key(p_blocks(l_index).translation_display_key);
252: if(l_row_index > l_row_count) then
253: l_row_count := l_row_index;