DBA Data[Home] [Help]

APPS.HXT_TIME_PAY dependencies on HXT_BATCH_STATES

Line 67: FROM hxt_batch_states tbs,

63: AND pa_status = 'C';
64:
65: CURSOR check_for_details IS
66: SELECT 'R'
67: FROM hxt_batch_states tbs,
68: hxt_timecards_f tim
69: WHERE tim.id = p_tim_id
70: AND tbs.batch_id = tim.batch_id
71: AND tbs.status = 'VT'