DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PUB dependencies on JTF_TASK_REFERENCES_B

Line 148: from jtf_task_references_b

144:
145: Cursor get_escalation_tasks_ids(b_processing_set_id_sr NUMBER,b_processing_set_id_task NUMBER,b_object_type VARCHAR2)
146: is
147: Select task_id
148: from jtf_task_references_b
149: Where object_id in
150: (select distinct object_id from jtf_object_purge_param_tmp
151: where (processing_set_id=b_processing_set_id_sr
152: and object_type=b_object_type)