DBA Data[Home] [Help]

APPS.AST_UWQ_WRAPPER_PKG dependencies on JTF_TASK_REFERENCES_B

Line 544: FROM jtf_task_references_b

540: and primary_contact_flag = 'Y';
541:
542: CURSOR C_task_references(p_task_id NUMBER) IS
543: SELECT distinct object_type_code, object_id
544: FROM jtf_task_references_b
545: WHERE task_id = p_task_id;
546:
547: l_task_ref_row C_task_references%ROWTYPE;
548: