DBA Data[Home] [Help]

APPS.FEM_ALLOC_BR_UTIL_PKG dependencies on FEM_OBJECT_TYPES_VL

Line 410: FROM fem_object_types_vl

406: /* Verify the object type code for the snapshot rule */
407: BEGIN
408: SELECT object_type_code
409: INTO v_object_type_code
410: FROM fem_object_types_vl
411: WHERE object_type_code IN ('MAPPING_EDIT_SNAPSHOT','MAPPING_PREVIEW')
412: AND object_type_code = p_snapshot_obj_type_code;
413:
414: EXCEPTION