DBA Data[Home] [Help]

APPS.OKL_JTOT_CONTACT_EXTRACT_PVT dependencies on JTF_OBJECTS_B

Line 435: from jtf_objects_b job,

431: job.object_code||'.DESCRIPTION ' SELECT_CLAUSE,
432: from_table FROM_CLAUSE,
433: where_clause WHERE_CLAUSE,
434: order_by_clause ORDER_BY_CLAUSE
435: from jtf_objects_b job,
436: okc_contact_sources rs
437: where job.object_code = rs.jtot_object_code
438: and nvl(job.start_date_active,sysdate) <= sysdate
439: and nvl(job.end_date_active,sysdate + 1) > sysdate