DBA Data[Home] [Help]

APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on ENG_CHANGE_OBJ_RELATIONSHIPS

Line 2069: FROM eng_change_obj_relationships

2065: -- R12 UT: Added where clause to not autopropagated if propagation has
2066: -- been initiated to any of the organizations manually or by the
2067: -- TTM process.
2068: AND NOT EXISTS (SELECT 1
2069: FROM eng_change_obj_relationships
2070: WHERE change_id = ec.change_id
2071: AND object_to_name = 'ENG_CHANGE'
2072: AND relationship_code = 'PROPAGATED_TO');
2073: