DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_BLOCK_TABLE_TYPE

Line 634: p_timecard IN OUT NOCOPY hxc_block_table_type,

630: p_start_period IN DATE,
631: p_end_period IN DATE,
632: p_tc_frdt IN DATE,
633: p_tc_todt IN DATE,
634: p_timecard IN OUT NOCOPY hxc_block_table_type,
635: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
636: p_day_id_info_table OUT NOCOPY t_day_id_info_table,
637: p_approval_style_id OUT NOCOPY NUMBER,
638: p_approval_status OUT NOCOPY VARCHAR2,

Line 659: p_timecard IN OUT NOCOPY hxc_block_table_type,

655: p_end_period IN DATE,
656: p_tc_frdt IN DATE,
657: p_tc_todt IN DATE,
658: p_insert_detail IN hxc_timekeeper_process.t_time_info,
659: p_timecard IN OUT NOCOPY hxc_block_table_type,
660: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
661: p_day_id_info_table IN hxc_timekeeper_process.t_day_id_info_table,
662: p_approval_style_id IN NUMBER,
663: p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info,

Line 758: g_timecard hxc_block_table_type;

754: g_timekeeper_data t_timekeeper_table;
755: g_timekeeper_data_query t_timekeeper_table;
756: g_tk_data_query_from_process t_timekeeper_table;
757: g_alias_type VARCHAR2 (80);
758: g_timecard hxc_block_table_type;
759: g_attributes hxc_attribute_table_type;
760: g_from_tk_process BOOLEAN := FALSE;
761: g_tk_finish_process BOOLEAN := FALSE;
762: g_negative_index NUMBER := -2;