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 613: l_timecard := hxc_block_table_type ();

609:
610: --Main Query Begin
611: BEGIN
612: l_attributes := hxc_attribute_table_type ();
613: l_timecard := hxc_block_table_type ();
614: l_messages := hxc_message_table_type ();
615: g_debug :=hr_utility.debug_enabled;
616:
617: -- DELETE FROM detail_temp;

Line 4176: l_timecard hxc_block_table_type := hxc_block_table_type ();

4172: l_resource_id NUMBER
4173: /*ADVICE(3592): NUMBER has no precision [315] */
4174: ;
4175: l_string VARCHAR2 (32000);
4176: l_timecard hxc_block_table_type := hxc_block_table_type ();
4177: ord_timecard
4178: /*ADVICE(3597): Unreferenced variable [553] */
4179: hxc_block_table_type := hxc_block_table_type ();
4180: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (

Line 4179: hxc_block_table_type := hxc_block_table_type ();

4175: l_string VARCHAR2 (32000);
4176: l_timecard hxc_block_table_type := hxc_block_table_type ();
4177: ord_timecard
4178: /*ADVICE(3597): Unreferenced variable [553] */
4179: hxc_block_table_type := hxc_block_table_type ();
4180: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (
4181:
4182: );
4183: l_messages hxc_message_table_type := hxc_message_table_type ();

Line 4948: l_timecard hxc_block_table_type := hxc_block_table_type ();

4944: and trunc(stop_time)=trunc(p_end_date)
4945: and (trunc(date_to) = hr_general.end_of_time or APPROVAL_STATUS='ERROR');
4946: /*end of senthil changes */
4947:
4948: l_timecard hxc_block_table_type := hxc_block_table_type ();
4949: ord_timecard
4950: /*ADVICE(4303): Unreferenced variable [553] */
4951: hxc_block_table_type := hxc_block_table_type ();
4952: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();

Line 4951: hxc_block_table_type := hxc_block_table_type ();

4947:
4948: l_timecard hxc_block_table_type := hxc_block_table_type ();
4949: ord_timecard
4950: /*ADVICE(4303): Unreferenced variable [553] */
4951: hxc_block_table_type := hxc_block_table_type ();
4952: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
4953: p_messages hxc_message_table_type := hxc_message_table_type ();
4954: l_day_id_info_table t_day_id_info_table;
4955: n

Line 5326: p_timecard IN OUT NOCOPY hxc_block_table_type,

5322: IN DATE,
5323: p_tc_todt
5324: /*ADVICE(4632): Unreferenced parameter [552] */
5325: IN DATE,
5326: p_timecard IN OUT NOCOPY hxc_block_table_type,
5327: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
5328: p_day_id_info_table OUT NOCOPY t_day_id_info_table,
5329: p_approval_style_id OUT NOCOPY NUMBER,
5330: p_approval_status OUT NOCOPY VARCHAR2,

Line 5744: p_timecard IN OUT NOCOPY hxc_block_table_type,

5740: p_tc_todt
5741: /*ADVICE(5021): Unreferenced parameter [552] */
5742: IN DATE,
5743: p_insert_detail IN hxc_timekeeper_process.t_time_info,
5744: p_timecard IN OUT NOCOPY hxc_block_table_type,
5745: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
5746: p_day_id_info_table IN hxc_timekeeper_process.t_day_id_info_table,
5747: p_approval_style_id IN NUMBER,
5748: p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info,