DBA Data[Home] [Help]

APPS.ENG_VALIDATE_ECO dependencies on ENG_CHANGE_TYPE_PROCESSES

Line 2253: FROM eng_change_type_processes

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