DBA Data[Home] [Help]

APPS.CUG_GENERIC_WF_PKG dependencies on JTF_TASK_PRIORITIES_B

Line 1885: FROM jtf_task_priorities_b

1881:
1882: CURSOR csr_task_priority_id
1883: IS
1884: SELECT task_priority_id
1885: FROM jtf_task_priorities_b
1886: WHERE task_priority_id = p_task_priority_id
1887: AND (START_DATE_ACTIVE IS NULL OR
1888: to_number(to_char(START_DATE_ACTIVE, 'YYYYMMDD')) <= to_number(to_char(sysdate, 'YYYYMMDD')) ) AND
1889: (END_DATE_ACTIVE is NULL OR