DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_WF_FLOWS_TL

Line 2696: from cs_kb_wf_flows_tl flow,

2692: ) RETURN NUMBER IS
2693:
2694: Cursor Check_Flow IS
2695: select flow_details_id
2696: from cs_kb_wf_flows_tl flow,
2697: cs_kb_wf_flow_details detail,
2698: cs_lookups lookup
2699: where flow.name = p_flow_name
2700: and flow.language = userenv('LANG')