DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_WF_FLOWS_TL

Line 2686: from cs_kb_wf_flows_tl flow,

2682: ) RETURN NUMBER IS
2683:
2684: Cursor Check_Flow IS
2685: select flow_details_id
2686: from cs_kb_wf_flows_tl flow,
2687: cs_kb_wf_flow_details detail,
2688: cs_lookups lookup
2689: where flow.name = p_flow_name
2690: and flow.language = userenv('LANG')