DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_BLOCK_TABLE_TYPE

Line 851: p_timecard IN OUT NOCOPY hxc_block_table_type,

847: p_start_period IN DATE,
848: p_end_period IN DATE,
849: p_tc_frdt IN DATE,
850: p_tc_todt IN DATE,
851: p_timecard IN OUT NOCOPY hxc_block_table_type,
852: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
853: p_day_id_info_table OUT NOCOPY t_day_id_info_table,
854: p_approval_style_id OUT NOCOPY NUMBER,
855: p_approval_status OUT NOCOPY VARCHAR2,

Line 876: p_timecard IN OUT NOCOPY hxc_block_table_type,

872: p_end_period IN DATE,
873: p_tc_frdt IN DATE,
874: p_tc_todt IN DATE,
875: p_insert_detail IN hxc_timekeeper_process.t_time_info,
876: p_timecard IN OUT NOCOPY hxc_block_table_type,
877: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
878: p_day_id_info_table IN hxc_timekeeper_process.t_day_id_info_table,
879: p_approval_style_id IN NUMBER,
880: p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info,

Line 1007: g_timecard hxc_block_table_type;

1003: g_timekeeper_data t_timekeeper_table;
1004: g_timekeeper_data_query t_timekeeper_table;
1005: g_tk_data_query_from_process t_timekeeper_table;
1006: g_alias_type VARCHAR2 (80);
1007: g_timecard hxc_block_table_type;
1008: g_attributes hxc_attribute_table_type;
1009: g_from_tk_process BOOLEAN := FALSE;
1010: g_tk_finish_process BOOLEAN := FALSE;
1011: g_negative_index NUMBER := -2;