[Home] [Help]
2246: ) RETURN BOOLEAN
2247: IS
2248: CURSOR c_CheckProcess IS
2249: SELECT process_name
2250: FROM eng_change_type_processes
2251: WHERE change_order_type_id = p_change_order_type_id
2252: AND NVL(eng_change_priority_code,'X') = NVL(p_priority_code, 'X');
2253: -- Bug 2921534 ,processes are no more organization specific ,thus commenting out the below where condition
2254: -- AND organization_id = p_organization_id;