DBA Data[Home] [Help]

APPS.OKC_TASK_PVT dependencies on OKC_RESOLVED_TIMEVALUES

Line 796: from okc_resolved_timevalues rtv

792:
793: --Select all the resolved time values for a given timevalue id
794: Cursor delete_rule_cur(p_tve_id IN NUMBER) IS
795: select rtv.id
796: from okc_resolved_timevalues rtv
797: where rtv.tve_id = p_tve_id;
798:
799: TYPE delete_rec_type IS RECORD(
800: task_id jtf_tasks_b.task_id%TYPE,