DBA Data[Home] [Help]

APPS.PAY_HR_OTC_RETRIEVAL_INTERFACE dependencies on HXT_BATCH_PROCESS

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

2828: l_batch_sequence NUMBER;
2829:
2830: BEGIN
2831: l_batch_sequence := pay_paywsqee_pkg.next_batch_sequence(p_batch_id);
2832: hxt_batch_process.g_iv_upgrade := hxt_batch_process.get_upgrade_status(p_batch_id);
2833: OPEN get_batch_rec;
2834: LOOP
2835: FETCH get_batch_rec
2836: INTO p_batch_rec;

Line 2844: hxt_batch_process.dtl_to_bee(p_batch_rec,l_sum_retcode,l_batch_sequence);

2840: p_batch_rec.hours := -1*p_batch_rec.hours;
2841:
2842: IF (l_sum_retcode = 0)
2843: THEN
2844: hxt_batch_process.dtl_to_bee(p_batch_rec,l_sum_retcode,l_batch_sequence);
2845: l_batch_sequence := l_batch_sequence + 1;
2846: END IF;
2847: END LOOP;
2848: CLOSE get_batch_rec;