DBA Data[Home] [Help]

APPS.HXT_TIME_PAY dependencies on HXT_BATCH_STATES

Line 78: FROM hxt_batch_states tbs,

74: AND pa_status = 'C';
75:
76: CURSOR check_for_details IS
77: SELECT 'R'
78: FROM hxt_batch_states tbs,
79: hxt_timecards_f tim
80: WHERE tim.id = p_tim_id
81: AND tbs.batch_id = tim.batch_id
82: AND tbs.status = 'VT'