DBA Data[Home] [Help]

APPS.OKL_RULE_APIS_PVT dependencies on JTF_OBJECTS_VL

Line 870: From jtf_objects_vl job

866: Select job.from_table from_table,
867: ' FROM '||job.from_table from_clause,
868: decode(where_clause,null,null,' WHERE ')||job.where_clause where_clause,
869: decode(order_by_clause,null,null,' ORDER BY ')||job.order_by_clause order_by_clause
870: From jtf_objects_vl job
871: Where job.object_code = p_object_code
872: And nvl(job.start_date_active,sysdate) <= sysdate
873: And nvl(job.end_date_active,sysdate+1) > sysdate;
874: