DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 1761: PROCEDURE push_attributes ( p_attributes hxc_attribute_table_type ) IS

1757: END alternate_name_string;
1758:
1759:
1760:
1761: PROCEDURE push_attributes ( p_attributes hxc_attribute_table_type ) IS
1762:
1763:
1764: l_proc VARCHAR2(72) := g_package||'push_attributes';
1765:

Line 2009: l_attributes hxc_attribute_table_type;

2005:
2006:
2007: PROCEDURE push_attributes ( p_attributes hxc_self_service_time_deposit.building_block_attribute_info ) IS
2008:
2009: l_attributes hxc_attribute_table_type;
2010:
2011: BEGIN
2012:
2013: l_attributes := hxc_deposit_wrapper_utilities.attributes_to_array(

Line 2102: p_attributes hxc_attribute_table_type,

2098: --
2099: -- SEE PACKAGE HEADER
2100:
2101: PROCEDURE push_timecard ( p_blocks hxc_block_table_type,
2102: p_attributes hxc_attribute_table_type,
2103: p_detail_blocks_only BOOLEAN ) IS
2104:
2105:
2106: TYPE day_index_tab IS TABLE OF BINARY_INTEGER INDEX BY BINARY_INTEGER;

Line 4703: , p_tco_att hxc_attribute_table_type ) IS

4699: -- PUBLIC function for backward compatibility with Phase I Time Categories
4700:
4701: PROCEDURE initialise_time_category (
4702: p_time_category_id NUMBER
4703: , p_tco_att hxc_attribute_table_type ) IS
4704:
4705: l_dummy_att hxc_self_service_time_deposit.building_block_attribute_info;
4706:
4707: BEGIN