DBA Data[Home] [Help]

APPS.HXT_RETRO_MIX dependencies on HXT_BATCH_PROCESS

Line 167: AND hxt_batch_process.g_IV_format = 'N'

163: -- Bug 8888777
164: -- Added the below condition to restrict IV conversion to
165: -- display value.
166: IF p_lookup_type IS NOT NULL AND p_lookup_code IS NOT NULL
167: AND hxt_batch_process.g_IV_format = 'N'
168: THEN
169: OPEN get_meaning_cur (p_lookup_code, p_lookup_type, p_date_active);
170: FETCH get_meaning_cur INTO l_meaning;
171:

Line 324: hxt_batch_process.get_input_value_details (

320:
321: -- Get input values details for this element
322: -- Bug 12993528
323: -- Replaced the Pay package with the re written HXT procedure.
324: hxt_batch_process.get_input_value_details (
325: p_element_type_id,
326: p_date_worked,
327: hxt_value (1).SEQUENCE,
328: hxt_value (2).SEQUENCE,

Line 915: ,p_iv_all_internal_format => hxt_batch_process.g_IV_format -- Bug 9156092

911: ,p_value_14 => pbl_value(14)
912: ,p_value_15 => pbl_value(15)
913: ,p_batch_line_id => l_batch_line_id
914: ,p_object_version_number => l_batch_line_ovn
915: ,p_iv_all_internal_format => hxt_batch_process.g_IV_format -- Bug 9156092
916: );
917:
918: p_batch_line_id := l_batch_line_id;
919:

Line 1569: g_iv_upgrade := hxt_batch_process.get_upgrade_status(p_batch_id);

1565: BEGIN
1566:
1567: -- Bug 8888777
1568:
1569: g_iv_upgrade := hxt_batch_process.get_upgrade_status(p_batch_id);
1570:
1571: hxt_util.DEBUG ('retro_mix started.'); -- debug only --HXT115
1572:
1573: /************************************************************/

Line 2160: hxt_batch_process.insert_pay_batch_errors (

2156: hxt_util.DEBUG (
2157: 'Oops...g_lookup_not_found in procedure retro_sum_to_mix'
2158: ); --HXT115
2159: p_err_buf := SUBSTR (fnd_message.get, 1, 65); --HXT111
2160: hxt_batch_process.insert_pay_batch_errors (
2161: p_batch_id,
2162: 'VE', -- RETROPAY
2163: '',
2164: l_return

Line 2173: hxt_batch_process.insert_pay_batch_errors (

2169: hxt_util.DEBUG ('Error attempting to insert paymix information'); -- debug only --HXT115
2170: fnd_message.set_name ('HXT', 'HXT_39354_ERR_INS_PAYMX_INFO'); --HXT111
2171: fnd_message.set_token ('SQLERR', SQLERRM); --HXT111
2172: p_err_buf := SUBSTR (fnd_message.get, 1, 65); --HXT111
2173: hxt_batch_process.insert_pay_batch_errors (
2174: p_batch_id,
2175: 'VE', -- RETROPAY
2176: '',
2177: l_return

Line 2196: hxt_batch_process.insert_pay_batch_errors (

2192: fnd_message.set_name ('HXT', 'HXT_39453_EXCPT_RCVD_AT'); --HXT111
2193: fnd_message.set_token ('LOCATION', l_location); --HXT111
2194: fnd_message.set_token ('SQLERR', SQLERRM); --HXT111
2195: p_err_buf := SUBSTR (fnd_message.get, 1, 65); --HXT111
2196: hxt_batch_process.insert_pay_batch_errors (
2197: p_batch_id,
2198: 'VE', -- RETROPAY
2199:
2200: --HXT111 'Error attempting to insert paymix information: (' || sqlerrm || ')',