DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_TIMECARD_PROP_TABLE_TYPE

Line 11: p_props IN hxc_timecard_prop_table_type,

7: g_oit_migration CONSTANT VARCHAR2 (30) := 'OIT_MIGRATION';
8: g_debug BOOLEAN := hr_utility.debug_enabled;
9:
10: FUNCTION perform_audit (
11: p_props IN hxc_timecard_prop_table_type,
12: p_blocks IN hxc_block_table_type
13: )
14: RETURN BOOLEAN
15: AS

Line 185: l_timecard_props hxc_timecard_prop_table_type := hxc_timecard_prop_table_type();

181: l_proc VARCHAR2 (72);
182: l_resubmit VARCHAR2 (10) := hxc_timecard.c_no;
183: l_item_key wf_items.item_key%TYPE := NULL;
184: l_messages hxc_message_table_type := hxc_message_table_type();
185: l_timecard_props hxc_timecard_prop_table_type := hxc_timecard_prop_table_type();
186: l_timecard_index number;
187: l_message fnd_new_messages.message_text%type;
188: TC_APPROVAL_EXCEPTION EXCEPTION;
189: BEGIN

Line 322: l_timecard_props hxc_timecard_prop_table_type;

318: l_timecard_blocks hxc_timecard.block_list;
319: l_day_blocks hxc_timecard.block_list;
320: l_detail_blocks hxc_timecard.block_list;
321: l_transaction_info hxc_timecard.transaction_info;
322: l_timecard_props hxc_timecard_prop_table_type;
323: l_proc VARCHAR2 (50) := g_package || 'save_timecard';
324: l_can_deposit BOOLEAN := TRUE;
325: l_timecard_index NUMBER;
326: l_old_style_blks hxc_self_service_time_deposit.timecard_info;

Line 751: l_timecard_props hxc_timecard_prop_table_type;

747: l_day_blocks hxc_timecard.block_list;
748: l_detail_blocks hxc_timecard.block_list;
749: l_transaction_info hxc_timecard.transaction_info;
750: l_old_transaction_info hxc_deposit_wrapper_utilities.t_transaction;
751: l_timecard_props hxc_timecard_prop_table_type;
752: l_proc VARCHAR2 (50)
753: := g_package || 'submit_timecard';
754: l_can_deposit BOOLEAN := TRUE;
755: l_resubmit VARCHAR2 (10) := hxc_timecard.c_no;