DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 156: p_attribute IN OUT NOCOPY hxc_attribute_table_type,

152: -------------------------------------------------------------------------------
153: -- this procedure add a attribute in the attribute_table
154: -------------------------------------------------------------------------------
155: PROCEDURE add_attribute (
156: p_attribute IN OUT NOCOPY hxc_attribute_table_type,
157: p_attribute_id IN NUMBER,
158: p_tbb_id IN NUMBER,
159: p_tbb_ovn IN NUMBER,
160: p_blk_type IN VARCHAR2,

Line 250: p_attributes OUT NOCOPY hxc_attribute_table_type,

246: IN DATE,
247: p_end_period
248: /*ADVICE(268): Unreferenced parameter [552] */
249: IN DATE,
250: p_attributes OUT NOCOPY hxc_attribute_table_type,
251: p_add_hours_type_id
252: /*ADVICE(272): Unreferenced parameter [552] */
253: IN NUMBER,
254: p_attribute_index_info OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info

Line 331: p_attributes := hxc_attribute_table_type ();

327: l_attribute8 varchar2(150);
328: l_attribute3 varchar2(150);
329: l_attribute4 varchar2(150);
330: BEGIN
331: p_attributes := hxc_attribute_table_type ();
332:
333: FOR detail_attribute_info IN c_detail_attribute (p_timecard_id, p_timecard_ovn, p_resource_id) LOOP
334: -- index the attribute table with the attribute_id
335: p_attributes.EXTEND;

Line 567: p_attribute IN OUT NOCOPY hxc_attribute_table_type,

563:
564: -------------------------------------------------------------------------------
565: -------------------------------------------------------------------------------
566: PROCEDURE add_dff_attribute (
567: p_attribute IN OUT NOCOPY hxc_attribute_table_type,
568: p_attribute_id IN NUMBER,
569: p_tbb_id IN NUMBER,
570: p_tbb_ovn
571: /*ADVICE(559): Unreferenced parameter [552] */

Line 614: --p_attribute :=HXC_ATTRIBUTE_TABLE_TYPE();

610: /*ADVICE(598): NUMBER has no precision [315] */
611: := 0;
612: BEGIN
613:
614: --p_attribute :=HXC_ATTRIBUTE_TABLE_TYPE();
615: IF p_attribute_index_info.EXISTS (p_attribute_id) THEN
616: l_attribute_index := p_attribute_index_info (p_attribute_id).attribute_block_row_index;
617: ELSE
618: p_attribute.EXTEND;

Line 2469: p_attributes IN OUT NOCOPY hxc_attribute_table_type,

2465: PROCEDURE manage_detaildffinfo (
2466: p_detail_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
2467: p_detail_ovn IN NUMBER,
2468: p_det_details IN OUT NOCOPY hxc_timekeeper_process.g_detail_data%TYPE,
2469: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
2470: p_attribute_category IN VARCHAR2,
2471: p_tbb_id_reference_table IN OUT NOCOPY hxc_alias_utility.t_tbb_id_reference,
2472: p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info,
2473: p_timecard_index_info

Line 2732: p_attributes IN OUT NOCOPY hxc_attribute_table_type,

2728: END;
2729:
2730: PROCEDURE check_msg_set_process_flag (
2731: p_blocks IN OUT NOCOPY hxc_block_table_type,
2732: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
2733: p_messages IN OUT NOCOPY hxc_message_table_type
2734: ) IS
2735: l_change_process_flag BOOLEAN := FALSE;
2736: l_index BINARY_INTEGER