DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIMECARD dependencies on HXC_BLOCK_COLLECTION_UTILS

Line 3467: hxc_block_collection_utils.get_template

3463: END IF;
3464: --
3465: -- Get the blocks and attributes associated with the template.
3466: --
3467: hxc_block_collection_utils.get_template
3468: (p_template_id => l_template_id,
3469: p_blocks => l_blocks,
3470: p_attributes => l_attributes,
3471: p_template_start_time => l_old_start_time,

Line 4361: hxc_block_collection_utils.get_application_period

4357: ) IS
4358:
4359: Begin
4360:
4361: hxc_block_collection_utils.get_application_period
4362: (p_app_period_id,
4363: p_start_time,
4364: p_stop_time,
4365: p_blocks,

Line 5217: hxc_block_collection_utils.get_timecard

5213: else
5214: l_temp_attributes := p_attribute_array;
5215: end if;
5216:
5217: hxc_block_collection_utils.get_timecard
5218: (p_timecard_id => l_timecard_id,
5219: p_blocks => p_block_array,
5220: p_attributes => l_temp_attributes,
5221: p_row_data => l_row_data,