DBA Data[Home] [Help]

APPS.ENG_CHANGE_ORDER_TYPES_PKG dependencies on ENG_SUBJECT_ENTITIES

Line 917: FROM eng_subject_entities

913: IF (l_subject_id is null)
914: THEN
915: SELECT subject_id
916: INTO l_subject_id
917: FROM eng_subject_entities
918: WHERE entity_name = 'ENG_CHANGE_MISC'
919: AND SUBJECT_LEVEL = 1;
920: END IF;
921: /* This is to default the classification code to Y for all header types created : bug 3686483 */