DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_BATCH_STATES

Line 926: hxt_batch_states tbs

922: /*
923: cursor existing_batch is
924: select retro_batch_id, assignment_id
925: from hxt_det_hours_worked det,
926: hxt_batch_states tbs
927: where det.tim_id = p_tim_id
928: and tbs.batch_id=det.retro_batch_id
929: and tbs.status in ('H','VE')
930: and pay_status = 'R';

Line 936: hxt_batch_states tbs,

932:
933: cursor existing_batch is
934: select retro_batch_id, assignment_id, pbh.batch_reference
935: from hxt_det_hours_worked det,
936: hxt_batch_states tbs,
937: pay_batch_headers pbh
938: where det.tim_id = p_tim_id
939: and tbs.batch_id = det.retro_batch_id
940: and tbs.status in ('H','VE')