DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 114: p_attributes hxc_attribute_table_type,

110: -- from the database. NOTE: must denormalise the DAY start
111: -- and STOP times when passing only DETAILS
112:
113: PROCEDURE push_timecard ( p_blocks hxc_block_table_type,
114: p_attributes hxc_attribute_table_type,
115: p_detail_blocks_only BOOLEAN DEFAULT FALSE );
116:
117:
118: PROCEDURE push_attributes ( p_attributes hxc_self_service_time_deposit.building_block_attribute_info );

Line 268: , p_tco_att hxc_attribute_table_type );

264: -- PUBLIC function for backward compatibility with Phase I Time Categories
265:
266: PROCEDURE initialise_time_category (
267: p_time_category_id NUMBER
268: , p_tco_att hxc_attribute_table_type );
269:
270:
271:
272: -- public function