DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 3279: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;

3275:
3276: l_message_count NUMBER;
3277: l_error_message VARCHAR2(4000);
3278: l_fnd_separator VARCHAR2(5) := FND_GLOBAL.LOCAL_CHR(0);
3279: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;
3280:
3281: BEGIN
3282: --
3283: -- loop over the error msgs. return immediately if the message_table is blank

Line 3314: hxc_deposit_wrapper_utilities.string_to_table('&',

3310: IF p_messages(l_message_count).message_tokens IS NOT NULL THEN
3311: --
3312: -- parse string into a more accessible form
3313: --
3314: hxc_deposit_wrapper_utilities.string_to_table('&',
3315: '&'||p_messages(l_message_count).message_tokens,
3316: l_token_table);
3317:
3318: -- table should be full of TOKEN, VALUE pairs. The number of TOKEN, VALUE pairs is l_token_table/2

Line 3856: l_attribute_array := hxc_deposit_wrapper_utilities.attributes_to_array(

3852: l_messages HXC_MESSAGE_TABLE_TYPE;
3853:
3854: begin
3855:
3856: l_attribute_array := hxc_deposit_wrapper_utilities.attributes_to_array(
3857: p_attributes => g_attributes);
3858:
3859: HXC_ALIAS_TRANSLATOR.DO_DEPOSIT_TRANSLATION
3860: (p_attributes => l_attribute_array,

Line 3863: g_attributes := hxc_deposit_wrapper_utilities.array_to_attributes(

3859: HXC_ALIAS_TRANSLATOR.DO_DEPOSIT_TRANSLATION
3860: (p_attributes => l_attribute_array,
3861: p_messages => l_messages);
3862:
3863: g_attributes := hxc_deposit_wrapper_utilities.array_to_attributes(
3864: p_attribute_array => l_attribute_array);
3865:
3866:
3867: exception

Line 3921: l_transaction_tab hxc_deposit_wrapper_utilities.t_transaction;

3917: l_resubmitted VARCHAR2(3);
3918: l_fnd_separator VARCHAR2(5) := FND_GLOBAL.LOCAL_CHR(0);
3919: l_error_message VARCHAR2(4000);
3920: l_temp_temp_name hxc_time_Attributes.attribute1%type;
3921: l_transaction_tab hxc_deposit_wrapper_utilities.t_transaction;
3922: l_overall_status varchar2(7) := 'SUCCESS';
3923: l_approval_style_id HXC_APPROVAL_STYLES.APPROVAL_STYLE_ID%TYPE;
3924:
3925: l_approval_timecard_id HXC_TIME_BUILDING_BLOCKS.TIME_BUILDING_BLOCK_ID%TYPE := null;

Line 4773: hxc_deposit_wrapper_utilities.audit_transaction (

4769: THEN
4770: l_overall_status := 'ERRORS';
4771: END IF;
4772:
4773: hxc_deposit_wrapper_utilities.audit_transaction (
4774: p_effective_date => sysdate
4775: , p_transaction_type => 'DEPOSIT'
4776: , p_transaction_process_id => l_deposit_process_id
4777: , p_overall_status => l_overall_status

Line 4785: hxc_deposit_wrapper_utilities.audit_transaction (

4781:
4782: IF ( p_mode = 'MIGRATION' AND l_overall_status = 'SUCCESS' )
4783: THEN
4784:
4785: hxc_deposit_wrapper_utilities.audit_transaction (
4786: p_effective_date => sysdate
4787: , p_transaction_type => 'RETRIEVAL'
4788: , p_transaction_process_id => l_app_valid_proc_id
4789: , p_overall_status => l_overall_status

Line 4980: hxc_deposit_wrapper_utilities.audit_transaction (

4976: THEN
4977:
4978: l_overall_status := 'ERROR';
4979:
4980: hxc_deposit_wrapper_utilities.audit_transaction (
4981: p_effective_date => sysdate
4982: , p_transaction_type => 'DEPOSIT'
4983: , p_transaction_process_id => l_deposit_process_id
4984: , p_overall_status => l_overall_status