DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_BLOCK_TABLE_TYPE

Line 244: l_timecard hxc_block_table_type;

240: l_record_index_buffer NUMBER
241: /*ADVICE(333): NUMBER has no precision [315] */
242: := 0;
243: l_attributes hxc_attribute_table_type;
244: l_timecard hxc_block_table_type;
245: l_messages hxc_message_table_type;
246: l_alias_def_list_index
247: /*ADVICE(339): Unreferenced variable [553] */
248: NUMBER

Line 638: l_timecard := hxc_block_table_type ();

634:
635: --Main Query Begin
636: BEGIN
637: l_attributes := hxc_attribute_table_type ();
638: l_timecard := hxc_block_table_type ();
639: l_messages := hxc_message_table_type ();
640: g_debug :=hr_utility.debug_enabled;
641:
642:

Line 5172: l_timecard hxc_block_table_type := hxc_block_table_type ();

5168: l_resource_id NUMBER
5169: /*ADVICE(3592): NUMBER has no precision [315] */
5170: ;
5171: l_string VARCHAR2 (32000);
5172: l_timecard hxc_block_table_type := hxc_block_table_type ();
5173: ord_timecard
5174: /*ADVICE(3597): Unreferenced variable [553] */
5175: hxc_block_table_type := hxc_block_table_type ();
5176: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (

Line 5175: hxc_block_table_type := hxc_block_table_type ();

5171: l_string VARCHAR2 (32000);
5172: l_timecard hxc_block_table_type := hxc_block_table_type ();
5173: ord_timecard
5174: /*ADVICE(3597): Unreferenced variable [553] */
5175: hxc_block_table_type := hxc_block_table_type ();
5176: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (
5177:
5178: );
5179: l_messages hxc_message_table_type := hxc_message_table_type ();

Line 6300: l_timecard hxc_block_table_type := hxc_block_table_type ();

6296: and trunc(stop_time)=trunc(p_end_date)
6297: and (trunc(date_to) = hr_general.end_of_time or APPROVAL_STATUS='ERROR');
6298: /*end of senthil changes */
6299:
6300: l_timecard hxc_block_table_type := hxc_block_table_type ();
6301: ord_timecard
6302: /*ADVICE(4303): Unreferenced variable [553] */
6303: hxc_block_table_type := hxc_block_table_type ();
6304: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();

Line 6303: hxc_block_table_type := hxc_block_table_type ();

6299:
6300: l_timecard hxc_block_table_type := hxc_block_table_type ();
6301: ord_timecard
6302: /*ADVICE(4303): Unreferenced variable [553] */
6303: hxc_block_table_type := hxc_block_table_type ();
6304: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
6305: p_messages hxc_message_table_type := hxc_message_table_type ();
6306: l_day_id_info_table t_day_id_info_table;
6307: n

Line 6678: p_timecard IN OUT NOCOPY hxc_block_table_type,

6674: IN DATE,
6675: p_tc_todt
6676: /*ADVICE(4632): Unreferenced parameter [552] */
6677: IN DATE,
6678: p_timecard IN OUT NOCOPY hxc_block_table_type,
6679: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
6680: p_day_id_info_table OUT NOCOPY t_day_id_info_table,
6681: p_approval_style_id OUT NOCOPY NUMBER,
6682: p_approval_status OUT NOCOPY VARCHAR2,

Line 7212: p_timecard IN OUT NOCOPY hxc_block_table_type,

7208: p_tc_todt
7209: /*ADVICE(5021): Unreferenced parameter [552] */
7210: IN DATE,
7211: p_insert_detail IN hxc_timekeeper_process.t_time_info,
7212: p_timecard IN OUT NOCOPY hxc_block_table_type,
7213: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
7214: p_day_id_info_table IN hxc_timekeeper_process.t_day_id_info_table,
7215: p_approval_style_id IN NUMBER,
7216: p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info,