DBA Data[Home] [Help]

APPS.PAY_HR_OTC_RETRIEVAL_INTERFACE dependencies on HXT_BATCH_PROCESS

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

2099: p_batch_rec.hours := -1*p_batch_rec.hours;
2100:
2101: IF (l_sum_retcode = 0)
2102: THEN
2103: hxt_batch_process.dtl_to_bee(p_batch_rec,l_sum_retcode,l_batch_sequence);
2104: l_batch_sequence := l_batch_sequence + 1;
2105: END IF;
2106: END LOOP;
2107: CLOSE get_batch_rec;