DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_ERRORS dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 104: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;

100: l_start_time DATE;
101: l_stop_time DATE;
102: l_resource_id NUMBER;
103:
104: l_token_table hxc_deposit_wrapper_utilities.t_simple_table;
105:
106: BEGIN
107:
108: For timecard_rec in csr_get_detail LOOP

Line 141: hxc_deposit_wrapper_utilities.string_to_table('&',

137: --
138: -- parse string into a more accessible form
139: --
140:
141: hxc_deposit_wrapper_utilities.string_to_table('&',
142: '&'||c_get_error.MESSAGE_TOKENS,
143: l_token_table);
144:
145: -- table should be full of TOKEN, VALUE pairs. The number of TOKEN, VALUE pairs is l_token_table/2