DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIMECARD dependencies on HXC_BLOCK_COLLECTION_UTILS

Line 3148: hxc_block_collection_utils.get_template

3144: END IF;
3145: --
3146: -- Get the blocks and attributes associated with the template.
3147: --
3148: hxc_block_collection_utils.get_template
3149: (p_template_id => l_template_id,
3150: p_blocks => l_blocks,
3151: p_attributes => l_attributes,
3152: p_template_start_time => l_old_start_time,

Line 4025: hxc_block_collection_utils.get_application_period

4021: ) IS
4022:
4023: Begin
4024:
4025: hxc_block_collection_utils.get_application_period
4026: (p_app_period_id,
4027: p_start_time,
4028: p_stop_time,
4029: p_blocks,

Line 4863: hxc_block_collection_utils.get_timecard

4859: else
4860: l_temp_attributes := p_attribute_array;
4861: end if;
4862:
4863: hxc_block_collection_utils.get_timecard
4864: (p_timecard_id => l_timecard_id,
4865: p_blocks => p_block_array,
4866: p_attributes => l_temp_attributes,
4867: p_row_data => l_row_data,