DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_SUM_HOURS_WORKED_F

Line 1539: FROM hxt_sum_hours_worked_f

1535: attribute12,
1536: attribute13,
1537: attribute14,
1538: attribute15
1539: FROM hxt_sum_hours_worked_f
1540: WHERE id = p_id;
1541:
1542: -- Bug 13777315
1543: -- Takes in all the parameters that determine Rollup

Line 3183: FROM hxt_sum_hours_worked_f sum,

3179: ret.attribute1,
3180: ret.attribute2,
3181: ret.attribute3,
3182: ret.request_id
3183: FROM hxt_sum_hours_worked_f sum,
3184: hxt_det_hours_worked_f det,
3185: hxc_ret_pay_latest_details ret
3186: WHERE sum.tim_id = p_tim_id
3187: AND sum.id = det.parent_id