DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 204: p_new_detail_attributes IN OUT NOCOPY hxc_attribute_table_type

200: --this function returns all the attributes associated with the detail blocks
201: PROCEDURE get_detail_attributes(
202: p_detail_blocks IN block_table,
203: p_detail_attributes IN OUT NOCOPY hxc_self_service_time_deposit.building_block_attribute_info,
204: p_new_detail_attributes IN OUT NOCOPY hxc_attribute_table_type
205: )
206:
207: IS
208: l_attribute_index PLS_INTEGER := 1;

Line 209: l_new_attributes hxc_attribute_table_type := hxc_attribute_table_type ();

205: )
206:
207: IS
208: l_attribute_index PLS_INTEGER := 1;
209: l_new_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
210: l_detail_attributes hxc_self_service_time_deposit.building_block_attribute_info;
211: l_block_index PLS_INTEGER;
212:
213: CURSOR c_block_attributes(

Line 2636: l_new_detail_attributes hxc_attribute_table_type := hxc_attribute_table_type ();

2632: l_detail_blocks block_table;
2633: l_detail_attributes hxc_self_service_time_deposit.building_block_attribute_info;
2634:
2635: l_new_detail_blocks hxc_block_table_type := hxc_block_table_type ();
2636: l_new_detail_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
2637:
2638: l_approval_style hxc_approval_styles.approval_style_id%TYPE;
2639: l_assignment_periods hxc_timecard_utilities.periods;
2640: