DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_AUDITS_B

Line 3330: x_task_audit_id jtf_task_audits_b.task_audit_id%TYPE;

3326: --BES enh 2391065
3327: l_task_rec_type_old jtf_tasks_pvt.task_rec_type;
3328: l_task_rec_type_new jtf_tasks_pvt.task_rec_type;
3329: x_task_upd_rec jtf_tasks_pkg.task_upd_rec; --BES enh
3330: x_task_audit_id jtf_task_audits_b.task_audit_id%TYPE;
3331: x_event_return_status VARCHAR2(100);
3332: --BES enh 2391065
3333: BEGIN
3334: SAVEPOINT update_task_pvt;