DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 750: l_old_transaction_info hxc_deposit_wrapper_utilities.t_transaction;

746: l_timecard_blocks hxc_timecard.block_list;
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;

Line 1290: hxc_deposit_wrapper_utilities.audit_transaction

1286: THEN
1287: l_old_transaction_info :=
1288: convert_new_trans_info_to_old
1289: (p_transaction_info => l_transaction_info);
1290: hxc_deposit_wrapper_utilities.audit_transaction
1291: (p_effective_date => SYSDATE,
1292: p_transaction_type => 'RETRIEVAL',
1293: p_transaction_process_id => get_retrieval_process_id
1294: (p_retrieval_process_name => p_retrieval_process

Line 1394: -- Returns: hxc_deposit_wrapper_utilities.t_transaction

1390: -----------------------------------------------------------------------------
1391: -- Type: Function
1392: -- Scope: Public
1393: -- Name: convert_new_trans_info_to_old
1394: -- Returns: hxc_deposit_wrapper_utilities.t_transaction
1395: -- IN Parameters: p_trans_info -> The PL/SQL Transaction info table you want to
1396: -- convert
1397: -- Description: Public Function that will convert the new PL/SQL Transaction
1398: -- PL/SQL table to the old PL/SQL Table that is then returned

Line 1403: RETURN hxc_deposit_wrapper_utilities.t_transaction

1399: -----------------------------------------------------------------------------
1400: FUNCTION convert_new_trans_info_to_old (
1401: p_transaction_info IN hxc_timecard.transaction_info
1402: )
1403: RETURN hxc_deposit_wrapper_utilities.t_transaction
1404: IS
1405: l_proc VARCHAR2 (72);
1406: l_transaction_info hxc_deposit_wrapper_utilities.t_transaction;
1407: l_index PLS_INTEGER;

Line 1406: l_transaction_info hxc_deposit_wrapper_utilities.t_transaction;

1402: )
1403: RETURN hxc_deposit_wrapper_utilities.t_transaction
1404: IS
1405: l_proc VARCHAR2 (72);
1406: l_transaction_info hxc_deposit_wrapper_utilities.t_transaction;
1407: l_index PLS_INTEGER;
1408: BEGIN
1409: g_debug := hr_utility.debug_enabled;
1410:

Line 1753: p_attribute_category := HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || l_system_linkage);

1749: THEN
1750: p_attribute_category := g_dupdff_code(l_system_linkage);
1751:
1752: ELSE
1753: p_attribute_category := HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || l_system_linkage);
1754: g_dupdff_code(l_system_linkage) := p_attribute_category;
1755:
1756: END IF;
1757: END IF;

Line 1768: p_attribute_category := HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || l_expenditure_type);

1764: THEN
1765: p_attribute_category := g_dupdff_code(l_expenditure_type);
1766:
1767: ELSE
1768: p_attribute_category := HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || l_expenditure_type);
1769: g_dupdff_code(l_expenditure_type) := p_attribute_category;
1770:
1771: END IF;
1772: END IF;

Line 3736: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;

3732: RETURN translated_message_table
3733: IS
3734: l_proc VARCHAR2 (72);
3735: l_messages translated_message_table;
3736: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;
3737: l_message_idx PLS_INTEGER := p_messages.FIRST;
3738: BEGIN
3739: g_debug := hr_utility.debug_enabled;
3740:

Line 3758: hxc_deposit_wrapper_utilities.string_to_table

3754: );
3755:
3756: IF (p_messages (l_message_idx).message_tokens IS NOT NULL)
3757: THEN
3758: hxc_deposit_wrapper_utilities.string_to_table
3759: ('&',
3760: '&'
3761: || p_messages (l_message_idx).message_tokens,
3762: l_token_table