DBA Data[Home] [Help]

APPS.ENG_CHANGE_ORDER_TYPES_PKG dependencies on ENG_SUBJECT_ENTITIES

Line 954: FROM eng_subject_entities

950: IF (l_subject_id is null)
951: THEN
952: SELECT subject_id
953: INTO l_subject_id
954: FROM eng_subject_entities
955: WHERE entity_name = 'ENG_CHANGE_MISC'
956: AND SUBJECT_LEVEL = 1;
957: END IF;
958: /* This is to default the classification code to Y for all header types created : bug 3686483 */