DBA Data[Home] [Help]

APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on ENG_CHANGE_OBJ_RELATIONSHIPS

Line 2043: FROM eng_change_obj_relationships

2039: -- R12 UT: Added where clause to not autopropagated if propagation has
2040: -- been initiated to any of the organizations manually or by the
2041: -- TTM process.
2042: AND NOT EXISTS (SELECT 1
2043: FROM eng_change_obj_relationships
2044: WHERE change_id = ec.change_id
2045: AND object_to_name = 'ENG_CHANGE'
2046: AND relationship_code = 'PROPAGATED_TO');
2047: