DBA Data[Home] [Help]

APPS.OKL_JTOT_EXTRACT dependencies on JTF_OBJECTS_B

Line 780: from jtf_objects_b job,

776: job.object_code||'.DESCRIPTION ' SELECT_CLAUSE,
777: from_table FROM_CLAUSE,
778: where_clause WHERE_CLAUSE,
779: order_by_clause ORDER_BY_CLAUSE
780: from jtf_objects_b job,
781: okc_contact_sources cs
782: where job.object_code = cs.jtot_object_code
783: and nvl(job.start_date_active,sysdate) <= sysdate
784: and nvl(job.end_date_active,sysdate + 1) > sysdate