DBA Data[Home] [Help]

APPS.HXC_RETRIEVE_ABSENCES dependencies on HXC_TIMESTORE_DEPOSIT_UTIL

Line 1631: hxc_timestore_deposit_util.convert_app_attributes_to_type (p_attributes => l_attribute_array,

1627: p_end_date,
1628: l_lock_rowid);
1629:
1630: -- convert the app_attributes_info into hxc_attribute_table_type
1631: hxc_timestore_deposit_util.convert_app_attributes_to_type (p_attributes => l_attribute_array,
1632: p_app_attributes => p_app_attributes
1633: );
1634: -- conver the timecard_block_info into hxc_block_table_type
1635: l_block_array := hxc_timestore_deposit_util.convert_tbb_to_type(p_blocks);

Line 1635: l_block_array := hxc_timestore_deposit_util.convert_tbb_to_type(p_blocks);

1631: hxc_timestore_deposit_util.convert_app_attributes_to_type (p_attributes => l_attribute_array,
1632: p_app_attributes => p_app_attributes
1633: );
1634: -- conver the timecard_block_info into hxc_block_table_type
1635: l_block_array := hxc_timestore_deposit_util.convert_tbb_to_type(p_blocks);
1636:
1637: l_index := l_block_array.first;
1638: LOOP
1639: EXIT WHEN NOT l_block_array.exists(l_index);

Line 1791: hxc_timestore_deposit_util.convert_app_attributes_to_type

1787: l_end_date,
1788: l_lock_rowid);
1789:
1790: -- convert the app_attributes_info into hxc_attribute_table_type
1791: hxc_timestore_deposit_util.convert_app_attributes_to_type
1792: (p_attributes => l_attribute_array,
1793: p_app_attributes => p_app_attributes
1794: );
1795: -- conver the timecard_block_info into hxc_block_table_type

Line 1796: l_block_array := hxc_timestore_deposit_util.convert_tbb_to_type(p_blocks);

1792: (p_attributes => l_attribute_array,
1793: p_app_attributes => p_app_attributes
1794: );
1795: -- conver the timecard_block_info into hxc_block_table_type
1796: l_block_array := hxc_timestore_deposit_util.convert_tbb_to_type(p_blocks);
1797:
1798: IF l_block_array.COUNT = 0
1799: THEN
1800: create_tc_with_abs ( p_person_id => l_person_id,