DBA Data[Home] [Help]

APPS.JTF_TASK_WF_SUBSCRIBE_PVT dependencies on JTF_TASK_AUDITS_VL

Line 83: FROM jtf_task_audits_vl

79: , new_owner_id
80: , old_owner_id
81: , new_owner_type_code
82: , old_owner_type_code
83: FROM jtf_task_audits_vl
84: WHERE task_audit_id = b_task_audit_id;
85:
86: rec_task c_task_detail%ROWTYPE;
87: BEGIN