DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on OE_WORKFLOW_ASSIGNMENTS

Line 439: FROM oe_workflow_assignments a

435: AND rownum = 1;
436:
437: SELECT 'EXISTS'
438: INTO lexists
439: FROM oe_workflow_assignments a
440: WHERE a.order_type_id = p_order_type_id
441: AND a.process_name = lprocessname
442: AND a.line_type_id IS NULL
443: AND a.end_date_active is null