DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 1782: PROCEDURE push_attributes ( p_attributes hxc_attribute_table_type ) IS

1778: END alternate_name_string;
1779:
1780:
1781:
1782: PROCEDURE push_attributes ( p_attributes hxc_attribute_table_type ) IS
1783:
1784:
1785: l_proc VARCHAR2(72) := g_package||'push_attributes';
1786:

Line 2030: l_attributes hxc_attribute_table_type;

2026:
2027:
2028: PROCEDURE push_attributes ( p_attributes hxc_self_service_time_deposit.building_block_attribute_info ) IS
2029:
2030: l_attributes hxc_attribute_table_type;
2031:
2032: BEGIN
2033:
2034: l_attributes := hxc_deposit_wrapper_utilities.attributes_to_array(

Line 2123: p_attributes hxc_attribute_table_type,

2119: --
2120: -- SEE PACKAGE HEADER
2121:
2122: PROCEDURE push_timecard ( p_blocks hxc_block_table_type,
2123: p_attributes hxc_attribute_table_type,
2124: p_detail_blocks_only BOOLEAN ) IS
2125:
2126:
2127: TYPE day_index_tab IS TABLE OF BINARY_INTEGER INDEX BY BINARY_INTEGER;

Line 4820: , p_tco_att hxc_attribute_table_type ) IS

4816: -- PUBLIC function for backward compatibility with Phase I Time Categories
4817:
4818: PROCEDURE initialise_time_category (
4819: p_time_category_id NUMBER
4820: , p_tco_att hxc_attribute_table_type ) IS
4821:
4822: l_dummy_att hxc_self_service_time_deposit.building_block_attribute_info;
4823:
4824: BEGIN