DBA Data[Home] [Help]

APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on ENG_CHANGE_TYPE_APPLICATIONS

Line 313: ENG_CHANGE_TYPE_APPLICATIONS type_appl

309: changecategory.base_change_mgmt_type_code,
310: type_appl.application_id
311: FROM ENG_ENGINEERING_CHANGES eec,
312: ENG_CHANGE_ORDER_TYPES ChangeCategory,
313: ENG_CHANGE_TYPE_APPLICATIONS type_appl
314: WHERE type_appl.change_type_id = ChangeCategory.change_order_type_id
315: and type_appl.application_id = p_appl_id
316: AND ChangeCategory.type_classification = 'CATEGORY'
317: AND ChangeCategory.change_mgmt_type_code = eec.change_mgmt_type_code